vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Aerohead - Gorgeous Skin that Mixes Usability with Style! (supported vers) (https://vborg.vbsupport.ru/showthread.php?t=158172)

BaHyXuH 09-30-2007 04:38 PM

How can i make the fix version`s tables bigger .I want them exactly as here
http://www.soccertopics.com/
Can u please help me ?

BaHyXuH 09-30-2007 05:09 PM

Quote:

Originally Posted by Spank (Post 1344107)
How do I make the lines in the screen shot below reach the end of the category?

Same problem.Help pls ?

yoyoyoyo 09-30-2007 09:23 PM

thanks for sharing, but it hurts my eyes

ForumMonkeys 10-02-2007 05:00 PM

Quote:

Originally Posted by LatinMind (Post 1343976)
i didnt get any read me txt, do i just upload the the upload folder? and import the xml?

Correct. I updated the archive with instructions.

Quote:

Originally Posted by Spank (Post 1344107)
How do I make the lines in the screen shot below reach the end of the category?

I would have to look at your forums to see why that is happening. It's not happening in the vBmode demo.

ForumMonkeys 10-02-2007 05:22 PM

Quote:

Originally Posted by jlp09550 (Post 1344203)
Any reason why they are hosted via your server instead of going to the directory imposed in your instructions?

Nothing is hosted on my server.

Quote:

Originally Posted by imk (Post 1346030)
im useing the aroe skin on www.micforum.com but i want to make the side collums smaller, so i can do the bars easy but the gray bit underneath wont follow anyhelp?

this is the code i reckon
hm i can make the top of the coulum smaller but the bottom doesnt follow any help anyone?


.tcat2 {
background: url(aero/misc/tcat2.gif) top left no-repeat;
width: 190px;
height: 27px;
line-height: 27px;
color: white;
font-size: 11px;
padding: 4px 0px 0px 27px;
font-weight: bold;
border-bottom: 3px #d9d9d9 solid;
}

.ct {
padding: 8px 27px 15px 24px;
color: #666666;
font-size: 11px;
line-height: 16px;
background-color: #f2f2f2;
}
___

To adjust the column width, you need to change the <td> width that houses the column from 217 to whatever you wish in the Forumhome template. In the CSS, you will need to do the same for .tcat2. Remember, the box model adds the padding to the width. In this case, its 190 + 27 (left padding) = 217. So, adjust these two to get the results you are happy with - just make sure they add up to the same width you set for the <td>.

Quote:

Originally Posted by yoyoyoyo (Post 1350438)
thanks for sharing, but it hurts my eyes

Feel free to change any colors that hurt your eyes :)

geevest.com 10-05-2007 11:23 AM

Friend font size verry small..i can make it bigger size...can u help me?
thx

MB Dreamz 10-08-2007 02:17 AM

How do we add the "Last Post" column back?

irishdog 10-08-2007 10:27 PM

how do i add the latest topics to the side?

Spank 10-09-2007 12:18 AM

Quote:

Originally Posted by MB Dreamz (Post 1355233)
How do we add the "Last Post" column back?

This was posted in the other thread. Worked like a charm for me.

Quote:

Originally Posted by LockeAG (Post 1251898)
To add again the LAST POST Column .

In FORUMHOME TEMPLATES > forumhome_forumbit_level1_nopost

find

Code:

<td class="thead" width="75">$vbphrase[threads]</td>
Add Above

Code:

<td class="thead" width="175">$vbphrase[last_post]</td>

In FORUMHOME TEMPLATES > forumhome_forumbit_level1_post

find

Code:

        <td class="alt1">$forum[threadcount]</td>
Add Above

Code:

<td class="alt2" >$forum[lastpostinfo]</td>

In FORUMHOME TEMPLATES > forumhome_forumbit_level2_post


find

Code:

        <td class="alt2">$forum[threadcount]</td>
Add Above

Code:

<td class="alt2" >$forum[lastpostinfo]</td>

See'a


MB Dreamz 10-09-2007 12:24 AM

That worked. Thanks!


All times are GMT. The time now is 04:49 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.01100 seconds
  • Memory Usage 1,746KB
  • 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
  • (6)bbcode_code_printable
  • (8)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