MyBB Community Forums

Full Version: how do I.,..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok how do I edit the settings of my plugins, I can install and activate them but cannot find where to edit the settings?

Thanks
It depends what the plugin is... it usually adds another group in the list on the right when you go to ACP > Configuration...
All settings for most plugins are in the ACP >> Configuration page. Some, such as the welcome message hack, requires you to edit a lang file.
I am trying to use a donation system. I have installed and activated it but cannot see were to change the settings Confused
Ok I have found it but I dont know how to add a button on my page
Which donation system is it?
I presume this one. http://mods.mybboard.net/view/donation-page

Have you read the readme or included documentation for the hack??
Donation Page 1.1
And yes I have read the read me, Tells me nothing on how to get a button to appear on my home page
Do you want just a button or one that links somewhere??
Anyway, baseline code is below.

No link:
<img src="(url to image here)" alt="" />

With link:
<a href="(url to go to on button click)"><img src="(url to image here)" alt="" /></a>
(2010-05-09, 05:16 PM)Gaara Wrote: [ -> ]Do you want just a button or one that links somewhere??
Anyway, baseline code is below.

No link:
<img src="(url to image here)" alt="" />

With link:
<a href="(url to go to on button click)"><img src="(url to image here)" alt="" /></a>

Where do I put that code (with link)
I would assume you'd edit the donation page's template in the ACP and put it somewhere. I'm not fully sure since I don't use it, but I'm currently installing a separate mybb for testing things like this Smile