vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Abir 2 Style (https://vborg.vbsupport.ru/showthread.php?t=134315)

egtrix 01-01-2007 02:22 AM

Quote:

Originally Posted by RFViet (Post 1148021)
I have many plug-ins installed, but there is no problem with other skins . this happens only at forum display. I'll try to disable plug-ins see if it'll be fixed
Bye the way: can I have the button in PSD ??

I will try to add the button PSD file soon ;)

cupra 01-01-2007 09:57 PM

egtrix - fist of all - that is one of the best style that i ever seen, great job!

the header is give me a hard time, coz my vb in Hebrew, so its get upside
when i change the language.

so i want to change the header and i want that he will be like pic1 )attachment), i dont need any of that buttons, but i want that the style will keep the same.

i have an idea to
i want that the header will use 3 gif parts, (like in the pic).

now i try to build and edit the header code for a hours but no good, mybe you can help here?

i will very appreciate.

best:
lior

cd1986 01-01-2007 11:07 PM

Great style! Best i've seen on vb.org i think, and going to use it on a new site :D

egtrix 01-02-2007 04:05 AM

cupra, really glad that you like :) why don't you just slice the attached PSD file, this will resolve all this problems?

cd1986, really glad that you like it and wish to see it on your forum soon :)

VaaKo 01-02-2007 06:41 AM

http://www.earthopia.com/images/ca_evo/misc/forum.jpg

This block in the forumdisplay is messed up and I don't know why!
Can you help me please?

URL: http://www.earthopia.com/forumdisplay.php?f=15

egtrix 01-02-2007 08:24 AM

it looks fine for me, did you fix it?

cupra 01-02-2007 04:02 PM

Quote:

Originally Posted by egtrix (Post 1148948)
cupra, really glad that you like :) why don't you just slice the attached PSD file, this will resolve all this problems?

tnx for the answer egtrix!
i did it, slice the attached PSD and now i have 3 imgs.
but my problam is with the header, i jest cant make it right :tired:

PHP Code:

<!-- logo -->
<
a name="top"></a>
<
center>
<
table width="100%" border="0"  cellpadding="0" cellspacing="0" align="center" background="$stylevar[imgdir_misc]/head_back.jpg">
<
tr>
<
td width="300"><a href=""><img src="$stylevar[imgdir_misc]/logo.jpg" width="300" border="0" ></a></td>
<
td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/right.jpg" alt="" /></td>
</
tr>
</
table>
</
center>

<!-- /
logo -->
<
table width="100%">
    <
tr>
    <
td align="left" valign="top">
        
<
table width="10%"  align="left" border="0" cellspacing="0" cellpadding="0">
  <
tr>
     <
td align="left" valign="top" width="300" height="150"><img src="$stylevar[imgdir_misc]/line-left.gif"  border="0" alt="" /></a></td>
  </
tr>
</
table>
        </
td>
    </
tr>
</
table>        
<!-- 
content table -->
$spacer_open

$_phpinclude_output 


egtrix 01-02-2007 05:03 PM

Yes there is a problem in your code as you put the images in 2 different tables, all you have to do is to put the three images in one table with three cells, each cell holds a pic.

So your code should look like something like this code:
Code:


<table border="0" width="100%">
  <tr>
    <td width="300"><img src="$stylevar[imgdir_misc]/line-left.gif"  border="0" alt="" /></td>
    <td><img src="$stylevar[imgdir_misc]/right.jpg" alt="" /></td>
    <td width="300"><img src="$stylevar[imgdir_misc]/logo.jpg" width="300" border="0" ></td>
  </tr>
</table>
<!-- content table -->
$spacer_open

$_phpinclude_output


XtremeCrash 01-02-2007 06:27 PM

Nice theme going to give it a shot.Only thing is I cant get the google ads to show.Im useing IE7 and everything else looks fine.Have a look here .

cupra 01-02-2007 06:41 PM

thx a lot egtrix !!!
all work now!
install ,- 5 star Styles !


All times are GMT. The time now is 12:55 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.01109 seconds
  • Memory Usage 1,752KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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