MyBB Community Forums

Full Version: Inserting a counter to a forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
if i made a counter right for my forums and i wanted to insert it id put it in the footer right and would i upload it to the forums folder on my site and then just like add it into the footer. but say if i called it forum coutner and put it in the images folder wat would i enter to the footer?
Your counter is a PHP or Perl script? So in Admin CP --> Templates --> *expand your template* --> footer before the
</body>
type in
<img src="path/to/your/counter.php" />
or whatever your script is called.