The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I accomplish Adding Spaces bewtween Catagories and Centering images in Forum?
These are two challeges that i have been trying overcome. I have received excellent help from Lynne, but no sooner did I make one step forward I ran in to another road block. I will try to provide as much info as possibble, As always i truly appreciate any help you can provide.
Problem one My Forum appear to one continuous forum, there are not spaces between the catagoies. i would like to somehow add space, separator or redesign if neccesary. It currently looks like this I would like my forum to look more like the VB.org Forum index like this Im not sure how to over come this, i have tried creating a variety of different forums on a test forum but still cant figure it out. Problem 2 After Lynne helped me to figure out to how identify a template, identify the code with in a template and edit. I can now add an image to to a specific forum. However I cannot figure out how to align the image and the text next to each other horizontally level. The code I'm using is Code:
<div align="center"><if condition="$forumid == 35"> <img src="http://www.spearfishingplanet.com/sfpbannerads/topicads/spucclub.jpg"width="299" height="64""ALIGN=RIGHT" "valign=center"> <else /> </if></div> Or I hope I have provided enough information, and that someone will understand my goals. Tia Seaweed --------------- Added [DATE]1245364481[/DATE] at [TIME]1245364481[/TIME] --------------- doesn't anyone have any suggestions for me? |
#2
|
|||
|
|||
Really no advice? Did i not provide enough info? Or is my request impossible? Am i too much of newb?
|
#3
|
|||
|
|||
Hi you
Problem 1: Use this template mod: https://vborg.vbsupport.ru/showthread.php?t=209961 or https://vborg.vbsupport.ru/showthrea...hlight=spacing Problem 2: Give me more informations. Where do you want to place your image? If you want to align your image to the right, near your forum title, you must do this: In the template forumhome_forumbit_level2_post, Find: HTML Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
HTML Code:
<if condition="$forumid == 35"> <img src="http://www.spearfishingplanet.com/sfpbannerads/topicads/spucclub.jpg"width="299" height="64""ALIGN=RIGHT" "valign=center" align="right"> <else /> </if> |
#4
|
|||
|
|||
For problem 2 try this:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|