1) For me, the first page (just clicking Wiki in the navbar), shows "Jackie, test". If I go to the history tab, the only people there are Jackie and test. Is there another page you're referring to? If so, please link.
3) Leave it alone at least until the next update. I have already added some code so it shows more information about conflicts with images.
5) The cellspacing and cellpadding parameters really haven't had any effect since vBulletin 4. In previous versions of VaultWiki, they were actually affected by vBulletin's reset CSS in posts which applies:
We opted not to apply any of that CSS file to VaultWiki contents in newer versions, because particularly for tables, it led to unexpected style behaviors. However, if you have come to expect some of this behavior, you can apply the following to your additional.css to get the default padding back:
Code:
.vw-content td, .vw-content th { padding: 0.5em; }
Bookmarks