Version: 4.5c, by The Geek
Developer Last Online: Jan 2019
Version: 3.5.1
Rating:
Released: 09-14-2005
Last Update: 01-13-2006
Installs: 104
Uses Plugins
Additional Files
No support by the author.
From the makers of O and yea comes the eagerly awaited LITE version of Geek Auto-Linker.
GAL is a revolution in dynamic schwizzelsisting for vBulletin 3.5x and dramatically improved from earlier versions to be faster and more efficient.
Package updated 05/12/05
Fixes ordinal (order) of replacements
What does it do?
GAL scans posts at run time and automatically hyperlinks pre defined key words of your own creation! Thats right... every time someone types in toe jam, GAL can automatically link it to any URL you can dream of.
In fact, GAL will link several variations on toe jam (or whatever keywords you happen to use).
GAL 4.5 has improved its matchmaking abilities and now matches words returned from searches (though only single key words with no spaces due to vB limitations) and formatted words too! (which it never could before).
There are no file changes, no template changes and currently 1 query (as there is no freaking way to cache the datastore yet). Anyhooo - thar she blows.
Click install if you indeed install or you may be mocked publicly for it.
Please note that this is a free LITE version of the PRO version. Therefore there is no hovering popups, stats, impression tracking, BBcode in descriptions, etc...
nJoy
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
JumpD - at run time. If it did it at post time, then if you changed an option or added something new, you would have to rescrub the system
However - doing it at post time would have certainly been easier
Or you could create a vb_code function to take care of it. Then just wrap the words in the vb_code and then any updates to the vb_code would take care of business. Then you would be using the existing vbulletin processes and not adding new ones.
o, BBcode. Thats what I thought you meant. However to do it with BBcode require the poster to put the word in around bbcode (i.e. [autolink]). That defeats the objective as they could just as easily put the URL in themselves.
You could have it put it in automatically at post time.
But then it isn't dynamic. All links would only take place from that point forward. If you edit a link or remove it, well, all your existing ones stay with the old version and are not removed.
I'm not sure what the problem is with having it be dynamic. If anything, its one of the key points to the system. For the average user, there is minimal impact on system performance. For mega heavy traffic sites with loads of entries - yes, there are performance implications, however those are not the norm.