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
  Learn how to remove ads

Reply
 
Thread Tools Display Modes
  #11  
Old 11-13-2005, 01:29 AM
1996 328ti 1996 328ti is offline
Junior Member
 
Join Date: Nov 2005
Posts: 12
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default

I just installed GAL primarily to be used for as a glossary.
I have tried # and blank for the url but still redirected to a blank page.

Also Active doesn't appear to work.
I have DB cache on.

Last edited by 1996 328ti; 11-13-2005 at 01:40 AM..
Reply With Quote
  #12  
Old 11-13-2005, 12:38 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

Make sure it isnt in a category set to track clicks.
Reply With Quote
  #13  
Old 11-13-2005, 12:58 PM
1996 328ti 1996 328ti is offline
Junior Member
 
Join Date: Nov 2005
Posts: 12
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default

Quote:
Originally Posted by The Geek
Make sure it isnt in a category set to track clicks.
Category: Glossary
Track Clicks: No
Track Impressions: No
Use DB Cache?: Yes
Reply With Quote
  #14  
Old 11-13-2005, 02:14 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

ok - the most liekly reason why this is happening is that you may not be using the updated replacements listed in the readme. Saying that - I was just playing around with them and while they are an imrpovement, I have found an ever beeter way of doing it. Ill updated the package in the next release to include a hover no link group however in the meantime, try this:

In your Main CSS, add the following:
PHP Code:
span.gal {
text-decorationnone;
border-bottom1px dotted #4D528C;
color #4D528C;
padding:0 0 0 12px;
background:url(images/misc/exlinkon.gifno-repeat 0
}
span.gal:hover {
text-decorationunderline;
border-bottom0px dotted #009933;
color #009933;
padding:0 0 0 12px;
background:url(images/misc/exlink.gifno-repeat 0;

The in your admincp-> gal section, go to replacements and add the following replacement:
title: Popup with no link
PHP Code:
<span class='gal' onmouseover='GAL_popup(this,"$gal_offset", $gal_width, "$gal_box_style", "$gal_description", "$gal_description_style");' onmouseout='GAL_hidepopup();'>$gal_text</span
Then add a new category to use this replacement OR edit a current category and set it to use this replacment.

Then click maintenence->debug->rebuild

That shoudl sort you out
Reply With Quote
  #15  
Old 11-13-2005, 04:02 PM
1996 328ti 1996 328ti is offline
Junior Member
 
Join Date: Nov 2005
Posts: 12
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default

Quote:
Originally Posted by The Geek
The in your admincp-> gal section, go to replacements and add the following replacement:
title: Popup with no link
I added it, (not replace).
Added the additon CSS code.

What happens now is that the highlighted word is repeated.
And it links to itself. That is I can still click on the word.
Reply With Quote
  #16  
Old 11-13-2005, 04:05 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

Are you sure you rebuilt and that there are not duplicates?
Reply With Quote
  #17  
Old 11-13-2005, 04:18 PM
1996 328ti 1996 328ti is offline
Junior Member
 
Join Date: Nov 2005
Posts: 12
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default

Quote:
Originally Posted by The Geek
Are you sure you rebuilt and that there are not duplicates?
The replacement for popup with no title
HTML Code:
<a href='$gal_link' target='_blank' class='gal' onmouseover='GAL_popup(this,"$gal_offset", $gal_width, "$gal_box_style", "$gal_description", "$gal_description_style");' onmouseout='GAL_hidepopup();'>$gal_text</a>

<span class='gal' onmouseover='GAL_popup(this,"$gal_offset", $gal_width, "$gal_box_style", "$gal_description", "$gal_description_style");' onmouseout='GAL_hidepopup();'>$gal_text</span>
When I hit rebuild
Find
HTML Code:
#((\s|<li>|<span class="highlight">|<strong>|<b>|<i>)\b(CAI)s?\b)#im
Rebuild
HTML Code:
<a href='#' target='_blank' class='
gal
' onmouseover='GAL_popup(this,"1", 300, "style=\"border: 1pt solid #000000;\"", "Cold <!--GAL-->Air <!--GAL-->Intake", "style=\"background: #FFFFCC;padding: 2px;font-size: 10px;\"");' onmouseout='GAL_hidepopup();'><!--GAL-->$1</a> <span class='
gal
' onmouseover='GAL_popup(this,"1", 300, "style=\"border: 1pt solid #000000;\"", "Cold <!--GAL-->Air <!--GAL-->Intake", "style=\"background: #FFFFCC;padding: 2px;font-size: 10px;\"");' onmouseout='GAL_hidepopup();'><!--GAL-->$1</span>
CAI is the word I am using in the glossary.

Edit:
This is interesting.

'I just installed my Cosmo CAI CAI today...'
If I click on the first CAI I generate a new page.
If I click on the 2nd, it works as you would expect. No link.
But CAI should only be there once.

Last edited by 1996 328ti; 11-13-2005 at 04:28 PM..
Reply With Quote
  #18  
Old 11-15-2005, 03:18 AM
1996 328ti 1996 328ti is offline
Junior Member
 
Join Date: Nov 2005
Posts: 12
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default

Any luck with the double words?
Reply With Quote
  #19  
Old 11-15-2005, 07:55 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

Not yet however I have found the cause and ALMOST have it sorted. Its all pretty much waiting on a new regex which is beyond my ability. I have posted on a couple other sites but havent gotten too far yet (makes me think Im on the cutting edge with this regex!)

FIngers crossed I may have a solution 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
Links only showing once in GAL Azhria Lilu Geek Auto-Linker 10 07-27-2008 05:27 PM
GAL: Too many highlighted links Marcel Geek Auto-Linker 1 06-11-2008 04:09 PM
GAL links only in articles, possible? mushrom Geek Auto-Linker 1 05-19-2008 05:57 PM
Remove links in certain post? John D Geek Auto-Linker 4 04-23-2008 05:56 PM
Gal links TTG Geek Auto-Linker 2 09-17-2005 11:15 AM


All times are GMT. The time now is 08:12 PM.


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