![]() |
debug did not do anything. My first time adding after a while...
|
Ok Geek, looks like the problem was caused by a bunch of foreign accents. I deleted many of them, rebuilt, and it's gone.
I wonder why it took so long for GAL to react. Those were added a month ago. |
Quote:
|
Just upgraded... doesnt seem to wanna work
http://www.majorfm.com/forum/showthr...750#post121750 added a auto link for the word raghav i have read through most of the posts on the thread but no matter what i try, it wont work! please advise.. |
Geek, the ordinal precedence is not working properly in this vB3.0 version of GAL. A lower ordinal value does not cause that replacement to be done prior to a higher value ordinal.
You mentioned that it was a problem with some versions of PHP? Did you ever address the issue properly to fix it? I'm running PHP version 5.0.4. |
When I click install and log in I get the following message
"Fatal error: Call to undefined function: globalize() in /home2/woodie1/public_html/forum/admincp/gal4_install.php on line 43" any help on this? thanks |
Quote:
|
ooops, is there one out for my version on vb?
|
|
Question is there a way to put the variable into the boxs? say I wanted html that had $gal_text in it. and $gal_text actually changed to what it was?
Im trying to set something up but it never shows. |
even better what is the string for the searched word. for example... #(\s\b(cope)s?\b)#im what is the $gal for the word "cope" Im trying to put the linked word INTO the box in a dynamic fashion
|
Quote:
|
Quote:
question... how can I put actual javascript into the Description box? The code seems to remove javascript. I cant use an iframe because I need specific strings that an iframe will not beable to pull up... of course i could do it that way but then I would need javascript. is there a reason why html works but javascript doesnt? Thanks for such a fast reply |
yeah $url works but it pulls the acutall code for the href... its not a biggie I can use the title just change the wording on links. just stuck on the javascript issue.
|
Hello,
First of great mod and can't wait to get it working. I have a weird error, when I go to use the instlal script I get: "Call to undefined function: globalize()" Any way to fix? or should I try to manually install it? :) Thanks!! |
Quote:
|
wow do I feel stupid LOL thanks for a great mod non the less :)
|
Hi Geek,
I have Geek Autolinker 4.02 installed on my forum (3.0.9 (patched)), haven't upgraded to 3.5 yet. Holding off for now) It works great and my members love it. No problems, but I have a question. I have an association with Amazon.com books and I've been trying their new Beta Pop-Up Box in my Books Directory. See this link as an example - Building Plank On Frame Ship Models by Ron McCarthy, and the screenshots. It's much like your autolink, but their script has the option to "lock" the pop-up box on the users screen. The script is loaded directly from Amazon, so I can't read it. The only script (java) in my footer is the one that "calls" for the box script from Amazon (through the autolink, based on the preset type of link I place in the book's title). My question is, do you think the "lock" feature could be added to your Autolink script (perhaps in the 'Replacement' codes)? I don't think Amazon has an exclusive to this java script. This would be a great addition to your Autolink program. What do you think? John |
sure. I think its a cool idea. However it will get added to the PRO version and not the lite version here :)
|
Quote:
John |
but the 3.5x version here (the only vb version I dev for now) does not have popups. Only thepro version does - hence the lack of need for it to stay open :)
Hope that makes sense |
Hi Geek,
I figured out the code for locking the box on the screen. See this example: http://www.shipmodeling.net/vb_forum/thread1187.html Checked it out in IE, 'Nutscape' and Firefox, seems to work fine in all. Although in Mozilla if the Autolink is on the right hand side of the page and you mouseover the link, it blows out the page to the left (hope I explained that well). But it was doing that before I made any changes any way. The box stays open until the user moves to another Autolink (one closes and the other opens), if they click off the page, or if they hit the 'Close' at the bottom on the box. It's not dragable (is that a word?), but given time! If you want the code, I can PM you, or I can post it here for other users of this version to use if OK with you. John |
Sounds cool. Feel free to post any enhancments here for anyone to use if youre cool with that.
Thanks again :) |
For those running Autolinker version 4.02 on vb 3.0.x + (I'm running it on Vb versiion 3.0.9 (patched) with no problems).
If you'd like to have the GALBox stay static on the users screen, then make the edits below. To see an example (scroll down the page and mouse over the various Autolinks): http://www.shipmodeling.net/vb_forum/thread1187.html As always, backup, backup, backup! In the 'header' (or where ever you put this block of code) template: Original: Code:
<div id="GALBox" Code:
<div id="GALBox" In the block - 'function GAL_popup': Around line #45 - Original: Code:
innerhtml= innerhtml + value_style + "'>" + value + "</td></tr></table>"; Code:
innerhtml= innerhtml + value_style + "'>" + value + "<br /><div class='smallfont' style='cursor: pointer; cursor: hand; float: right'>Close</div></td></tr></table>"; Original: Code:
<a href='$gal_link' target='_blank' class='DEF' onmouseover='GAL_popup(this,"$gal_offset", $gal_width, "$gal_box_style", "$gal_description", "$gal_description_style");' onmouseout='GAL_hidepopup();'>$gal_text</a> Code:
<a href='$gal_link' target='_blank' class='DEF' onmouseover='GAL_popup(this,"$gal_offset", $gal_width, "$gal_box_style", "$gal_description", "$gal_description_style");' onclick='GAL_hidepopup();'>$gal_text</a> I tried it with IE, Netscape and Firefox and it works well with all. John |
having a couple of problems.
1. running test and I am not getting a box to pop up although I have selected standard links with grey title and yellow box based on the suggestions in your readme file. WHen hovering I get a link that shows all the html replacement <a href='$gal_link' target='_blank' class='DEF' onmouseover='GAL_popup(this,"$gal_offset", $gal_width, "$gal_box_style", "$gal_description", "$gal_description_style");' onmouseout='GAL_hidepopup();'>$gal_text</a> 2 when I press stats in the autolink manager I get this error message; Warning: Invalid argument supplied for foreach() in /admincp/GAL_admin.php on line 2070 I installed all the files as specified, 3. also I didn't see where all the image files go, could you tell me? Thanks, nice mod btw. |
Anything new with this hack? I'd love to offer this to advertisers but I would only want it to work for guests. It's a wonderful idea.
|
We just clicked on the install file and it gave us this error message:
Quote:
|
The fact that you are trying to use a 3.0x modifiaction on a 3.5x board ;)
|
Quote:
Thanks :banana: |
Hello,
great Hack! :) Is there a way to add a lot of (400!) replacements with one sql-file into the database? Something like this (but what is with the "id" and "processed_text"?): PHP Code:
Thanks in advance for a little help.:) |
3.6.6 or 3.6.7 ?
|
will this work for 3.6.x?
|
I still have the first version of this running on my boards. I am setting up vB 3.6.x in my dev directory prior to updating my main boards. So would love to know if 3.6.x is supported by geek auto linker?
|
I don't know if it's supported, but I'm using GAL on my 3.6.x board. There's an updated version at thevbgeek.com I think
|
Works with 3.6??
|
Quote:
|
i am getting a whitescreen on 3.6.7 when i try to access
Code:
http://mysite.com/admincp/admincp/gal4_install.php any help or pointers to something which does work on 3.6 much appreciated. |
Quote:
Is there a geek banner mod for 3.6.X? |
White screen on 3.6.9 too.
|
where can we get an update or similar system?
|
All times are GMT. The time now is 05:23 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:
|