![]() |
Quote:
|
Nope, there must be something else wrong. Same thing. :confused: Damn, php is some confusing sh*t, ain't it? LOL
|
Lol i got the syntax right :)
Hmmm... Sloppygoat - post up the errors your getting :) - miSt |
It's the same error as before. It just says "Parse error in line 464" in newreply.php", when I replace that section....no matter what I do. I've tried a bunch of combo's now and kept track of all of them. Here's what hasn't worked....
if (!isset($parseurl)) and ($threadinfo[forumid]!=22]) { $parseurlchecked="CHECKED"; } else { $parseurlchecked=""; if (!isset($parseurl)) and ($forum[forumid]!=22]) { $parseurlchecked="CHECKED"; } else { $parseurlchecked=""; if (!isset($parseurl) and ($threadinfo[forumid]!=22])) { $parseurlchecked="CHECKED"; } else { $parseurlchecked=""; if (!isset($parseurl) and ($forum[forumid]!=22])) { $parseurlchecked="CHECKED"; } else { $parseurlchecked=""; if ((!isset($parseurl) and ($threadinfo[forumid]!=22])) { $parseurlchecked="CHECKED"; } else { $parseurlchecked=""; if ((!isset($parseurl) and ($forum[forumid]!=22])) { $parseurlchecked="CHECKED"; } else { $parseurlchecked=""; |
Bump! Anyone else have any ideas? I gotta find someone who can figure this one out. It's driving me crazy. :(
|
Damnit! Someone's gotta know this one. :(
|
Try this:
Code:
if (!isset($parseurl) and ($threadinfo['forumid']!=22])) { |
No offense but has anybody heard of the phpinclude template? No hacking required.
|
But don't you start getting a load on the server doing it that way? Because it adds it to every page instead of just where he needs it.
|
I'd much rather have a hack to do this, since it is only needed in one thread, and should be a small and simple change....if I just knew exactly how to do it. :ermm:
Thanks Boofo, I'll give that a try too. |
All times are GMT. The time now is 08:00 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:
|