Heisenberg submitted a new resource:
You must be registered for see links
- No-Parse Url's in Specific ForumvB Version: 3.8.x
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" />
Replace with:
Code:<if condition="$foruminfo[forumid]!=X"><input type="hidden" name="parseurl" value="1" /></if>
Replacing the X with the ID of the forum you don't want to parse url's.
Then open newthread template...
You must be registered for see links
Last edited:
