Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Palette ContextHelp (Read 2302 times)
Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 1759
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Palette ContextHelp
Dec 4th, 2014 at 4:51pm
Print Post  
For 2.5.2. 
In Post.lng, find 1;
add before:
Code (Perl)
Select All
$post_txt{'palette'} = 'Change Text Color'; 



In Post.pl and in InstantMessages.pl find
Code (Perl)
Select All
				<img src="$imagesdir/palette1.gif" style="cursor: pointer" onclick="window.open('$scripturl?action=palette;task=post', '', 'height=308,width=302,menubar=no,toolbar=no,scrollbars=no')" alt="" border="0" /> 


Replace with:
Code (Perl)
Select All
				<img src="$imagesdir/palette1.gif" style="cursor: pointer" onmouseover='contextTip(event, this.alt)' onmouseout='contextTip(event, this.alt)' oncontextmenu='if(!showcontexthelp(this.src, this.alt)) return false;' onclick="window.open('$scripturl?action=palette;task=post', '', 'height=308,width=302,menubar=no,toolbar=no,scrollbars=no')" alt="$post_txt{'palette'}" border="0" /> 



« Last Edit: Dec 25th, 2014 at 9:37pm by Dandello »  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint