Royalridge
03-10-2005, 08:00 PM
Am I missing something or is there a severe problem with this modification not actually processing vBcode tags in the output of articles that are submitted through the "submit article" front-end with the standard vBulletin WYSIWIG editor?
In articles.php
replace: $showcontent = $contentpages[$arrayelement];
with: $showcontent=parse_bbcode2($contentpages[$arrayelement],1,1,1,1,0,0);
Allows vB code to work properly.
In articles.php
replace: $showcontent = $contentpages[$arrayelement];
with: $showcontent=parse_bbcode2($contentpages[$arrayelement],1,1,1,1,0,0);
Allows vB code to work properly.