I'm in the process of setting up a 3.5.3 site and am customizing it as needed. There are a number of areas in the tpl files that automatically generate content that are shown with { } around them (for example {authorfields} {adminoptions}). Is there anyway to customize the content that goes into these sections. I don't want to change the data that goes into them, but I do want to change the wording and occasionally the order that is generated. Is this possible?
Thank you!
Yes and no. It depends on what the variable is. (That's basically what those are - variables to pull functionality into the template layer.) Some are associated with blocks and are set to be changed, and there are various methods for doing so. Some are generated in the PHP core files and can be modified that way. For instance I once changed the browse sort to add some sort options. Some I believe are even in the language files.
