vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Lightweight Style Options for "Lightweight Style" (https://vborg.vbsupport.ru/showthread.php?t=249339)

fly 10-19-2010 06:02 PM

Do you have his other skin/theme/thing installed?

dartho 10-20-2010 11:41 AM

ah - good point flypaper - I forgot about issues there.

whites - "posted by Mobile" works perfect on my dev site which has minimal otehr addon's. Make sure you read the "Notes"section in the first post.

If you are not/ no longer using the previous "Mobile" style, remove it and teh associated add-on, uninstall this one and then re-install it and check settings.

I am willing to log onto sites to check them out to see if I can resolve issues, send me a PM.

whites 10-22-2010 04:50 PM

dartho,

After removing the style and the options plugin, and re-installing them, it is working now.

Thanks!

dartho 10-22-2010 09:11 PM

Good to hear!

OldSchoolDSL 10-26-2010 02:35 AM

Working flawlessly on 4.0.8

Thank you

thieu.bocap 11-22-2010 04:08 PM

Can't remove, database error when i remove this add-on :(

dartho 11-22-2010 08:45 PM

what is the database error? Also - did you read the notes section before installing?

rughis 11-23-2010 07:30 AM

Hello

Really a nice add-on.

Just a question: is it possible to disable CMS navigation from Lightweight Style?

dartho 12-02-2010 05:31 AM

same on my test site - I'll look into it and fix

dartho 12-02-2010 10:33 AM

worked it out.

replace the header template in the lightweight style with:

Code:

<vb:if condition="$vboptions['ls_page_title']!=''">
        <div align="right">
                <vb:if condition="$vboptions['ls_default_style_link']==1">
                        <a class="toplinks" href="{vb:raw vboptions.ls_navbar_home}?{vb:raw session.sessionurl}styleid={vb:raw vboptions.ls_default_style}">{vb:raw vboptions.ls_default_link}</a>
                </vb:if>
        <vb:if condition="$show['member']">
                <a class="toplinks" href="login.php?do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}">{vb:rawphrase log_out}</a>
        </vb:if>
        </div>
        <div class="header" align="left">{vb:raw vboptions.ls_page_title}</div>
<vb:else />
        <div class="logo" style="text-align:right;">
                <vb:if condition="$vboptions['ls_default_style_link']=='1'">
                        <a class="toplinks" href="{vb:raw vboptions.ls_navbar_home}?{vb:raw session.sessionurl}styleid={vb:raw vboptions.ls_default_style}">{vb:raw vboptions.ls_default_link}</a>
                </vb:if>
                <vb:if condition="$show['member']">
                        <a class="toplinks" href="login.php?do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}">{vb:rawphrase log_out}</a>
                </vb:if>
        </div>
</vb:if>

<vb:if condition="$ad_location['ad_header_logo']">
        {vb:raw ad_location.ad_header_logo}
</vb:if>



All times are GMT. The time now is 03:55 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.01105 seconds
  • Memory Usage 1,733KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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