Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Geek Auto-Linker 4.5 LITE Details »»
Geek Auto-Linker 4.5 LITE
Version: 4.5c, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

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.

For those wanting to have the news module in their vbaCMPS module auto-link... here is a teeny tutorial on it

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.

Comments
  #32  
Old 09-19-2005, 08:03 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There shouldnt be any issues with upgrading from Lite to pro aside from the extra options your LITE GALs will get once you install the PRO version.

HTH's
Reply With Quote
  #33  
Old 10-05-2005, 11:34 AM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Running 3.5 Gold. Imported the product and added the files.

When I try to add an item, I get the following SQL error:

Database error in vBulletin 3.5.0:

Invalid SQL:
INSERT INTO geek_autolink(
text,
link,
ignorethread,
ordinal,
description,
catid,
title,
enddate,
hits,
views,
isactive,
max_hits,
max_views) VALUES (
'Greg Watson',
'http://www.GregWatson.com/products.asp?partner=APC',
0,
0,
'Link to Greg\'s site.',
1,
'Greg Watson',
0,
0,
0, 1, 0, 0);

MySQL Error : Unknown column 'ordinal' in 'field list'
Error Number : 1054
Date : Wednesday, October 5th 2005 @ 08:32:53 AM
Script : http://www.aquaticplantcentral.com/f.../GAL_admin.php
Referrer : http://www.aquaticplantcentral.com/f...min.php?do=add
IP Address : 65.2.185.179
Username : Art_Giacosa
Classname : vb_database

Little help please?
Reply With Quote
  #34  
Old 10-26-2005, 11:49 AM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why does the replacement text get replaced with the Title of the GAL? I just want the word to be the same, but underlined...
Reply With Quote
  #35  
Old 10-26-2005, 12:43 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It should only link the actual word... not replace with the title.
Reply With Quote
  #36  
Old 10-26-2005, 12:50 PM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Geek
It should only link the actual word... not replace with the title.
Any idea what I could be doing wrong then?
Reply With Quote
  #37  
Old 10-31-2005, 02:15 PM
Bones_3DFC Bones_3DFC is offline
 
Join Date: Oct 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and clicked install.
Working great! Thank you for this!
Will test drive for a few and then purchase pro.
Excellent!
Reply With Quote
  #38  
Old 10-31-2005, 04:58 PM
TygerTyger TygerTyger is offline
 
Join Date: Aug 2005
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Brilliant, exactly what I was looking for to create Wikipedia-style links. And just to be helpful, here's how it's done.

Demo: http://www.forumwhatever.co.uk/showp...89&postcount=3

Nice and easy to do, instead of the provided CSS, use this:

Code:
/* Gallery Links */
a.gal:link {
padding:0 0 0 12px;
background:url(images/misc/exlink.gif) no-repeat 0;
}
a.gal:visited {
padding:0 0 0 12px;
background:url(images/misc/exlink.gif) no-repeat 0;
}
a.gal:hover {
padding:0 0 0 12px;
background:url(images/misc/exlinkon.gif) no-repeat 0;
}
And put appropriate link icons in the directory you want, linking to them in the CSS. You can forgo the hover part of the CSS if you don't want a hover effect, but you must keep visited or the image won't show up on visited links.
Reply With Quote
  #39  
Old 10-31-2005, 05:14 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TygerTyger
Brilliant, exactly what I was looking for to create Wikipedia-style links. And just to be helpful, here's how it's done.

Demo: http://www.forumwhatever.co.uk/showp...89&postcount=3

Nice and easy to do, instead of the provided CSS, use this:

Code:
/* Gallery Links */
a.gal:link {
padding:0 0 0 12px;
background:url(images/misc/exlink.gif) no-repeat 0;
}
a.gal:visited {
padding:0 0 0 12px;
background:url(images/misc/exlink.gif) no-repeat 0;
}
a.gal:hover {
padding:0 0 0 12px;
background:url(images/misc/exlinkon.gif) no-repeat 0;
}
And put appropriate link icons in the directory you want, linking to them in the CSS. You can forgo the hover part of the CSS if you don't want a hover effect, but you must keep visited or the image won't show up on visited links.
Thanks for that. I really really like that little shortcut image. Can I steal it?
Reply With Quote
  #40  
Old 10-31-2005, 05:19 PM
TygerTyger TygerTyger is offline
 
Join Date: Aug 2005
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I just stole them from Wikipedia lol. But yeah, someone's bound to use them. Add them and the CSS in with the main zip if you like, whatever.
Reply With Quote
  #41  
Old 11-07-2005, 04:39 PM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know why the Replacement Text word is replaced by the Title of the GAL on my forum?

Also, the ignore thread option doesn't seem to work either...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:21 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
  • Page Generation 0.05202 seconds
  • Memory Usage 2,309KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete