![]() |
No-Parse Url's in Specific Forum
1 Attachment(s)
I have been trying to do this and figured out how. It involves some template edits, so you need to be comfortable doing so.
First open SHOWTHREAD template, find: Code:
<input type="hidden" name="parseurl" value="1" /> Code:
<if condition="$foruminfo[forumid]!=X"><input type="hidden" name="parseurl" value="1" /></if> Then open newthread template and find: Code:
<if condition="$show['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if> Code:
<if condition="$foruminfo[forumid]!=X"> Then open newreply template and find: Code:
<if condition="$show['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if> Code:
<if condition="$foruminfo[forumid]!=X"> To do more than one forum use this for the if statement instead: Code:
<if condition="($foruminfo[forumid] != X) && ($foruminfo[forumid] != X)"> && ($foruminfo[forumid] != X) and replacing the X's. Sure there is an easier way to do this but i am still learning and it worked for what i needed. |
All times are GMT. The time now is 07:12 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:
|