2014-05-02, 02:12 PM
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]](https://camo.mybb.com/2be93a686497412505f18ff72cd346c70a0985ec/687474703a2f2f7777772e6d616b65617468756d626e61696c2e636f6d2f7468756d626e61696c732f696d6167653235393639302e706e67)
And here is the HTML required:
Thank-you very much folks!
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
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!