BlastChat
 arrowHome arrow Support Forum Thursday, 08 January 2009 

 
Login Form





Lost Password?
No account yet? Register

BlastChat
Welcome, Guest
Please Login or Register.    Lost Password?
Re:WhoIsChatting display - Problems (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:WhoIsChatting display - Problems
#2549
MrCat (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Re:WhoIsChatting display - Problems 2 Years, 2 Months ago Karma: 0  
Prutkar wrote:
QUOTE:
I checked your site the other day, looks very nice, but module is still not showing joomla tool-tip when you move mouse over username.


I put BlastChat back on due to the high load the shout-boxed gave on the DB. The problem is still that the module doesn't show people when they are in the chat except for the first 80 seconds. Still trying to figure out what the problem is but yes I really like BlastChat and the module (and even more if it's worked )
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2551
Prutkar (Admin)
Admin
Posts: 1797
graph
User Offline Click here to see the profile of this user
Re:WhoIsChatting display - Problems 2 Years, 2 Months ago Karma: 52  
Yes, shotbox can kill especially shared server quite easy.

I still do not understand db import.

Steps:
1. You installed module on production site directly, did not work?
2. You installed module on your test site it worked?
3. You imported test db to production db, stopped to work?
(whole db or which tables did you import?)

Let's try this:
in blastchatc.php file replace this:
QUOTE:
function user_update($c_time, $serverid = null, $logged=1) {
global $database, $myss;

$idle_time = mosGetParam($_REQUEST, 'idle_time', '');
$rid = mosGetParam($_REQUEST, 'rid', 0);
$rsid = mosGetParam($_REQUEST, 'rsid', 0);
$rname = mosGetParam($_REQUEST, 'rname', '');
with this:
QUOTE:

function user_update($c_time, $serverid = null, $logged=1) {
global $database, $myss;

$idle_time = '';
$idle_time = $_GET['idle_time'];
$rid = 0;
$rid = $_GET['rid'];
$rsid = 0;
$rsid = $_GET['rsid'];
$rname = '';
$rname = $_GET['rname'];


You should definatelly try to get a rid of error that javascript console in FireFox prints when you move mouse over username in module (check attached image)
 
Report to moderator   Logged Logged  
 
Peter Saitz
www.blastchat.com
  The administrator has disabled public write access.
#2552
MrCat (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Re:WhoIsChatting display - Problems 2 Years, 2 Months ago Karma: 0  
Prutkar wrote:
QUOTE:
Yes, shotbox can kill especially shared server quite easy.

I still do not understand db import.

Steps:
1. You installed module on production site directly, did not work?
2. You installed module on your test site it worked?
3. You imported test db to production db, stopped to work?
(whole db or which tables did you import?)

Let's try this:
in blastchatc.php file replace this:
QUOTE:
function user_update($c_time, $serverid = null, $logged=1) {
global $database, $myss;

$idle_time = mosGetParam($_REQUEST, 'idle_time', '');
$rid = mosGetParam($_REQUEST, 'rid', 0);
$rsid = mosGetParam($_REQUEST, 'rsid', 0);
$rname = mosGetParam($_REQUEST, 'rname', '');
with this:
QUOTE:

function user_update($c_time, $serverid = null, $logged=1) {
global $database, $myss;

$idle_time = '';
$idle_time = $_GET['idle_time'];
$rid = 0;
$rid = $_GET['rid'];
$rsid = 0;
$rsid = $_GET['rsid'];
$rname = '';
$rname = $_GET['rname'];


You should definatelly try to get a rid of error that javascript console in FireFox prints when you move mouse over username in module (check attached image)


I just saw this now but see my next post...

I did not test this<br><br>Post edited by: MrCat, at: 2006/10/18 02:19
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2553
MrCat (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Re:WhoIsChatting display - Problems 2 Years, 2 Months ago Karma: 0  
After I went to work yesterday I came across an idea from a coworker - He uses Joomla too on some of his websites.

He said that the menu thing might be it why he did not know but he knew that Joomla collects all the old menu items in a trash can on the admin part of the website.

So we I got home I went into the trash area of my Joomla website and cleaned it out. This made the module work.

Now the question is why... and I'm now even more puzzled than before but fact is my Blast Chat now works perfect except for the pop-up blocker thing which should be fixed with 2.2.1 - Any estimate on release of this small update?????

prutkar - I will convert my test site to test the jos_menu to find what menu item it was that did it. But I still don't get why it works now just because I removed it from the trash can on my Joomla website. Should not make a diffrence if it's there or not. Weird.

About the right0 - Yeaa it's a template problem which we have but I'm looking into a new template so this should fix it.<br><br>Post edited by: MrCat, at: 2006/10/18 02:22
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
BC CSS templates
  • BlastChat CSS tempplates Image Rotator
  • BlastChat CSS tempplates Image Rotator
  • BlastChat CSS tempplates Image Rotator
  • BlastChat CSS tempplates Image Rotator
  • BlastChat CSS tempplates Image Rotator

BC Module 3.0
We have 127 guests and 3 members online
We have 2 guests chatting
tooltip  ilteryilmaz
tooltip  atomy_MINK
tooltip  diasporapetilina
Statistics
Visitors: 21057700

Logotyp
Page loaded in 0.077 seconds.