![]() |
We can "ADD" templates in vBulletin now? Damn!
|
Yep, right in the CP too. ;)
|
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])) |
Well! Where were YOU? LOL :D
|
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? :confused: |
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
|
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" |
Wouldn't it be?
PHP Code:
|
No, I don't think so. There is no "else" in the original lines. ;)
Code:
if (!isset($parseurl)) { |
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 > Code:
<br><input type="checkbox" name="email" value="yes" $email> thx for your help |
All times are GMT. The time now is 02:26 PM. |
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:
|