Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: August 16, 2025, 9:31 pm

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mybb
#2
RE: mybb
The theme won't have any effect. The template will.

Basically all the HTML is stored in the database as templates. Every time a page is called, multiple templates are called and parsed by MyBB.

Plugins modify the templates by doing a search/replace on certain html tags to add things to them. For instance, in the index template, the header is included by writing "$header". If I wanted to add the words "Hello, World!" below the header, I'd search the template for "$header" and replace it with "$header Hello, World!"

So you should look for these replace commands in the script, and put the code into the template manually if needs be.

The warning is standard. Like it says, it'll copy the theme into a new one to save the master style. You can ignore it Big Grin
Reply



Messages In This Thread
mybb - by Darwinian - November 26, 2009 at 10:03 am
RE: mybb - by Tiberius - November 26, 2009 at 11:10 am
RE: mybb - by Darwinian - November 26, 2009 at 11:14 am



Users browsing this thread: 1 Guest(s)