BlastChat
 arrowHome arrow Support Forum Friday, 21 November 2008 

Reverse Cellular Lookup
Login Form





Lost Password?
No account yet? Register

BlastChat
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 0
TOPIC: Re:module tooltip setting
#3923
Prutkar (Admin)
Admin
Posts: 1772
graph
User Offline Click here to see the profile of this user
Re:module tooltip setting 7 Months, 2 Weeks ago Karma: 49  
1. In this topic we already established that under Joomla 1.5 legacy mode, setting width to 0 does not work.

2. That is why I proposed to edit components/com_blastchatc/dynamic.blastchatc.php file and place this new function bc_mosToolTip in this file (it is code from Joomla 1.0.15 version).

3. After you copy/pasted this function into this file, you must find all occurrences of mosToolTip function being called, i.e. find string mosToolTip in this file and replace it with bc_mosToolTip (out new function call). After this is done width 0 should start to work.

4. if step 3 did not fix it then, adjust bc_mosToolTip function code to your likings (like not presenting avatar, i.e. tooltip), for example by REMOVING all onmouseover and onmouseout occurrences (those are responsible for avatar being presented), something like this:

Code:

/** * Utility function to provide ToolTips * @param string ToolTip text * @param string Box title * @returns HTML code for ToolTip */ function bc_mosToolTip( $tooltip, $title='', $width='', $image='tooltip.png', $text='', $href='#', $link=1 ) { global $mosConfig_live_site; if ( $width ) { $width = ', WIDTH, \''.$width .'\''; } if ( $title ) { $title = ', CAPTION, \''.$title .'\''; } if ( !$text ) { $image = $mosConfig_live_site . '/includes/js/ThemeOffice/'. $image; $text = '<img src="'. $image .'" border="0" alt="tooltip"/>'; } $style = 'style="text-decoration: none; color: #333;"'; if ( $href ) { $style = ''; } else{ $href = '#'; } $tip = "<!-- Tooltip -->\n"; if ( $link ) { $tip .= '<a href="'. $href .'" '. $style .'>'. $text .'</a>'; } else { $tip .= '<span '. $style .'>'. $text .'</span>'; } return $tip; }
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/04/11 09:25 By Prutkar.
 
Peter Saitz
www.blastchat.com
  The administrator has disabled public write access.
#3924
t4uru5 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:module tooltip setting 7 Months, 2 Weeks ago Karma: 0  
Thank you so much for your time.

It is working right now. When are you releasing a new version?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#3925
Prutkar (Admin)
Admin
Posts: 1772
graph
User Offline Click here to see the profile of this user
Re:module tooltip setting 7 Months, 2 Weeks ago Karma: 49  
BlastChat 2.3 for Joomla! 1.5 native is under testing, there is still some work to be done.
 
Report to moderator   Logged Logged  
 
Peter Saitz
www.blastchat.com
  The administrator has disabled public write access.
#3926
dragontje124 (User)
Moderator
Posts: 133
graphgraph
User Offline Click here to see the profile of this user
Gender: Male rik_dragon[at]hotmail[dot]com Location: Netherlands Birthdate: 1993-05-26
Re:module tooltip setting 7 Months, 2 Weeks ago Karma: 6  
haha yes there is
 
Report to moderator   Logged Logged  
 
Need help?
click here and get into a direct conversation
  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 63 guests and 2 members online
We have 1 guest chatting
tooltip  irfankhan
tooltip  Enchant
Statistics
Visitors: 20449229

Logotyp
Page loaded in 0.107 seconds.