The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
<a href="http://hmandsforums.oliwy.net/forums/index.php" target="_blank">http://hmandsforums.oliwy.net/forums/index.php</a>
You see that empty space on the left side of my board, right next to the google ad that sits below the navigation bar? I want to put a small square ad next to the google ad, but how would I code it so where it'd sit beside the google ad, and not above or below it? Also does anyone know how I could get rounded corners on my board? Lastly, how can one achieve getting an image beside each category link? i.e. Strictly Horror, Exclusive Boards, etc? |
#2
|
||||
|
||||
![]()
To post the ad in the "empty" space you'll need to add it to your custom sidebar... I don't really know anything about your sidebar since I never used a sidebar mod but somewhere you can add it like you did the other advertisements presumably.
To get it lower on the page a "quick and dirty" way would just be to add multiple blank lines <br /> in the HTML to push it down as far as you need. Rounded corners is a CSS trick, I don't know the details personally but you can find lots of info if you google for "css rounded corners" The image for each category there is a mod for that: https://vborg.vbsupport.ru/showthread.php?t=179596 HOWEVER in my opinion it is easier to just add an <img> tag to your forum description in forum manager for each forum. So go to forum manager, edit the forum of your choice, and before your description text add something like: Code:
<img src="/images/yourpic.gif" border="0" align="left" /> |
#3
|
|||
|
|||
![]()
Okay your suggestion on the category images worked but the images always end up below the category link, not beside it. How can I fix this? Also do you know anything about widening threads? Because some of the text in my threads seems to get cut off on the left side in particular. See example below...
http://i54.tinypic.com/34yel9w.jpg |
#4
|
||||
|
||||
![]()
Yeah I guess the manual edit will always put it under the link, if you need it next to it try that mod.
As for your thread cutoff it's a bug in your style- if you didn't create it yourself the style author would probably best be able to support that... It's likely some bad CSS somewhere. |
#5
|
|||
|
|||
![]() Quote:
|
#6
|
||||
|
||||
![]()
Your "postbit" or in your case, "postbit_legacy" is the template that controls each individual post in a thread. Whatever you need to fix is likely in there.
A good way to tell what template is what is to go to vBulletin Options: General Settings > Add Template Name in HTML Comments > set to Yes. Then you can look at the source code of a page and you will see an HTML comment at the start and end of each template. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|