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

ProSkinner.com 05-14-2007 04:01 AM

An update for 3.6.6 will be heading your way, tomorrow! :)

mobyz 05-14-2007 12:27 PM

how do i make the latest post of each forum appear ?

Smiry Kin's 05-15-2007 02:00 AM

nice style, one question.

how i make it so the postbit section with Username, title, posts etc is in one group/section, not seperate, i think it would look alot better, thanks.

leeman 05-15-2007 12:00 PM

Quote:

Originally Posted by edderlee (Post 1237753)
Thanks! :)

Also, if anyone is looking to display the sidebar on every page of their forum instead of just on forumhome, these are the instructions you should follow to do so.

In your FORUMHOME template, find this:

I did this but ...

I get it on to the VBadvancedportal as well ... not really what I want ...

stagmite 05-15-2007 03:49 PM

Hello I recently moved my forum to a new server, and now something funny has happend. My message posting box is not aligned correctly. Everytime I create a new thread, or post a reply the text area is not aligned to the left side properly. Any help would be great.

Below is a screenshot:

Deviation 05-15-2007 05:06 PM

Looks nice. Does this come in blue? ;)

ProSkinner.com 05-16-2007 05:40 AM

Quote:

Originally Posted by mobyz (Post 1247346)
how do i make the latest post of each forum appear ?

I don't have the exact code, but if you search on vBulletin.org, you'll find a number of hacks that can do this.
Quote:

Originally Posted by Smiry Kin's (Post 1247782)
how i make it so the postbit section with Username, title, posts etc is in one group/section, not seperate, i think it would look alot better, thanks.

You would need to enclose them within only one <div> but leave the .usrbit class intact. Also, make sure to add a <br /> after each line to keep them separated with a line break. These are the exact steps you should take:

In your postbit_legacy template, find this code:

Code:

<if condition="$post['usertitle']"><div class="usrbit">User Title: <strong>$post[usertitle]</strong></div></if>
                        <if condition="$post['rank']"><div class="usrbit">User Rank:<strong>$post[rank]</strong></div></if>
                                <if condition="$post['joindate']"><div class="usrbit">$vbphrase[join_date]: <strong>$post[joindate]</strong></div></if>
                                <if condition="$post['field2']"><div class="usrbit">$vbphrase[location_perm]: <strong>$post[field2]</strong></div></if>
                                <if condition="$post['age']"><div class="usrbit">$vbphrase[age]: <strong>$post[age]</strong></div></if>
                                <div class="usrbit">
                                        $vbphrase[posts]: <strong>$post[posts]</strong>
                                </div>
                                <if condition="$show['infraction']"><div class="usrbit">$vbphrase[infractions]: <strong>$post[warnings]/$post[infractions] ($post[ipoints])</strong></div></if>
                                <if condition="$show['reputation']"><div class="usrbit"><if condition="$show['reppower']">$vbphrase[reppower]: <strong><span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></strong></div></if>

Replace it with this:
Code:

<div class="usrbit"><if condition="$post['usertitle']">User Title: <strong>$post[usertitle]</strong><br /></if>
                        <if condition="$post['rank']">User Rank:<strong>$post[rank]</strong><br /></if>
                                <if condition="$post['joindate']">$vbphrase[join_date]: <strong>$post[joindate]</strong><br /></if>
                                <if condition="$post['field2']">$vbphrase[location_perm]: <strong>$post[field2]</strong><br /></if>
                                <if condition="$post['age']">$vbphrase[age]: <strong>$post[age]</strong><br /></if>
                               
                                        $vbphrase[posts]: <strong>$post[posts]</strong><br />
                                <if condition="$show['infraction']"><br />$vbphrase[infractions]: <strong>$post[warnings]/$post[infractions] ($post[ipoints])</strong><br /></if>
                                <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <strong><span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></strong></if>
        </div>


Quote:

Originally Posted by leeman (Post 1248024)
I did this but ...

I get it on to the VBadvancedportal as well ... not really what I want ...

It's missing a line break between the header and content, right? Edit the CMPS adv_portal template and find this line:

Code:

<table align="center" cellspacing="0" cellpadding="0" class="page" width="100%">
Change "page" to "content"

Quote:

Originally Posted by stagmite (Post 1248195)
Hello I recently moved my forum to a new server, and now something funny has happend. My message posting box is not aligned correctly. Everytime I create a new thread, or post a reply the text area is not aligned to the left side properly. Any help would be great.

The problem is caused by your four columns of smilies, but this can be fixed by making the post box narrower. Under "Stylevars," change your "Message Area Width" to 400px or so.
Quote:

Originally Posted by Deviation (Post 1248244)
Looks nice. Does this come in blue? ;)

No, but the .PSD is included so you are free to make it blue, yourself! :)

ProSkinner.com 05-16-2007 05:40 AM

Aerohead has been updated for vBulletin 3.6.7. This brings it to internal version 1.02. A few images have been added to the /misc folder and some code changes have been made such as the addition of template hooks that accommodate the upcoming vBulletin Blog and Project Tools products.

Ophelia 05-17-2007 02:26 AM

3 things.. running 3.6.7

Nothing is showing up in the latest thread box.

I have two main categories on my test board. MAIN and TEST. I have several sub categories under TEST. This area of the forum is shoved down under the "Another Section" box and spans the full width instead of nested in the right like MAIN is.

Why do you have it set up to pull something from vbmode.com? In Firefox, I have NoScript installed, and it is showing that there is something that is drawing from that site and by default is currently blocking it.

You may want to fix the coding so that it no longer is pulling from vbmode.com. Right now, the installed version I have is pulling the mass majority of the images from vbmode instead of my server. I'm sure you don't want that drain on your server.

ProSkinner.com 05-17-2007 03:57 AM

Quote:

Originally Posted by Ophelia (Post 1249215)
3 things.. running 3.6.7

Nothing is showing up in the latest thread box.

I have two main categories on my test board. MAIN and TEST. I have several sub categories under TEST. This area of the forum is shoved down under the "Another Section" box and spans the full width instead of nested in the right like MAIN is.

Why do you have it set up to pull something from vbmode.com? In Firefox, I have NoScript installed, and it is showing that there is something that is drawing from that site and by default is currently blocking it.

You may want to fix the coding so that it no longer is pulling from vbmode.com. Right now, the installed version I have is pulling the mass majority of the images from vbmode instead of my server. I'm sure you don't want that drain on your server.

For some reason, when I upgraded to vBulletin 3.6.7 on my demo forum, it converted all URLS to absolute URLS. Thanks for notifying me about that. I've updated the .zip once more with the correct image paths.

There are three reasons as to why the latest threads script isn't displaying properly.

1) Your forum is offline when it should be online
2) Rhe RSS options have not yet been enabled
3) Your posts are all in private forums.

Check to see if your subcategories are set as child forums under Test. Also, make sure that Test is set to not act like a forum.


All times are GMT. The time now is 12:03 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.01560 seconds
  • Memory Usage 1,761KB
  • 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
  • (3)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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