The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Geek AutoLinker 3.00 RC1 Details »» | |||||||||||||||||||||||||
HowdA all.
BETA CLOSED. PACKAGE IS RELEASED HERE I have finally gotten GAL3.0 to a stage where it can be beta tested via fresh install or upgrade from 2.6 GAL is designed to be able to auto link keywords to your own specific URLs. (Read more here). 3.0 builds on 2.6 but includes the following: 1- ability to specify ordinal 2- ability to add URL titles 3- ability to cusomize the URL replacement 4- abiilty to limit # of time a match is replaced per post 5- new installer/upgrader/uninstaller built on a prototype GISH installer. This means that all file edits are done automatically for you unless you choose otherwise. 6 - Just added a category manager to categorize your GALS, but also so you can override the global replacement text on a category level. 7- Global, categorical, or individual replacment value. You can customise the replacement code on a global level, but override it on a category level, or even override that on an individual level which gives you massive versatility. All is pretty much self explanitory in the readme and the GAL 2.6 thread. As this is a beta, I would encourage that it is not used on a live board and that you backup your DB and files before running. edit: I just updated the package to allow for "'s in the replacement. Now you can customize the replacements with things like: For normal: Code:
<a href='$link' target='_blank' class='DEF' title='$description'>$text</a> Code:
<a href='$link' target='_blank' class='DEF' title='$description' onmouseover="window.status='$description'; return true" onmouseout="window.status=''; return true">$text</a> I have spent all afternoon and just come up with a way to have the hovering popups!!! Consider it a beta add on for a beta. Once that is working 100% I will fold it into the main package. For now, the instructions are in the current package. It requires a file edit and a template edit. The rest just works off replacement code that you create. [/edit] Like I said - the above is just pseudo code. But I am sure something like that would work (my javascript chugs). nJoy Show Your Support
|
Comments |
#12
|
|||
|
|||
Does that work if I edit existing article? I selected the option to auto add title in GAL, but I don't see where to put keywords and it did not update.
|
#13
|
|||
|
|||
I had to finish the file edits by myself. After installation when i go to admincp and click on display I get an db error :
Code:
Database error in vBulletin 3.0.7: Invalid SQL: SELECT id, text, link, ignorethread, ordinal, description FROM geek_autolink ORDER BY ordinal,text asc mysql error: Unknown column 'description' in 'field list' mysql error number: 1054 Date: Friday 08th of April 2005 07:48:37 PM Script: http://forum.ayyas.com/admincp/GAL_admin.php Referer: http://forum.ayyas.com/admincp/index.php?do=nav Username: Lizard King IP Address: ********** Code:
Database error in vBulletin 3.0.7: Invalid SQL: INSERT INTO geek_autolink(text,link,ignorethread,ordinal,description) VALUES ('Lizard King', 'http://forum.ayyas.com/member.php?u=4',0, 0, '') mysql error: Unknown column 'description' in 'field list' mysql error number: 1054 Date: Friday 08th of April 2005 07:51:10 PM Script: http://forum.ayyas.com/admincp/GAL_admin.php Referer: http://forum.ayyas.com/admincp/GAL_admin.php?do=add Username: Lizard King IP Address: ****** |
#14
|
|||
|
|||
hum, the autolinking is not happening for me. I am using GAS 3.51 and have not updated yet to the beta GAL
|
#15
|
||||
|
||||
Quote:
Lizard - can you run the DB element of the install again? Let me know what happens. |
#16
|
|||
|
|||
Not for me. I created a new article, copied the title and started a new thread where I pasted it. Nothing happened.
|
#17
|
|||
|
|||
I run the upgrade section and did the database again didn't gave me an error but later same errors .
|
#18
|
|||
|
|||
I looked at newthread.php, shouldn't the functions_gal.php be included in somewhere?
|
#19
|
|||
|
|||
Got it! There was an extra blank space line in functions_gal.php after ?> plus I had to upgrade the phrases.
|
#20
|
|||
|
|||
Jesus! Geek, you are an absolute genious! Just finished playing with this beauty. Exactly what I needed to do all along. Now, I got to worry about that vbaLinks addon and then I shall eternally be grateful.
|
#21
|
||||
|
||||
Lizard - I found the problem. I had to go back through the old install files and I finally found the problem.
Run the install or upgrade DB step again with this new package and that should sort you out. Has anyone upgraded from 2.6 yet? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|