The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Is there a mod to add images to individual forums on Forum Home?
I'd like to do something like you see here without editing templates. Is there a product or add-on that does this? I'd like it to be an option in AdminCP for each forum.
http://www.g8board.com/forums/index.php (see the vendors section) and http://www.g8board.com/forums/forumdisplay.php?f=48 |
#2
|
||||
|
||||
I am still searching, but so far this is the closest I've come up with. I really prefer not to do template edits if I don't have to.
|
#3
|
|||
|
|||
What we do on our forum is just add image HTML code to the forum description in the forum manager:
Code:
<img src="imagelink" width="22" height="22"> Site news is posted here. |
#4
|
||||
|
||||
Wow that actually seems pretty simple... and it's done through the CP without adding a product or template mod. I like it. I'll see if I can manipulate the HTML to get the image on the right side of the description/forum title.
|
#5
|
|||
|
|||
You should be able to get it to the right side by adding a float:right; to the style. For instance:
Code:
<td class="alt1Active" align="left" id="f17"> <img src="http://img.autoforums.com/network/dtc128.gif" border="0" style="float:right;"> </td> |
#6
|
||||
|
||||
[QUOTE=kenny19;2127410]What we do on our forum is just add image HTML code to the forum description in the forum manager
I think this method is going to work out fine. However I have one problem I can't overcome: I have a problem I need to solve and haven't figured it out. If any of you have an coding knowledge could you please help troubleshoot this? This new banner appears in the following places:
The banner is supposed to appear to the right of the forum description, at the right side of the table no matter how wide the browser window is. The text is supposed to be far left no matter how wide the browser. The problem is on "Market Place." This is the only place where the banner gets butted up against the text to the left. See attachments please. 1st one is how it it supposed to work, 2nd one is the broken page http://www.chiptalk.net/forum/market-place/ . Here is the code I have been trying, one simple method and one using DIV tags. HTML Code:
<div style="float: right;"> <a target="_blank" href="http://TheChipRoom.com" rel="nofollow"> <img style="border: 0px solid ; width: 128px; height: 28px; float: right;" src="/images/banners/128/tcr_ban_128_1a.gif"></a></div> <div><a target="_blank" href="http://TheChipRoom.com" rel="nofollow">Website: TheChipRoom.com</a></div> ---------------------- <a target="_blank" href="http://TheChipRoom.com" rel="nofollow"> <img src="/images/banners/128/tcr_ban_128_1a.gif" border="0" align="right"></a> <a target="_blank" href="http://TheChipRoom.com" rel="nofollow">Website: TheChipRoom.com</a> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|