The vB Geek

Go Back   The vB Geek > vB Geek Products > Geek Auto-Linker

Geek Auto-Linker GAL automatically links keywords that users type in posts to advertising hover pop-ups.

Advertisement
This is an HTML example. Isn't it just wonderful?!?!
  Learn how to remove ads

Reply
 
Thread Tools Display Modes
  #1  
Old 10-08-2005, 07:57 PM
Pirotess Pirotess is offline
Junior Member
 
Join Date: Sep 2005
Posts: 14
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default vbAdvanced integration

I added the line to my news.php file to get GAL popups in my news articles but theres a small problem with it. The link its trying to goto is busted though it works when I click on the [Read More] link which puts me into vBulletin proper. You can see the problem at http://www.vanguardspheres.com.

front page link = /autolink.php?id=1&script=adv_index&forumid=

vbulletin link = /autolink.php?id=1&script=showthread&forumid=2

Basically the wrong script and no forumid are being passed.

Last edited by Pirotess; 10-08-2005 at 07:59 PM..
Reply With Quote
  #2  
Old 10-08-2005, 08:42 PM
The Geek's Avatar
The Geek The Geek is offline
Senior Member
 
Join Date: Aug 2005
Posts: 6,717
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Thats the right script and there is no forumid as it isnt in a forum. These variables are used when recording stats. If it so happens that you are in a forum, it will record the stat per script, per form. If your not in a fourm (ie a private message) it just groups them together by the private script.

Hope this makes sense
Reply With Quote
  #3  
Old 10-08-2005, 08:43 PM
The Geek's Avatar
The Geek The Geek is offline
Senior Member
 
Join Date: Aug 2005
Posts: 6,717
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Right, I see the problem.... The redirect script is defaulting to the current directory whereas yours is in your fourm folder.

Let me mull on this. It may require a file edit until I can release a minor patch.
Reply With Quote
  #4  
Old 10-08-2005, 08:52 PM
The Geek's Avatar
The Geek The Geek is offline
Senior Member
 
Join Date: Aug 2005
Posts: 6,717
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Try putting a copy of autolink.php in your root folder (the same folder your vBaCMPS index page is in).

You will have to make an edit to the copied file though.

find:
PHP Code:
require_once('./global.php'); 
and change to
PHP Code:
require_once('.forums/global.php'); 
Or change forums in the above line to whatever folder your vb directory is.
I havent tested this - but I dont see why it wouldnt work.

Thanks!
Reply With Quote
  #5  
Old 10-09-2005, 09:05 PM
Pirotess Pirotess is offline
Junior Member
 
Join Date: Sep 2005
Posts: 14
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default

Tried that and it complains.

Warning: main(/home2/vanguard/public_html/includes/init.php) [function.main]: failed to open stream: No such file or directory in /home2/vanguard/public_html/forums/global.php on line 23
Reply With Quote
  #6  
Old 10-11-2005, 08:36 AM
The Geek's Avatar
The Geek The Geek is offline
Senior Member
 
Join Date: Aug 2005
Posts: 6,717
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Ive done a new build to address this and a couple other issues. I want to look into the deleting a category issue and then ill release an update possibly tonight.
Reply With Quote
Reply

Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
vbadvanced integration lthanos Geek Auto-Linker 1 08-03-2009 02:01 PM
Example of unusual integration of GARS and vBadvanced convergent Geek Article and Review System 5 06-03-2007 09:14 PM
vBadvanced CMPS integration vbStartup GeekMart 14 06-29-2006 03:18 AM
Integration with GAL? mikem79 GeekMart 1 03-10-2006 07:50 AM
eBux integration... DerTobi75 Geek Advertising Banner System 3 02-11-2006 05:22 PM


All times are GMT. The time now is 02:41 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.