Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
Geek AutoLinker 3.00 RC1 Details »»
Geek AutoLinker 3.00 RC1
Version: 1.00, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 04-07-2005 Last Update: Never Installs: 11
DB Changes
Is in Beta Stage  
No support by the author.

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>
or this to hide the status bar display:
Code:
<a href='$link' target='_blank' class='DEF' title='$description' onmouseover="window.status='$description'; return true" onmouseout="window.status=''; return true">$text</a>
[edit]
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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-08-2005, 06:58 PM
zachlee zachlee is offline
 
Join Date: Nov 2004
Location: Pgh, Pa
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lets say that I am 110% happy with the previous version, and all I want to do is to add the URL Title part. Is this possiable? I believe in... if its not broke, dont fix it.
  #3  
Old 04-08-2005, 07: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

hey Zach... you could manually hack the code to add support for it (it is already in the table you installed). But personally it would be a lot more work than to simply upgrade it.

Its also much quicker as it reduces the unserialize functions by about 300%. Im pretty chuffed with it. If you love the existing version - youll dig this one.
If unsure - just hang for a few to make sure it will be the final. Ive worked pretty long and hard to get it right so I really do not forsee any problems arising.

You may also dig the new replacement editing ability. You have far more flex with it.
  #4  
Old 04-08-2005, 09:43 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wish you add support for mass importing exisiting links from other sources.
  #5  
Old 04-08-2005, 09:59 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

Hey Lionel - like what? Its not that hard to do if you know the format the links are in. Is there some other type of hack similar that needs an import script?

BTW: Those that have installed - can I get feedback? I assume that no word means all went ok? I would like to move this to a final asap.

Cheers Beers.
  #6  
Old 04-08-2005, 10:20 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Geek, for example I have the vbadvanced link, and I am using one forum as biographies with your articles. I was thinking like

1-adding a field gal_linked in vblinks (1,0), then do a query that will pull all titles and id. Will present them to me so I could edit, add a checkmark, then make the import into GAL, and setting gal_linked=1 (so it does not display them again). When someone would type the word, that will automatically link it to the vblinks details page. Could even edit them to add keywords. Someone types cars, and the car dealer link appears...

2-For GAS, a query that will pull article title for specific forums, we could edit title, then import threadid into GAL. Then you type Georges Bush, and it will automatically link you to that guy's biography, for example.
  #7  
Old 04-08-2005, 10:21 PM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this error when I run the installer : Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home2/*******/public_html/forum/admincp/gal3_install.php on line 127
  #8  
Old 04-08-2005, 10:35 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 Lizard King
I get this error when I run the installer : Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home2/*******/public_html/forum/admincp/gal3_install.php on line 127
Thats it mate! Thats what I am after. Package updated to fix the error reported.

Lionel - In GAS, you can add article key words to auto enter into GAL. As far as vba links... beyond the scope of this pup. Maybe an add on would suffice?
  #9  
Old 04-08-2005, 10:38 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OOOO I must have missed that. I got the latest GAS and am on my way to it now.

Yes this is what I am looking for, an addon. Guys like you do that in 5 minutes. Guys like me take weeks of frustrating trial and errors.
  #10  
Old 04-08-2005, 10:42 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 Lionel
OOOO I must have missed that. I got the latest GAS and am on my way to it now.

Yes this is what I am looking for, an addon. Guys like you do that in 5 minutes. Guys like me take weeks of frustrating trial and errors.
Dont overestimate us 'guys'. Some of us just are lame and spend far too much time tweaking stuff
Note that the functions_gal in this package is NEWER than the one with gas 3.51 therefore dont overwrite it!
You can turn on the gal coupling in gas via the gas settings.
Closed Thread


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 03:25 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04765 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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