MyBB Community Forums

Full Version: Change only one Forum Description
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Heyo!

Relevant Forum: http://forum.hustlegaming.net

Version: Latest

So I've had a great time today tweaking my new MyBB site, however I have come to a stand-still.

I'm trying to change the description of one Forum, which is actually a link to my game server. I want a Game Server banner to be displayed in the description area instead of text, and I have the HTML ready to insert but I just can't figure how I'd edit only that one description, as the header.php file uses callups for all the forums as opposed to each on individually.

Here is a picture demonstrating what I want to happen, look at the 'Connect to Server' forum (I edited with the Inspect Element tool):

Click to go to the full screenshot

[Image: image259690.png]

And here is the HTML required:

<a href="http://www.gametracker.com/server_info/27.50.72.252:27055/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/27.50.72.252:27055/b_350_20_692108_381007_FFFFFF_000000.png" border="0" width="350" height="20" alt=""/></a>

Thank-you very much folks!
Just add that snippet of code to the forum description in the Admin panel, no need to edit the template.
In the Admin Panel? Sorry, I don't follow, could you please elaborate?

Silly me, I get what you mean! Thank-you very much, I should have figured that out an hour ago. Cheers.
(2014-05-02, 02:20 PM)Coppinger Wrote: [ -> ]In the Admin Panel? Sorry, I don't follow, could you please elaborate?

Silly me, I get what you mean! Thank-you very much, I should have figured that out an hour ago. Cheers.

No problem Smile