![]() |
I upgraded to the lates version, but now the safe-mode does not work at all?
See this post for exactly what I mean ( well it should, but does not ) http://www.bareprat.com/showpost.php...29&postcount=8 The above does not work at all, But this: http://www.bareprat.com/showthread.p...129#post232129 Shows you exactly what i mean.. |
Is it possiable to us a JS command with GAL?
ie, onmouseover="window.status='Football-Forums.com Affiliate'; If so, how/where would I place it, to make it work. |
JCR - hey man - I totaly missed your post - sorry about that. Can you try rebuiling in dager mode for me and ill check the link again. There are snippets of the HTML that looks odd.
Zachlee - yea you can - you can find the html in the GAL_admin.php file (under redbuild_datastore) |
Hi,
I have a situation where I need to provide auto links to the following: rotala macranda rotala rotundifolia rotala wallichii Is it possible to have the system link each one to a different link or is it going to link all three to the same link? Do I need to put it into some sort of order? |
Quote:
however if you had rotala as a keyword too, then you would want that last as it will replace all the others first, then the single rotala. If that makes sense ;) |
I have an idea for mass auto-linking, using vbalinks and geekarticles (I use for biographies etc...)
1-we alter table links add new field gal_linked. 2-we do a query, select title, url where gal_linked=0 3-we get the result in a new editable page where we can alter title, and a checkmark to select it. 4-and on submit, we update auto link with those values while setting gal_linked = 1 in links table same thing for Articles. Sound simple, right? I don't know how to do it!!! But I know it should be less than 5 minutes. |
Quote:
|
TNG, Three questions before I try installing this, please:
1. could you explain this statement on the README in the context of now having safe mode, is it still true? Quote:
3. What does someone who edits a thread that contains autolinks see in the editor? ANSWER - It's fine it the autolink doesn't show in the editor! Thanks a lot. Matt |
Note on installation
Step 4.1 says Quote:
Quote:
2. Also - the CSS for the autolinks is still missing in the download. 3. Any idea why the sequence , keyword . keyword (that is comma-space-keyword or period-space-keyword) doesn't autolink the keyword? Regards, Matt |
will these both link
name and Name - will this hack treat these as the same? even with the first letter capitalized? |
Quote:
Regards, Matt |
Matts right - it will link them regardless of case. name Name nAme NAME names name. name NAme! are all the same to the system
|
The CSS for the autolinks is still missing in the download.
|
How about adding an option of only linking a phrase once per post or once per thread rather than every occurrence so it's not so annoying to members?
One problem... in safe mode, if you search on the phrase, it won't get linked because of the <span class="highlight"> tag that surrounds it. What would be a good way to avoid that problem - insert a space before and after the highlighted word in the highlighting code so the HTML would come out as <span class="highlight"> PHRASE </span> which would then get autolinked? |
tag -- to be installed tomorrow night -- geek autolinker 2.0
|
interesting idea - ill hve to play about with that one. As far as linking once per post... ill have a play with that as well.
|
Geek,
You still have the "gel" typo in the README: 3.2 BELOW ADD // === GEEK AUTOLINK step 3.2 === 'gal_text', 'gal_links', 'gal_ignores','gel_settings', // === /GEEK AUTOLINK === |
Quote:
|
If i move the geet auto link menu to modcp will my mods also be avaible to add links ? Cause it is a pain in the ass to add bunch of links by myself :rolleyes:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
2. How about adding a TITLE text field to the link so a tooltip shows up when you hover on it? Thanks for this great hack! Matt |
Quote:
Ill look into the categories option too |
I notice that the text to match on can only be 25 characters since that is its size in the DB. Is it OK to just change that VARCHAR(25) to a larger number in the DB without breaking anything else?
|
sure - wouldnt cause any problems being longer. I dont think there is a check on the textbox size before update/insertion.
|
The autolinker was working perfectly, but then began displaying incomplete link code in the message posts rather than using the proper link syntax. I do not have an example since I immediately rebuilt the list and fixed it, but the only things I can think of that changed was that I deleted one autolinker entry (which was the first time I had done that) and later a re-start of the httpd daemon. Any clues as to how things could have been corrupted with the autolinker text replacement? I'm not familiar with the "datastore" and how that maintains state through an httpd restart. My suspicion is the entry deletion however. I'm using "safe mode" here if that matters.
|
hmmm. got me. Every time you make a chage - it rebuilds the datastore. THe datastore is simply just a serialized version of an array of built links. this saves an extra query to the db and save looping through and rebuilding at run time.
The only thing I can think of is that it rebuilt it in danger mode instead of safe mode. |
Geek for the next version is there a way to add some forum id's to settings so that whenever a new thread will be open in that forum the thread name will be auto linked ?
it might be really good for movie - book forums . |
Quote:
|
I'm having the same database error I'm reading about in here. Anyone know how to resolve it with vb3.07?
Thanks |
Quote:
Code:
'CREATE TABLE geek_autolink ( |
Quote:
I get an error running that as well... :=( An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: You have an error in your SQL syntax near ''CREATE TABLE geek_autolink ( `id` int(11) NOT NULL auto_increme' at line 1 |
There seems to be a parenthesis missing at the end of the statement:
Code:
CREATE TABLE geek_autolink ( |
What this is missing is an option to enter text for "STATUS BAR DISPLAY!"
Let's put some basic javascript to work and hide those affiliate codes in the links! :) I have searched the files inside and out with no luck whatsoever on any ideas for doing this.. I can't find where links are made.. |
Quote:
However that is about to change. I have a new version I am working on the upgrade script for right now. If you want to slide me the js ill see if I can work it into the next release. The new version features: Description field (for the url 'title' attribute). Was in there, just didnt draw up the interface for some dumb reason Ordinal field. So you can specify the order of replacement instead of the 'first come first served' option. Installer. This is the thing that is taking so freaking long. I am adapting my GISH installer for this hack. Eventually all of my hacks will feature my installer that auto edits files for you (if you want that is). Limit option. Someone was asking for the option to limit a match to once per post. Thats in there now. I think thats about it besides a few other tweaks and fixes. Beta testers for the installer/upgrader can PM me if they want to give it a whirl. Should be ready by tomorrow if I get time to finish it up. |
I have a little problem with the comments under the article. When I set "Show preview of comments only on the last page" to No, the comments do not appear at all. There is a word "Comments" under the article, but no comments themselves. Any Ideas why that would happen?
You can check out the test page here: (currently that option is set to No) http://www.digital-tutors.com/forums...play.php?f=107 Thanks in advance for any help |
Quote:
|
ooops, sorry about that. I was wondering why I couldn't find my post in the GAS forum! ha.
|
Quote:
I tried looking at the code as well to implement this, but came up short. I would LOVE to be able to hide affiliate links. |
All times are GMT. The time now is 12:40 PM. |
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:
|