The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
Quote:
|
#22
|
||||
|
||||
Nope, there must be something else wrong. Same thing. Damn, php is some confusing sh*t, ain't it? LOL
|
#23
|
||||
|
||||
Lol i got the syntax right
Hmmm... Sloppygoat - post up the errors your getting - miSt |
#24
|
||||
|
||||
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=""; |
#25
|
||||
|
||||
Bump! Anyone else have any ideas? I gotta find someone who can figure this one out. It's driving me crazy.
|
#26
|
||||
|
||||
Damnit! Someone's gotta know this one.
|
#27
|
||||
|
||||
Try this:
Code:
if (!isset($parseurl) and ($threadinfo['forumid']!=22])) { $parseurlchecked='CHECKED'; } else { $parseurlchecked=''; |
#28
|
|||
|
|||
No offense but has anybody heard of the phpinclude template? No hacking required.
|
#29
|
||||
|
||||
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.
|
#30
|
||||
|
||||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|