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
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!