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)
-   -   Matching Themes (https://vborg.vbsupport.ru/showthread.php?t=154133)

arshem 08-02-2007 07:59 PM

Matching Themes
 
Hi everyone, i'm needing to implement my design from my regular site and match it with vbulletin's skin.

heres my site: http://www.indianaparents.net/?theme=something


here's my forum: http://www.indianaparents.net/forums/


Any ideas?

notice how the menus on the side are messed up? I'm trying to figure out how to make the MAIN forums area match the width of the header and make the side menus stick to the side of the main forums.

MaestroX 08-02-2007 08:04 PM

Seems like you haven't closed a table.

In your Fourmhome template find:

Code:

<!-- / icons and login code -->
Add above:

Code:

</table>
That fixed the forum home

arshem 08-02-2007 08:06 PM

I tried that and it made everything itty bitty

MaestroX 08-02-2007 08:14 PM

Hmm it worked when I tried it. Just make sure you have a container for your content below your nav bar.

If in doubt make the table setup again and rework your style.

arshem 08-04-2007 02:00 AM

okay its finally getting there, but i can't figure out how to make the background to match AND to have the forum's background(the actual forum's background). Do i need to change up ALL templates or is there one that will work?

MaestroX 08-04-2007 08:19 AM

In your spaceropen template you have somthing like this:

Code:

<div align="center">
 <div class="page" style="width:95%; text-align:left">
  <div style="padding:0px 25px 0px 25px">

Change it to this:

Code:

<div align="center" class="page">
 <div class="page" style="width:95%; text-align:left">
  <div style="padding:0px 25px 0px 25px">

That should do it

arshem 08-04-2007 11:39 AM

Very cool, thanks mate i really appreciate it. That fixed the issue!

okay one more thing!
how do i change the WYSIWYG width?

MaestroX 08-05-2007 04:09 PM

By default its quite difficult to chang the width of the WYSIWYG editor as its hard coded. But with some work you can edit it. Look for this line in your templates:

Code:

<div align="left" style="max-width: 640px; width: auto ! important;">
Hope this helps


All times are GMT. The time now is 10: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.00918 seconds
  • Memory Usage 1,724KB
  • 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
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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