vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Basic Forum Home Help (https://vborg.vbsupport.ru/showthread.php?t=172789)

Bacon Butty 03-12-2008 10:57 AM

Basic Forum Home Help
 
Hi guys,

Any help on this would be massively appreciated, been trying for ages but have no luck.

Right, hope I can explain this. Basically I installed JoomlaSlideshow on vBulletin and display it on 'forumhome', however I have no idea as to how to change the position. (I have asked on JoomlaWorks support forum but no response)

What I want to achieve is to move the slideshow to the left, allowing me to put something to the right of it, screenshot here

The code in my forum home is;

Code:

$header
$navbar

$jwfpss

$jwfpss is the slideshow, just need to figure out how to allign it to the left? I have tried the basic align html tags but haven't no luck what so ever.

Big thanks to anyone who can help. (Sorry to mods if this is posted in wrong forum)

Princeton 03-12-2008 01:06 PM

the center alignment is most likely done via CSS
if you know CSS .. then I recommend floating the new object right/left.

if you know nothing about CSS, wrap the area in a <table> with 2 cells

<table>
<tr>
<td>$jwfpss</td>
<td>something else</td>
</tr>
</table>

Bacon Butty 03-12-2008 02:59 PM

Quote:

Originally Posted by Princeton (Post 1462970)
the center alignment is most likely done via CSS
if you know CSS .. then I recommend floating the new object right/left.

if you know nothing about CSS, wrap the area in a <table> with 2 cells

<table>
<tr>
<td>$jwfpss</td>
<td>something else</td>
</tr>
</table>

Thanks!, have spent ages looking for a solution and that second option really did the trick.

Pushing my luck now but do you know if its possible to a shoutbox or 'latest/recent threads' list to the right of the slideshow? In other words display it were you have wrote 'something else'

beckyvan 04-11-2009 12:00 AM

This was very helpful to me as well! Thank you!


All times are GMT. The time now is 05:31 AM.

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.02072 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete