Quote:
Originally Posted by SloppyGoat
That's a damn good observation. So, can a conditional be used to first; specify a specific forum, then use the remove links command(or whatever you'd call it) to remove them as you post? In other words, can a conditional do something like this? I'm sure a hack can, if not.
If forumid=XX
then remove links
else normal operation
This would probably be the ideal way to accomplish this.
Or, use this hack, which disables parsing completely, but use an if statement with it to specify the forum. Found in this thread.
In functions_newpost.php FIND
PHP Code:
function convert_url_to_bbcode($messagetext)
{ // the auto parser - adds [url] tags around neccessary things
BELOW that ADD
PHP Code:
return $messagetext;
This will disable autoparsing of URLs everywhere.
|
i did this but now all my users quotation marks are showing up like this \" . I am using vB 3.0.6. Help?
*Edit* Nevermind, i fixed it.