MyBB Community Forums

Full Version: Where can I find this template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here I am again with a small problem:

I want to add a link to a plugin setting in the left column of the Admin-settings page:
xxxxx/admin/index.php?module=config

What is the proper template to make a change on this, i could'nt find it myself........



[Image: problem-ADS.jpg]
Hi,

adminoptions.xml
(2019-03-06, 12:48 PM)NoRules Wrote: [ -> ]Hi,

adminoptions.xml
 Thanks NoRules, But where can I find this? Can you give me the path to it?
Hi,

it's in the install/resources folder:
https://github.com/mybb/mybb/blob/featur...ptions.xml
(2019-03-06, 01:58 PM)NoRules Wrote: [ -> ]Hi,

it's in the install/resources folder:
https://github.com/mybb/mybb/blob/featur...ptions.xml
Ok, but this is the installation folder. Does this mean that I have to adjust the file by adding that link to it en after that do a new install? The INSTALL-folder is only used for installation or do I misunderstood?
Hi,

I only said where was the template. Now to change it sure it'll be an easier way to do it. I never did it, so I can't help you to change it, but sure there's a way like some plugins do.

Yes, the INSTALL folder it's only for install and updates.