Quote:
Originally Posted by Thomas P
We had to change the following (last) line in the Plugin
|
Now that you have pointed it out, I remember noticing that my PlugIns subforum table start mark was not in your original page source and therefore the start div would have been omitted as well! Your solution of removing the ending div works by virtue of the fact that the start was not inserted, but it doesn't really solve the problem safely. The most likely cause for the start div not being inserted is a manual edit of the templates or using a style that is not fully compatible [I mention this in the
release notes]. I'd be interested in hearing which it was for you.
My plugin inserts the start div where the
<strong>$vbphrase[subforums]</strong>: is in these templates:
- forumhome_forumbit_level1_nopost
- forumhome_forumbit_level1_post
- forumhome_forumbit_level2_nopost
- forumhome_forumbit_level2_post
To go back to using an unedited version of my PlugIn you can either (a) revert the templates to their original or (b) insert
<strong>$vbphrase[subforums]</strong>: into the mentioned templates just before the
$forum[subforums] // Don't worry as my PlugIn has an option to then edit/remove it!