The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#61
|
||||
|
||||
We can "ADD" templates in vBulletin now? Damn!
|
#62
|
||||
|
||||
Yep, right in the CP too.
|
#63
|
||||
|
||||
Heh, what a funny thread. It's funny to see how long it took you guys to notice that one particular bracket, which I spotted erroneous from the first page
Code:
($threadinfo['forumid']!=22])) |
#64
|
||||
|
||||
Well! Where were YOU? LOL
|
#65
|
||||
|
||||
In case you don't feel like reading this entire thread, I'll sum it up for you. This is a hack to exclude autoparsing url's in a single forum....not globally.
Ok, a new interesting, but horrible issue has developed with this hack. My quickreply box ignores this code. PHP Code:
I assume it's because of this line in the replybox template: Code:
<input type="hidden" name="parseurl" value="yes"> [edit2] But if I remove that line, it stops parsing globally. Hmmmm Does anyone know how I can edit this to exclude just one of my forums, but not all? Can someone help stop the madness, please? |
#66
|
|||
|
|||
i have looked at this code and instead of just one forum how would i use it so it was gobal and so that all the auto parse codes was unchecked
|
#67
|
||||
|
||||
I could be wrong, but try replacing this
Code:
$parseurlchecked="CHECKED"; Code:
$parseurlchecked = ''; Or, this is a way that it could be done globally without hacking. Although, I haven't tried it. 'newthread' and 'newreply' templates (I'd guess the edit template too) Edit the following code in those templates. (Should be pretty self explanitory) Code:
<input type="checkbox" name="parseurl" value="yes" $parseurlchecked> <b>Automatically parse URLs:</b> automatically adds http://and around internet addresses. |
#68
|
||||
|
||||
Wouldn't it be?
PHP Code:
|
#69
|
||||
|
||||
No, I don't think so. There is no "else" in the original lines.
Code:
if (!isset($parseurl)) { $parseurlchecked="CHECKED"; } |
#70
|
|||
|
|||
this is the way my php is set up
i did as SloppyGoat said and changed this Code:
<br><input type="checkbox" name="email" value="yes" $emailchecked > <b>Email Notification Code:
<br><input type="checkbox" name="email" value="yes" $email> <b>Email Notification thx for your help |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|