Hi,
Not sure if this would be considered a mod question. If so, please feel free to move it.
I have been trying to create a custom block of code, similar to the featured ad block on the ForumHome page for vBulletin. Your block, however, is collapsible, whereas mine does not seem to want to do this.
I have checked your template used, and found this snippet of code:
Code:
Content visible to verified customers only.
I tried using that in my code as well, but all it does is jump to the top of the page. Could you be so kind as to supply me with a hint of where else I would have to make an alteration for this to work properly? It'd be much appreciated
Oh, and I found a minor bug in your template a tiny bit below the code from above:
Code:
Content visible to verified customers only.
This is in the output of the HTML, but also present in the template itself. It's still using the vB3 way of variables, instead of the new
Code:
Content visible to verified customers only.
syntax
Thanks!
Peter