I want to do some customizing for the topics page, specifically add social buttons. What php template do I edit to do the customizing? Also, will the edits be overwritten when the version is updated?
Announcement
Collapse
No announcement yet.
What template do I edit for topics page?
Collapse
X
-
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.)
Please don't PM or VM me for support - I only help out in the threads.
vBulletin Manual & vBulletin 4.0 Code Documentation (API)
Want help modifying your vbulletin forum? Head on over to vbulletin.org
If I post CSS and you don't know where it goes, throw it into the additional.css template.
W3Schools <- awesome site for html/css help
-
Templates are not stored in PHP files. They are in the database. You would access them by going to the Admin CP and then Styles & Templates -> Style Manager. Click the button on the far right with <<>> to expand the template list.
Templates are not overwritten on upgrade. If there are too many changes that makes a merge unsuccessful, we'll flag it and you'll have to make any template changes and merges manually to have them take effect on the upgrade version.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
templates are for html only. If you need to use php, then you need to write a plugin that runs the php and then spit it out into a template. Help for doing any of this would be over on vbulletin.org, the modification site.
Please don't PM or VM me for support - I only help out in the threads.
vBulletin Manual & vBulletin 4.0 Code Documentation (API)
Want help modifying your vbulletin forum? Head on over to vbulletin.org
If I post CSS and you don't know where it goes, throw it into the additional.css template.
W3Schools <- awesome site for html/css help
Comment
Related Topics
Collapse
-
by dboutchardHi,
I've been configuring our new cloud forum (pajeroforum.com.au). I started out by creating a new child style of the default vb5 style and then created a new template (ID:50) to allow me...-
Channel: vB Cloud Support & Troubleshooting.
Sun 8 Nov '20, 8:35pm -
Comment