Hello,
For those that were wondering, this does work on 3.0.7. I just installed it, and the installation went flawless. For those of you that are not seeing the space between the forums, it is a simple fix. There is a typo in the instructions.
In your
forumhome_forumbit_level1_nopost you are told to place this at the VERY bottom.
PHP Code:
<div style="padding: 5px 5px 5px p5x;"></div>
If you look at the numbers, the last 5px is written incorrectly. You should actually add this:
PHP Code:
<div style="padding: 5px 5px 5px 5px;"></div>
If you have done everything as you were instructed, and make this change that is posted, the spacing will appear.
Also, if you use massive graphics for your top cat., the bottom one might appear not to work. I had this problem. Once I shrunk my cat images down, the bottom and top appeared as they were supposed to.
I would show an example, but I played with this on my test site before I actually install it on my real site.