Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-18-2009, 04:25 PM
seaweed seaweed is offline
 
Join Date: Jul 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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>
Depend on how i modify placement of the code I end up with these results

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?
Reply With Quote
  #2  
Old 06-22-2009, 07:20 PM
seaweed seaweed is offline
 
Join Date: Jul 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really no advice? Did i not provide enough info? Or is my request impossible? Am i too much of newb?
Reply With Quote
  #3  
Old 06-26-2009, 07:19 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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]">
Add below:

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>
Reply With Quote
  #4  
Old 06-26-2009, 07:38 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For problem 2 try this:

PHP Code:
<if condition="$forumid == 35">
<
span style="float: right">
<
img src="http://www.spearfishingplanet.com/sfpbannerads/topicads/spucclub.jpg"width="299" height="64">
</
span></if> 
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:24 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04491 seconds
  • Memory Usage 2,195KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_html
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete