PDA

View Full Version : Ignore thread resets to 0


bob
11-11-2005, 10:45 PM
When using GAL to autolink to another article in the forum, I tried putting that link in the Ignore thread field, but when I save, the field resets to 0. And testing it shows that the thread is autolinking to itself.

I've tried a few times, rebuilt, and run the cron job.

Is there something I could be missing? Thanks. :)

The Geek
11-11-2005, 10:54 PM
Are you putting in ther URL or threadid?

bob
11-11-2005, 11:10 PM
Are you putting in ther URL or threadid?I'm putting in the full URL.

Should I try with only the threadID?

The Geek
11-11-2005, 11:16 PM
Yea, just the threadid will sort you :)

bob
11-12-2005, 05:24 AM
Ah, that makes sense, since it says Ignore thread. :o

But it's still not working correctly--I entered 700, and it saved with 700, but in thread 700, it's still autolinking.

Just as a test, I tried entering showthread.php?t=700, but that didn't work either.

And yes, I run debug > rebuild after every change.

The Geek
11-12-2005, 10:47 AM
You using the db cache?

bob
11-13-2005, 12:43 AM
I have:

Stats > Use DB Cache? > No

The Geek
11-13-2005, 12:36 PM
Ignore thread (and some other options) are only active when its set to yes. All this does is add 1 query at run time and gives you a lot more flexability.

HTH's

bob
11-13-2005, 04:56 PM
Ignore thread (and some other options) are only active when its set to yes. All this does is add 1 query at run time and gives you a lot more flexability.Beauty. I now have it set to:

Stats > Use DB Cache? > Yes

And it's working as hoped. Thanks again. :)