BlastChat
 arrowHome arrow Support Forum Friday, 21 November 2008 

Cellphone Number Identification
Login Form





Lost Password?
No account yet? Register

BlastChat
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Make module only display and add wording to top (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 2
TOPIC: Re:Make module only display and add wording to top
#3339
cadman (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Dedicated to small cities Location: Hart, Michigan
Make module only display and add wording to top 10 Months, 2 Weeks ago Karma: 0  
Is there a way to make the module only display the the users or chatters and not link to anything?
I want the information however I do not want it to go to Blastchat if clicked on. I thought that was what the link or text option in admin was for. If it is it does not work.
Also
Is there a way to add a hyperlink "To have a chat room created click here" At the top of the window? I want people to be able to easily request that I create a chat room for them.
Great program! Thank You
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#3340
Prutkar (Admin)
Admin
Posts: 1772
graph
User Offline Click here to see the profile of this user
Re:Make module only display and add wording to top 10 Months, 2 Weeks ago Karma: 49  
cadman wrote:
QUOTE:
Is there a way to make the module only display the the users or chatters and not link to anything?
Explore module configuration options (admin backend, modules menu)

QUOTE:
I want the information however I do not want it to go to Blastchat if clicked on. I thought that was what the link or text option in admin was for. If it is it does not work.
"join chat" link in module goes to your chat, not to blastchat website

QUOTE:

Also
Is there a way to add a hyperlink "To have a chat room created click here" At the top of the window? I want people to be able to easily request that I create a chat room for them.
You can place this hyperlink anywhere on your website, it does not have to be inside chat (anyway I'll think if it will be possible to allow this kind of option have listed in room selection area)

QUOTE:
Great program! Thank You
I am glad you like it, enjoy.
 
Report to moderator   Logged Logged  
 
Peter Saitz
www.blastchat.com
  The administrator has disabled public write access.
#3341
cadman (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Dedicated to small cities Location: Hart, Michigan
Re:Make module only display and add wording to top 10 Months, 2 Weeks ago Karma: 0  
I realize the "join chat" goes to my chat , I do not want it there or I do not want it to do anything. I just want the viewing options w/o the ability to clik on them in the module
Thank You
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#3342
Prutkar (Admin)
Admin
Posts: 1772
graph
User Offline Click here to see the profile of this user
Re:Make module only display and add wording to top 10 Months, 2 Weeks ago Karma: 49  
That option is not there, if there will be some time to do so then upcoming 2.3 version might have that option build in. Or, simply edit file (components/com_blastchatc/dynamic.blastchatc.php), find and remove it.
 
Report to moderator   Logged Logged  
 
Peter Saitz
www.blastchat.com
  The administrator has disabled public write access.
#3343
cadman (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Dedicated to small cities Location: Hart, Michigan
Re:Make module only display and add wording to top 10 Months, 2 Weeks ago Karma: 0  
Can you tell me what I would need to remove?
I do not know PHP. Looked but could not find anything that I think may do it.
Thank You
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#3344
Prutkar (Admin)
Admin
Posts: 1772
graph
User Offline Click here to see the profile of this user
Re:Make module only display and add wording to top 10 Months, 2 Weeks ago Karma: 49  
cadman wrote:
QUOTE:
Can you tell me what I would need to remove?
I do not know PHP. Looked but could not find anything that I think may do it.
Thank You


1. find calls of function mosToolTip
2. in each of them add 7th parameter value of 0 (zero)

Example:
$content .= mosToolTip( $usertext, _BC_CHATLINK, $tooltip, "../../../components/com_blastchatc/images/online.png", "", $chatlink );

to this:
$content .= mosToolTip( $usertext, _BC_CHATLINK, $tooltip, "../../../components/com_blastchatc/images/online.png", "", $chatlink, 0 );

That 7th parameter in that function call is defining if clickable link is supposed to be created, by default it is set to 1, you set it to 0.
 
Report to moderator   Logged Logged  
 
Peter Saitz
www.blastchat.com
  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 81 guests and 3 members online
tooltip  flavia
tooltip  Enchant
tooltip  pranjal
Statistics
Visitors: 20449001

Logotyp
Page loaded in 0.220 seconds.