PDA

View Full Version : How to edit "raw forumbits"


Danny M
05-22-2010, 01:09 PM
Hey,

I want to edit the "raw forumbits" template.

I don't know were to find this, so can anyone help me out?

Thanks, appreciate it :)

Lynne
05-22-2010, 01:46 PM
there is no raw forumbits template. If you saw {vb:raw forumbits}, then it is the variable $forumbits getting called, and depending on how you have your site setup, it could be using a few different templates.

To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

Danny M
05-22-2010, 02:47 PM
Thanks Lynne :)