vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Dark Fantasy (https://vborg.vbsupport.ru/showthread.php?t=165016)

DssCrazy 12-17-2007 06:45 PM

screen shot see how their is no cloums like in the middle? how do i fix this?

DssCrazy 12-17-2007 06:49 PM

here is what it should look like i don't know what i am doing wrong

G0F0RBR0KE 12-18-2007 06:14 AM

Quote:

Originally Posted by DssCrazy (Post 1402993)
screen shot see how their is no cloums like in the middle? how do i fix this?

Reupload the .XML file.

Snake 12-18-2007 10:47 AM

Quote:

Originally Posted by Snake (Post 1402969)
One thing. How do I increase the width of the skin for the fixed version a little bit?

Anyone please?

DPtheGod 12-18-2007 07:11 PM

I sent you the PM, Kreativ.

Did you try editing the width in the XML file, Snake?

Snake 12-18-2007 11:06 PM

Not really because I'm not sure where exactly to edit the width in the XML file.

G0F0RBR0KE 12-22-2007 04:16 PM

Can you post the header code?

Snake 12-22-2007 06:23 PM

Sure, here you go. This skin is pretty much complicated.

Quote:

<a name="top"></a>
<div id="side_borders_outer">
<div id="side_borders_inner">
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="$stylevar[outertablewidth]" class="header_bg">
<table width="$stylevar[outertablewidth]" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="header_bg"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td class="header_bg"> </td>
</tr>
<tr>
<td height="33" colspan="2" class="sub"> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">

<if condition="$show['member']">
<td class="sub_nav"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="sub_nav"><a href="$vboptions[bburl]/register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
<if condition="$vbulletin->products['vbblog']">
<td class="sub_nav"><a href="$vboptions[bburl]/blog.php$session[sessionurl_q]">$vbphrase[blogs]</a></td>
</if>
<if condition="$vbulletin->products['vbprojecttools']">
<td class="sub_nav"><a href="$vboptions[bburl]/project.php$session[sessionurl_q]">$vbphrase[projects]</a></td>
</if>
$template_hook[navbar_buttons_left]
<td class="sub_nav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="sub_nav"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="sub_nav"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<if condition="$show['popups']"> <if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td class="sub_nav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="sub_nav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" class="sub_nav"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a>
<if condition="$show['quicksearch']">
<script type="text/javascript"> vbmenu_register("navbar_search"); </script>
</if></td>
</if> <if condition="$show['member']">
<td id="usercptools" class="sub_nav"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a>
<script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if> <else /> <if condition="$show['searchbuttons']">
<td class="sub_nav"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="sub_nav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="sub_nav"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if> </if>
<td class="sub_nav"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td class="sub_nav"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=n o,menubar=no,toolbar=no,scrollbars=yes,resizable=y es,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if> </if> $template_hook[navbar_buttons_right] <if condition="$show['member']">
<td class="sub_nav"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
</if> </tr>
</table></td>
</tr>
</table></td>

</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

Kreativmind 12-22-2007 07:11 PM

you need to edit this lines

Help Sizes and Dimensions
Main Table Width (pixels or percentage) (This is the width of the table that contains all your vBulletin content)

and in Additional CSS Definitions
Find
Code:

#side_borders_inner {
border-left: 1px solid #626262;
border-right: 1px solid #626262;
width: 790px;
margin: 0px auto;
}

#side_borders_outer {
border-left: 4px solid #EBEBEB;
border-right: 4px solid #EBEBEB;
width: 792px;
margin: 0px auto;
}


Joshyyy 01-12-2008 10:20 PM

I love this theme <3

Good Job (:

Installed.


All times are GMT. The time now is 03:54 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.01139 seconds
  • Memory Usage 1,753KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete