PDA

View Full Version : Post ReParsing


quitsmoking
10-04-2007, 07:01 PM
Hi,
How can I make VB re-parse all posts? What file or script does it use to parse posts? Thanks.

Eikinskjaldi
10-04-2007, 11:17 PM
post parsing is handled in various places within vb by a call to class_bbcode.

You can rebuild your post cache from admincp

Marco van Herwaarden
10-05-2007, 06:40 AM
Not sure what the reason is for this, but you could simply clear out the postparsed table:

TRUNCATE TABLE postparsed;

quitsmoking
10-05-2007, 08:05 PM
Thanks alot. I truncated the table and everything works fine.
It is just that I modified the script to allow some links and rel="nofollow" some links.