I've obviously accidently removed this somehow but does anyone know how I can return the blog_forumhome_stats into the statistics section on forumhome?
You can always view the default template by going to edit the template and clicking on View Default. Or, you can click on View History and then Compare your template to the default vbulletin template to see what and where anything was removed.
That's the thing you see, I checked out my forumhome template and it looks the same (at least in the part where that would show) as the default forumhome. So, was wondering if it was a vBulletin option or if it's done somewhere else I might have edited?
Are you just 'having a look' or actually doing a compare using a text editor or the built-in compare that vbulletin has for templates? Just 'looking' doesn't always show you all the differences.
If you go into FORUMHOME and search on "template_hook" you should find six instances of template hooks in there. Is that what you have?
Got it! Thanks for your help guys, it was totally a template_hook. I had removed this one at some stage....
Code:
$template_hook[forumhome_wgo_stats]
Lynne, just a quick question, you say there is a built-in compare function for vBulletin. Do you mean the ability to simple see the default template and then manually compare it with your current template? Or is there a function I'm totally missing that shows the two side by side and highlights the differences? If there isn't, that would be a fantastic feature for the next release of vB, at least for me!
Lynne, just a quick question, you say there is a built-in compare function for vBulletin. Do you mean the ability to simple see the default template and then manually compare it with your current template? Or is there a function I'm totally missing that shows the two side by side and highlights the differences? If there isn't, that would be a fantastic feature for the next release of vB, at least for me!
I talked about how to do that above....
Quote:
Originally Posted by Lynne
You can always view the default template by going to edit the template and clicking on View Default. Or, you can click on View History and then Compare your template to the default vbulletin template to see what and where anything was removed.
Dammit, so sorry. I really need to read your posts more carefully. I have always just used the Show Default, never even saw the View History link there. Very handy.
Once again, sorry for being such a dumb arse and thanks guys!