The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Geek AutoLinker 4.0 RC2 Details »» | |||||||||||||||||||||||||
This is a totally new version of the popular GAL3.0 system
Thread closed. Release is gold here -> https://vborg.vbsupport.ru/showthrea...threadid=76054 I am pretty cool that this package should be the final release. I have spent about 50 hours recoding this from the ground up but want a green light from you guys before I stick it in the current release thread. In a nutshell this system replaces any keywords in posts with specific replacements (no, not like replacements in vb). It will do anything form simply link keywords all the way to produce poup boxes when doing a mouseover keywords. The popups now support bbcode, html, multiple styles, titles, etc... Other new features: Track impressions, track hits, limit categories to certain forums, have usergroups toggle on.off certain forums, blahblahblahblah. Basically its GAL 3 on Steroids. O yea, the replacments are also a bit smarter Upgrading: From 2.6 and 3.0 Follow the install instructions in the readme. When you start up gal4_install.php, follow the upgrade path. Please note that any replacement codes you added in 3.0 will go byebye. These are NOT your gal items... they are the global, category, or item level replacments that looked like something like this: <a href="$link" title="$description">$text</a> I would be shocked if anyone had more than 1 or 2 of these. If you modified them in any particular way - just copy them into notepad... run the install... then create new ones with the new system. REMEMBER: YOUR EXISTING GAL LINKS WILL BE PORTED SAFELY OVER!!! Check out the extensive readme for details. Show Your Support
|
Comments |
#82
|
||||
|
||||
Quote:
Make sure you have your styles and replacements entered as per the readme. The error is most likely caused because you are missing one of those. |
#83
|
||||
|
||||
Updated to 4RC2.
IMPORTANT: You MUST read the README!!! At the bottom is the instructions to upgrade from rc1x to rc2. New additions: Width property for popup (200 is a good figure) Stats enhanced Bugs squashed New box style property - allows you to have a solid style instead of 2. nJoy |
#84
|
|||
|
|||
Geek there is a problem. When I make the edit in vbulletin_menu.js and upload it (RC2) the menu's in navbar are not working. When i uploaded the old backup they start to work. Here is my vbulletin_menu.js maybe i did a worng file edit :
Code:
var vbmenu_usepopups = true; var vbmenu_registered = new Array(); var vbmenu_initialized = new Array(); var vbmenu_activemenus = new Array(); var vbmenu_currentactive = false; var slidetimer = false; var vbmenu_opensteps = 10; var vbmenu_doslide = true; var vbmenu_dofade = false; // can be very slow var vbmenu_datefields = new Array(); function GAL_popup(e,offset,width, box_style, value,value_style, title, title_style){ if (!offset){ offset=1; } var leftpx = fetch_object_posleft(e); var toppx = fetch_object_postop(e) + e.offsetHeight; var dest=fetch_object("GALBox"); toppx=toppx-offset; //value=value.replace(/ /g,'<br />'); //title=title.replace(/ /g,'<br />'); dest.style.left = leftpx + "px"; dest.style.top = toppx + "px"; if (width){ width=" Width='" + width + "' "; } var innerhtml="<table border='0' cellpadding='5' cellspacing='0' " + box_style + width + "><tr><td "; if (title){ innerhtml=innerhtml + title_style + "'>" + title + "</td></tr><tr><td "; } innerhtml= innerhtml + value_style + "'>" + value + "</td></tr></table>"; dest.innerHTML=innerhtml; //alert(innerhtml); if ((window.document.body.clientWidth-dest.offsetWidth)<leftpx){ leftpx=window.document.body.clientWidth-dest.offsetWidth; dest.style.left = leftpx + "px"; } dest.style.visibility='visible'; } function GAL_hidepopup(){ fetch_object("GALBox").style.visibility='hidden'; } // ############################################################################# // another function to handle the different event models of different browsers |
#85
|
|||
|
|||
Quote:
|
#86
|
|||
|
|||
Hey geek some forums are breaking up weird... check it out.
Quote:
|
#87
|
||||
|
||||
Guys - in your vbulletin_menu.js file.... remove these lines:
PHP Code:
|
#88
|
||||
|
||||
t3media - did you do the changes required in the readme to update from rc1 to rc2?
|
#89
|
|||
|
|||
Quote:
|
#90
|
||||
|
||||
Quote:
Re: the popup replacement codes (the one with a title and the one with no title). Edit them and change: "$gal_box_style" "$gal_description", to "$gal_box_style","$gal_description", Then click debug->rebuild |
#91
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|