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 4.0 RC2 Details »»
Geek AutoLinker 4.0 RC2
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: 05-02-2005 Last Update: Never Installs: 14
Is in Beta Stage  
No support by the author.

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

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

Comments
  #42  
Old 05-04-2005, 02:53 AM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wtf does this mean? "Thats a pants link and you know it!"
  #43  
Old 05-04-2005, 02:59 AM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lizard King
edit 2 : When I try to check the stats i get the following error :
Warning: Invalid argument supplied for foreach() in /admincp/GAL_admin.php on line 1146
I am getting this as well. I think it's only when u don't have stats to show.
  #44  
Old 05-04-2005, 06:05 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lizard - is it still happening? It looks ok from here. Try debug->rebuild and see if that helps.

7th - Ill sort the missing phrase. If it looks like the link isnt valid - it lets you know.

And yes - the stats throw up an error if there is no info. Ill fix these this morning.

Thanks guys
  #45  
Old 05-04-2005, 06:45 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Geek, how can I make calendar events display autolinks? If that is at all possible? I post events in calendar and people can comment on them. I tried to put in 'smiliecache', 'gal_text', 'gal_links', 'gal_ignores','GAL_settings', in the special templates, but that does not work.
  #46  
Old 05-04-2005, 07:10 AM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Geek
Lizard - is it still happening? It looks ok from here. Try debug->rebuild and see if that helps.
I sorted it out. Thanks geek Waiting for the fix and you did an awesome job. This version is pretty good.
  #47  
Old 05-04-2005, 07:49 AM
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
Geek, how can I make calendar events display autolinks? If that is at all possible? I post events in calendar and people can comment on them. I tried to put in 'smiliecache', 'gal_text', 'gal_links', 'gal_ignores','GAL_settings', in the special templates, but that does not work.
lionel - you should only have to put:

$linked_text=process_gal_text($text_wanting_to_be_ linked);

whereever you want text to get linked. You will also need to put

persist_gal_impressions();

Somewhere on that page if you want to record tracking info. Put it before print_output but after all the linking is done.

HTH's

New release will be later today. I am just waiting on any other bugs to fix first.
  #48  
Old 05-04-2005, 07:56 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hum, when I put that in calendar.php I get a blank page. I also have not upgraded yet.
  #49  
Old 05-04-2005, 08:03 AM
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
Hum, when I put that in calendar.php I get a blank page. I also have not upgraded yet.
you mean to 4.0?

Only 4.0 will allow you to do that command.
  #50  
Old 05-04-2005, 08:07 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got you. Thanks, will do it later.
  #51  
Old 05-04-2005, 09:37 AM
Craigr's Avatar
Craigr Craigr is offline
 
Join Date: May 2002
Location: Ayr, Scotland
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Geek
I just put it on my live site and already within a couple hours have had over 100 impressions on one keyword

(and it wasnt 'a')
Nice, hack, do you have any direct url so i can see it working?

Nice looking site too.
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 01:50 AM.


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.04570 seconds
  • Memory Usage 2,301KB
  • 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
  • (5)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
  • (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