![]() |
but the 3.5x version here (the only vb version I dev for now) does not have popups. Only thepro version does - hence the lack of need for it to stay open :)
Hope that makes sense |
Hi Geek,
I figured out the code for locking the box on the screen. See this example: http://www.shipmodeling.net/vb_forum/thread1187.html Checked it out in IE, 'Nutscape' and Firefox, seems to work fine in all. Although in Mozilla if the Autolink is on the right hand side of the page and you mouseover the link, it blows out the page to the left (hope I explained that well). But it was doing that before I made any changes any way. The box stays open until the user moves to another Autolink (one closes and the other opens), if they click off the page, or if they hit the 'Close' at the bottom on the box. It's not dragable (is that a word?), but given time! If you want the code, I can PM you, or I can post it here for other users of this version to use if OK with you. John |
Sounds cool. Feel free to post any enhancments here for anyone to use if youre cool with that.
Thanks again :) |
For those running Autolinker version 4.02 on vb 3.0.x + (I'm running it on Vb versiion 3.0.9 (patched) with no problems).
If you'd like to have the GALBox stay static on the users screen, then make the edits below. To see an example (scroll down the page and mouse over the various Autolinks): http://www.shipmodeling.net/vb_forum/thread1187.html As always, backup, backup, backup! In the 'header' (or where ever you put this block of code) template: Original: Code:
<div id="GALBox" Code:
<div id="GALBox" In the block - 'function GAL_popup': Around line #45 - Original: Code:
innerhtml= innerhtml + value_style + "'>" + value + "</td></tr></table>"; Code:
innerhtml= innerhtml + value_style + "'>" + value + "<br /><div class='smallfont' style='cursor: pointer; cursor: hand; float: right'>Close</div></td></tr></table>"; Original: Code:
<a href='$gal_link' target='_blank' class='DEF' onmouseover='GAL_popup(this,"$gal_offset", $gal_width, "$gal_box_style", "$gal_description", "$gal_description_style");' onmouseout='GAL_hidepopup();'>$gal_text</a> Code:
<a href='$gal_link' target='_blank' class='DEF' onmouseover='GAL_popup(this,"$gal_offset", $gal_width, "$gal_box_style", "$gal_description", "$gal_description_style");' onclick='GAL_hidepopup();'>$gal_text</a> I tried it with IE, Netscape and Firefox and it works well with all. John |
having a couple of problems.
1. running test and I am not getting a box to pop up although I have selected standard links with grey title and yellow box based on the suggestions in your readme file. WHen hovering I get a link that shows all the html replacement <a href='$gal_link' target='_blank' class='DEF' onmouseover='GAL_popup(this,"$gal_offset", $gal_width, "$gal_box_style", "$gal_description", "$gal_description_style");' onmouseout='GAL_hidepopup();'>$gal_text</a> 2 when I press stats in the autolink manager I get this error message; Warning: Invalid argument supplied for foreach() in /admincp/GAL_admin.php on line 2070 I installed all the files as specified, 3. also I didn't see where all the image files go, could you tell me? Thanks, nice mod btw. |
Anything new with this hack? I'd love to offer this to advertisers but I would only want it to work for guests. It's a wonderful idea.
|
We just clicked on the install file and it gave us this error message:
Quote:
|
The fact that you are trying to use a 3.0x modifiaction on a 3.5x board ;)
|
Quote:
Thanks :banana: |
Hello,
great Hack! :) Is there a way to add a lot of (400!) replacements with one sql-file into the database? Something like this (but what is with the "id" and "processed_text"?): PHP Code:
Thanks in advance for a little help.:) |
All times are GMT. The time now is 08:08 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|