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)

Ophelia 05-17-2007 11:44 PM

Quote:

Originally Posted by edderlee (Post 1249243)
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.

Forum is online.
I have RSS options enabled.
Posts are not private.

Any other ideas?

<nevermind... it's working now, must of need a good refresh>

leeman 05-18-2007 07:46 AM

This part looks little weird.....

Any ideas how to fix ....

BTW ... Running on 3.6.7 ...

Everything is smooth and perfect ... Just tweaking some and it will be my standard Skin...

GOOD WORK!

ProSkinner.com 05-18-2007 03:33 PM

Quote:

Originally Posted by leeman (Post 1250046)
This part looks little weird.....

Any ideas how to fix ....

BTW ... Running on 3.6.7 ...

Everything is smooth and perfect ... Just tweaking some and it will be my standard Skin...

GOOD WORK!

Edit the Display_Users template:

Find this line:

Code:

<td class="alt2"><a href="memberlist.php"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></td>
Delete it.

leeman 05-18-2007 04:52 PM

Quote:

Originally Posted by edderlee (Post 1250241)
Edit the Display_Users template:

Find this line:

Code:

<td class="alt2"><a href="memberlist.php"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></td>
Delete it.

U ment in "Display_Posters" and the line to find was ...
Code:

<td class="alt2"><a href="search.php?do=getdaily"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></td>
I removed that and that did it :)

ProSkinner.com 05-18-2007 06:58 PM

Quote:

Originally Posted by leeman (Post 1250302)
U ment in "Display_Posters" and the line to find was ...
Code:

<td class="alt2"><a href="search.php?do=getdaily"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></td>
I removed that and that did it :)

Yeah, I had a slightly different hack from yours, then..

katilkuzu 05-18-2007 08:05 PM

cooooool thanx (: installed

Cityah 05-18-2007 09:44 PM

This Skin Is Amazing

masons 05-19-2007 08:08 AM

<a href="http://www.masonictalk.com" target="_blank">www.masonictalk.com</a>

How do I display the lastest post in each forum section on the forumhome
I cant figure it out

john1744 05-21-2007 06:23 AM

This skins amazing the only problem I have is that when I first installed it my latest threads box was showing threads from a defunct forum of mine I had hidden and forgotten about. I deleted that forum and now nothing appears in the latest thread box.

You can see it at systemwars2.com/forums

I have the header and it worked beautifully right before I deleted the one forum, it's just not wanting to display any threads for me now. I've tried turning on and off the external data providing options...

No clue...

LockeAG 05-21-2007 06:46 AM

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


All times are GMT. The time now is 02:15 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.01286 seconds
  • Memory Usage 1,744KB
  • 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
  • (10)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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