The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
||||
|
||||
Yes filburt... not everyone loves the phpinclude template as much as you hehe
|
#32
|
||||
|
||||
Mist, where's the bee? I like the bee much better.
|
#33
|
||||
|
||||
Quote:
[edit] I also tested it in newthread.php, just out of curiosity, and I get the same error there too. (different line number, of course) |
#34
|
||||
|
||||
Try this. I forgot the bracket.
Code:
if (!isset($parseurl) and ($threadinfo['forumid']!=22])) { $parseurlchecked='CHECKED'; } else { $parseurlchecked=''; } |
#35
|
||||
|
||||
Nope. Damn! Man, this isn't turning out to be the easiest hack, but I just know it's something pretty simple like what you guys are suggesting. I'm sure we're on the right track, anyway.
|
#36
|
||||
|
||||
Ok, give me the place you are trying to insert it at and I will try it here.
|
#37
|
||||
|
||||
Make sure you are replacing the right code snippet again and try this:
PHP Code:
- miSt |
#38
|
||||
|
||||
Mist, you have 1 too many brackets now. You need a right bracket for every left one. You have 4 left brackets and 3 right ones.
|
#39
|
||||
|
||||
Quote:
if (!isset($parseurl)) { $parseurlchecked="CHECKED"; } with: All the suggested code so far....except the one above, which I'll try when I get home tonight. :lick: |
#40
|
||||
|
||||
Ahhh i think i might have it this time!
Replace this: PHP Code:
PHP Code:
That shouldn't give you a parse error and boofo i don't have an extra bracket do i? You missed out the one on the left which I highlighted - miSt |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|