The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Post ReParsing
Hi,
How can I make VB re-parse all posts? What file or script does it use to parse posts? Thanks. |
#2
|
||||
|
||||
post parsing is handled in various places within vb by a call to class_bbcode.
You can rebuild your post cache from admincp |
#3
|
|||
|
|||
Not sure what the reason is for this, but you could simply clear out the postparsed table:
[sql]TRUNCATE TABLE postparsed;[/sql] |
#4
|
|||
|
|||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|