vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   vB 3.5 Lite !! 0.02 BETA !! (https://vborg.vbsupport.ru/showthread.php?t=92071)

vbreal 02-05-2006 06:11 PM

:nervous: got it

vbreal 02-09-2006 09:19 PM

how do u add wap to ur site

dethfire 02-14-2006 09:46 PM

hmmm no new thread support kinda makes this useless

hangoutforums 02-23-2006 09:23 PM

this is just what i have been looking for, looks great on my PDA.

Zachery 02-23-2006 09:55 PM

Quote:

Originally Posted by dethfire
hmmm no new thread support kinda makes this useless

Problem is that I have to re-write entire templates to be much less fancy and have much more overhead.

tbaleno 03-09-2006 06:14 AM

I don't know if this will work for everyone, but I added the following code to
Forum Display Templates -> Forum Display

Right after $navbar paste the following code. I'm not 100% sure this will work for everyone but I thought I'd share.

<table><tr><td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow">$vbphrase[post_new_thread]"</a><else />&nbsp;</if></td>
</tr></table>

msimonds 04-03-2006 05:28 PM

Quote:

Originally Posted by Zachery
PDA or low bandwidth, mostly. I was tring to slimline everything

Overtime I plan to continue development of this to include a plugin to auto switch to the style on identified pda / mobile phone user agents.

and continue the slimlined templates in other places, at least as much as possible, preferably for the usercp (or at least parts).

Zachery did you ever look into this!! About switching the style to PDA/mobile users?


Regards
Mike
Sportsrant.com

Zachery 04-03-2006 06:02 PM

You can just add a link to the style to get back to the default.

PsiNyde 04-07-2006 01:52 PM

kick arse style man. i really needed a pda skin too!

added tbaleno's new thread code to FORUMHOME template - works great!
added some logout coding to the NAVBAR template directly under the login forum:
PHP Code:

<if condition="$show['member']">
            <
td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]onclick="return log_out()">$vbphrase[log_out]</a></td

added this code to FOOTER template. add at very top which just sends you back to styleid 1 [or whichever you choose]:
PHP Code:

<div class="smallfont" align="center"><a href="$vboptions[forumhome].php?styleid=1">Exit PDA Skin</a></div

OR

you can add this to the FOOTER template to add the style selection box:
PHP Code:

<form action="$vboptions[forumhome].php" method="get">
    
<
table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="$stylevar[outertablewidth]class="page" align="center">
<
tr>
    <if 
condition="$show['quickchooser']">
        <
td class="tfoot">
            <
select name="styleid" onchange="switch_id(this, 'style')">
                <
optgroup label="$vbphrase[quick_style_chooser]">
                    
$quickchooserbits
                
</optgroup>
            </
select>
        </
td>
    </if>
</
tr>
</
table>
</
form


*clicked install*

LeftCoastBias 05-28-2006 04:46 PM

Quote:

Originally Posted by Vtec44
I installed this skin yesterday, and it works great. I tweaked it a little bit, noticeably the quick style chooser. Without this, it's a bit difficult to switch back to the standard skin. I copied the code from the another skin, and put it at the very bottom of the header template of this skin. It seems to be working fine. :) Thanks Zachery.

Code:

<table>
<tr>
<td class="tfoot">
                        <select name="styleid" onchange="switch_id(this, 'style')">
                                <optgroup label="$vbphrase[quick_style_chooser]">
                                        $quickchooserbits
                                </optgroup>
                        </select>
                </td>
</tr>
</table>


that is exactly what i needed!!!


All times are GMT. The time now is 10:20 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.01216 seconds
  • Memory Usage 1,759KB
  • 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
  • (3)bbcode_php_printable
  • (3)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