MyBB Community Forums

Full Version: [request] Affiliate Button Manager
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know a lot of RPGs have buttons which link to other RPG games and it's always a pain to copy/paste a bunch of URLs into your template. It would be nice to have some sort of management panel in the ACP to add/edit/delete buttons.

BUT, the code does not need any table or styling around it (so nothing that has an html table that says "Affiliates" or whatever), because every forum I've ever seen always has their affiliates uniquely placed and styled - whether it is in a sidebar, header, footer, next to a chatbox, etc. Adding a table defeats that so just adding it as some variable would be nice.

This isn't high on my priority list, but if someone was interested in creating something like this, I know I would definitely use it and recommend it to other RPGs who use mybb.

ACP -> Affiliates Management
--------------------------------
ADD NEW AFFILIATE:
* Image: you type in a url
* Link: where you want it to go
* Description: alt text
* vspace: how much vertical space you want

For each one you add, it would generate something like so:

<a href="LINK" target="_blank"><img src="URL" style="border: none; vspace: #;" title="description"></a>

You wouldn't have to copy/paste each of the codes though. Just add something to the global wrappers in the header or footer template that says something like {$affiliates}.
such plugin already exists - forum affiliate manager - it can be modified to your requirements
Oh wow, I feel really dumb. I looked all over for this thing... Thanks!