View Full Version : My DHTML popups on link hover are tiny!
trana
06-01-2005, 10:07 PM
I couldn't seem to find any of the options to reply or rate a link, then I noticed that the DHTML popup window is really tiny. It is about 10 pixels wide by 20 pixels high. Each line of text is just a line of pixels.
Any idea how I can fix this one?
Thanks!
Correction: Sorry, this is actually on link click, not hover!
Brian
06-01-2005, 11:44 PM
Looks like your phrases are not installed. Try uploading the install file to your admincp directory, go to it in your browser, and select the option to reinstall the phrases.
trana
06-01-2005, 11:48 PM
I reinstalled, problem still exists.
I can provide the actual site address for you to see if you need it.
Let me know if I should open a ticket, whatever.
Thanks.
trana
06-01-2005, 11:50 PM
I should mention that a whole bunch of stuff seems to be messed up as well. Maybe it would be best if you looked at the actual site.
Brian
06-01-2005, 11:57 PM
Actually, that might be a PHP5 problem, or rather a bug with the links directory that PHP4 will let you get away with. Try looking in your links_global.php file for this code:
$phrasegroups = array_merge('adv_links', $phrasegroups);
And replace with this:
$phrasegroups = array_merge(array('adv_links'), $phrasegroups);
trana
06-02-2005, 12:03 AM
Fixed!
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.