![]() |
I'm with it now, thank you very much :D
|
I cant replicate the limit bug you have mentioned. It seems to work fine at this end.
I cant replicate the settings not saving dangermode. It works as expected on a clean install. I did find that putting $url in when you are not using the popup (in other words - using standard links) can cause extra HTML formatting to appear. It would be silly to put the $url variable just so it appears in a standard tooltip box anyway as it would be totally unusable. I also found that in the replacement code - dont bother putting an apostraphe around the $description tag as one is done automatically within the construction of the variable. HTH's |
I just finished installing this on my board and it is a great mod!
I only had one problem with the install that you may want to evaluate... In the install script there is line for "Modifying file: admincp/index.php" In my install I got an error saying... Quote:
Code:
// ************************************************* Code:
// === GAL step 200 === In my file I had the following: Code:
// ************************************************* Code:
// ************************************************* Code:
// ************************************************* As for my board... I am running vB 3.0.7. and the only other Mod I have installed is vBAdvanced. The replacement code seems to work however with one minor thing I would like changed if possible... If your keyword is used as the title for a link such as "Click here for link on vBulletin" and you use vBulletin as a replacement term then what happens is "Click here for link on" goes to the initial link while "vBulletin" goes to a different link as defined by this mod. Is there any way to have the mod detect that text should not be between a [url= some url ]Click here for link on vBulletin[ /url]? EDIT: ALSO whay aren't the font colors working on this board (vBulletin.org)? |
It shouldnt do that in safe mode. Please let me know which mode you are running in.
|
I am using safe mode.
You can see it at work here: http://www.quarterbore.net/forums/showthread.php?t=19 In reply to below... not a major issue and I can live with it... I just need ro remember not to use my keyword in my description of the link anymore! As I find them, I will just reword them... Thanks again for an excellent mod! |
It wont change anything except in a postbit.
As far as the [url=www.somesite]i like bob a lot[/bob] getting messed up... that is a limitation. Both safemode and danger mode will screw up that link. The reason being that bob qualifies to get linked because there is a space in front of it. There isnt really a way to determine (within reason) if bob is in middle of a link or not. All it can do is (in safe mode) determine that it isnt a link itself (ie www.bob.com). In order to determine if it is sitting in a url, you would have to come up with the mother of all regex that would find a match and scan backwards to ensure that there wasnt a < a href in front without a matching </a> after it. This would be a nightmare to make the regex and it would dramatically slow things down. Sorry :( |
Realy thanks..GEEK. Very cool hack.
I have major problem. I can use English key words. But I can not use Korean key words. Korean key word can not link. Nothing appear. Korean language is 2byte language. How can I use Korean key word with GAL. Thanks. Sorry my English...^^ |
Is this supported in FireFox as well or is it just IE?
|
Quote:
rainyleaves - I really have no clue about that - maybe someone here can shed some light onto it. sorry :( |
Thanks...^^ GEEK.
|
This is odd. I am still using the old version and its linking a word that has text after it.
http://www.discussionjunction.com/fo...ead.php?t=2024 I have it set to link amazon and this post has amazon.com 2 times.. the first one is linked. I guess Ill try updating this hack but I am scared to because when I did the artivle hacks update it didnt work. :( |
Updated perfectly! W00t I had to make 3 or 4 edits on my own though.
Thing is the popup doesnt look right... its way too big compared to the one on the demo... :( |
I have 2.6
Is there any major reason for me to update the current version? The one I have now is perfect. |
Quote:
|
I agree that the default style for the popup is a bit pants. If you want it changed - just change the style of the div box you put in your template (most likely the header).
|
hey geek i have integrated the Overlib in to this hack for mouse our ... u can see it in my test zone :)
http://www.swarangal.com/fingering/showthread.php?t=1 just check iranthavan / chandramuki please suggest me whether it is right to change ? |
Quote:
You can get the same look with the popup facility here. You dont need the other hack. BTW: Is that my advertising hack to? ;) Looks cool - just needs a <br /> before ad1 :) |
oh, also - you are getting an error because your title is 'Iranthavan the Admin'
with the JS you included - it should be \'Iranthavan the Admin\' |
Quote:
|
I think he is using a different hack for that popup design unless I am reading wrong...
|
Overlib is another nice Mouse over script guys its freeware (free wot ever it is) i just used the code ... and tested and its works and getting error so i asked geek more info goes here.
include the js in the headinclude and put the div in the header template and thats it http://www.bosrup.com/web/overlib/ i really love this mouse over its KEWL :) try geek to integrate properly i thinks it GPL so shud not be probz |
Quote:
|
Quote:
|
oh man thats hot.
He is using the link stuff but the pop up is just more nicer java thats all. cool. |
Cool. But im still not sure what you asking me. You want me to integrate my hack into their progam?
Cant really say I see it on the immediate horizon. sorry... just very busy with other hacks right now :( |
Quote:
and yes its ur banner system !!! going to play around with ur article system and will bug u there :p |
Any way to make this work with the banner system you are setting up?
|
Quote:
I am still juggling with how to get them to expire like ads though (oh yea, and there really isnt a way to track how mant imressions you get with a GAL) |
It happened to me again that the settings reverted to safe mode. I think it does whenever a new link is added, directly or from GAS input.
|
Quote:
|
Geek. I would love to have this work this way.
Child, children, boys, girls, at home mom, brats, kids goto this url.... and imagine there was more than 1 url. say the kids allways have fun. Kids will be kids. I would like the URL to be differnt for each kid. (if I had three) If I had only 2 lets say then two will have the same and one differnt. can this be done with the hack you have now? |
:rolleyes: You want the replacment to be dependant on the usergroupid? It can be done - but it isnt something that is in it now. I guess I can look at something like that for future versions. HTH's |
The Geek
You could always do what the text ad places do. Insert an image... like gal.gif?ad=1 |
Quote:
Unless... you mean have like an image in the popup text like <img scr="www.mysite.com/image.php?id=5"> kind of thing. Not sure how well it would work though. |
I mean like..
<a href=mydomain.com/forums/gal.php?id=1>WORD</a><img scr="mydomain.com/galimage.php?id=1"> Thats how linkshare.com does the ads for affiliates. Click the link and it counts a click the loading of the image counts the impressions. |
the image would be a 1x1 trans. pixel image...
|
I don't quite understand what the "categories" are. Can someone please explain this?
|
Quote:
THeir real power lies in the ability to override the global replacement text. So, you can have 2 categories, 1 that produces a standard link and 1 that produces popups. At the end of the day - you dont really have to use them - but it CAN make things much more flexible. |
Popups? How? Also, what's the ordinal thing?
|
Quote:
so ebay sucks should have a lower ordinal than ebay otherwise ebay sucks wont get linked as by the time ebay sucks comes around - the ebay has already been changed (if that makes sens ;) ) Instructions for the poppup replacment code is in the readme. Just put it in the replacement box of the global, category, or item replacment box. HTH's |
All times are GMT. The time now is 01:02 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|