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 04-25-2007 02:34 PM

Quote:

Originally Posted by giovannicosta (Post 1234773)
good style, how do i get rid of:

You can remove it in the FORUMHOME template, as someone already pointed out. :)
Quote:

Originally Posted by M0ther (Post 1235266)
how do I enable the 'Remember me' checkbox next to the top login fields? This is present in the default style, but I don't see an option to enable or disable this, so it may be buried in the forum template.

In your HEADER template, find this line:

<input name="vb_login_username" id="navbar_username" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" type="text" class="forms2" /><input name="vb_login_password" id="navbar_password" type="password" tabindex="102" class="forms3" />

Add this line after it:

<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" style="margin: 0px 3px 2px 0px;" id="cb_cookieuser_navbar" accesskey="c" /><span style="padding-right: 4px;">$vbphrase[remember_me]</span></label>

alaadin2003 04-25-2007 03:14 PM

nice work

thanks

VG Pros 04-25-2007 09:56 PM

I'm trying to edit my navbar template but I'm doing it with little success. I am adding ibArcade to it but where do I add it? Here is the code I'm trying to find:

HTML Code:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
And I'm suppose to put this above it:

HTML Code:

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>

ProSkinner.com 04-26-2007 03:10 AM

In your HEADER template, find this line:

<li class="nav-button"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></li>

Add this above it:

<li class="nav-button"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></li>

Josh1 04-26-2007 04:52 AM

Looks ajaxy lol (very nice).

Navigation needs a little work as it is a little too white. 9/10.

Mr_Dave 04-26-2007 08:16 AM

Quote:

Originally Posted by edderlee (Post 1235272)
I believe you need at least 8 threads before they show up as the script pulls the latest 8. You can always change the number by editing latestthreads.js in the /aero/misc/ directory.

Thanks for responding, the default amount was set at 10. I've changed this but it still doesn't seem to work, do you have any other ideas?

Cheers

ProSkinner.com 04-26-2007 02:06 PM

Quote:

Originally Posted by Mr_Dave (Post 1235674)
Thanks for responding, the default amount was set at 10. I've changed this but it still doesn't seem to work, do you have any other ideas?

Cheers

Well, right now your board is off... Since the latest threads script pulls the latest 10 threads using RSS, it can't do that as the RSS feed has been turned off, too. I would turn your forum back on. :)

Wayne Luke 04-26-2007 07:39 PM

This is a nice style. Very easy to change the colors of and change to suit an upcoming site. I can easily offer various color schemes with simply changing the CSS.

Wayne Luke 04-27-2007 02:29 AM

Here is a bug fix. Change your aero/misc/latestthreads.php to have the following contents:
Code:

ctr = 0;
for (x in threads)
{
  document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a><br />");
ctr++;
if (ctr == 10)
  {
    break;
  }
}

Then people won't get Javascript errors on the forumhome page if they don't have 10 or more. It will still be limited to 10 threads, even if they want 50 in their external feed. If they have 0 threads, it just quits with no errors. They have have 500 it shows 10.

ProSkinner.com 04-27-2007 02:40 PM

Thanks for your help, Wayne. I will get an update together, today. :)


All times are GMT. The time now is 11:57 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.01409 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (4)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