It pains me to say this, but you would have to install your last backup on your test-forum, and then copy and paste the missing content.
EDIT: For articles with multiple edits, you may be able to do this:
Revert the most recent edit.
Revert the reversion so you are again on the most recent edit.
The un-converted text should be restored.
I am working right now to correct this issue so the conversion should create a new edit for every page. This way if people lose content, they can just revert the conversion for that 1 article, and change the BB-Codes manually.
Reverting to the latest edit causes this error:
Code:
Database error in vBulletin 3.8.6:
Invalid SQL:
SELECT lastrevisionid AS revisionid
FROM vb4_vault_revision
WHERE revisionid = 3915;
MySQL Error : Unknown column 'lastrevisionid' in 'field list'
Error Number : 1054
Request Date : Monday, December 6th 2010 @ 06:44:07 PM
Error Date : Monday, December 6th 2010 @ 06:44:07 PM
Script : http://www.my-forum.com/forum/showwiki.php?title=Header:Forum_Header-25&do=history&action=rollback&oldid=3915
Referrer : http://www.my-forum.com/forum/showwiki.php?title=Header:Forum_Header-25&do=edit
IP Address : xxx
Username : Alfa1
Classname : vB_Database
MySQL Version : 5.0.90-log
I can only imagine this happening if you converted BB-Codes before you imported the edits. In this case, the un-converted edit may be further back in the list (1 more back?). Please check the revisions or use the compare tool to confirm.
Can it be the the [div=float:left;width:50%;] code doesnt work in Vaultwiki 3.0.7? If so then it becomes very hard to find the correct version of the header. All my forum headers have this code.
That code doesn't work in VaultWiki 3.0.7. That was NuWiki's format and it had unresolved security issues for the past few years. However, that's the unconverted code you want to revert to. Then you can update it to this format manually I suppose:
Code:
[div] style="styles" | content [/div]
If all your headers have the same styles, it should be a little faster, since you only have to replace the
For example if I want to replace this:
[div=float:left;width:50%;]some text
another line
another line [div=float:left;width:50%;][/div]
[div=float:left;width:50%;]some text
another line
another line [/div]
[div] style="float: left; width: 50%" | some text
another line
another line [div] style="float: left; width: 50%" | [/div]
[div] style="float: left; width: 50%" | some text
another line
another line [/div][/div]
This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.