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.
For some reason these things happen:
Links POP UP no matter what. even if I use "_self"
Ignore threadid (dont autolink this thread) is being ignored lol...
So no matter what the links pop up.
For some reason these things happen:
Links POP UP no matter what. even if I use "_self"
Ignore threadid (dont autolink this thread) is being ignored lol...
So no matter what the links pop up.
yea - I just fixed the ignore thread bug but havent updated. Do you mean that you want a standard link and it is still popping up?
Try clicking debug->rebuild and tell me if that sorts it.
yea - I just fixed the ignore thread bug but havent updated. Do you mean that you want a standard link and it is still popping up?
Try clicking debug->rebuild and tell me if that sorts it.
Yep your right... Thank you. I dont think I can find any other bugs. the forum still tick still stops. I have it with a LOT over 100.
Just so you know.
Do the ticks sort of 'run out' or are they sporadic (the earlier bug was sporadic).
I may not have a big enough field to hold the forums. If you seem to be running out, try changing the forumid field type in geek_autolink_cats to a medium text (if you can) and see if that helps.
Thanks for helping
7thgen - isnt adsense kind of like this? Sorry - I have never used it.
Do the ticks sort of 'run out' or are they sporadic (the earlier bug was sporadic).
I may not have a big enough field to hold the forums. If you seem to be running out, try changing the forumid field type in geek_autolink_cats to a medium text (if you can) and see if that helps.
They run out. Yes the site has over 100 Forums. There is a legit reason and they are all used.
I THINK I know what you mean with geek_autolink_cats. Be a bit more specific so I am sure please.
They run out. Yes the site has over 100 Forums. There is a legit reason and they are all used.
I THINK I know what you mean with geek_autolink_cats. Be a bit more specific so I am sure please.
If you have phpMyAdmin, just go into geek_autolink_cats... edit the forumid column... change the datatype from varchar to mediumtext...remove the 255 size and save it.
Then try to re-tick your forums and see if it saves. My guess is that it will. If it does I will then update the package to change the datatype of that field.
My replacement words donot show up at all. Is there something I am missing ?
I have a word here
word supposed to be autolinked but it shows me :
I have a here
When I edit a replacement word I have the following settings :
Subjest : Nirvana
Expires : Empty
Replacement Text : Nirvana
Link : http://forum.ayyas.com/showthread.php?t=4758
Ignore threadid : 0
Description : Nirvana Biyografisi
Ordinal : 0
Impressions : 0
Click Thrus : 0
Category Name : Eklenenler
Cached regex : #(\s(\bNirvana\b)s?)#im
Cached Replacement : <a href='autolink.php?id=36{TRACK_HITS}' target='_self' class='DEF' title='Nirvana <!--GAL_REMOVAL-->Biyografisi'><!--GAL_REMOVAL-->$1</a>
edit : It only happens in safe mode , when I change it to danger mode it started working correctly.
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