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)

rughis 12-02-2010 09:06 PM

Sorry, how can I avoid the HOME navigation when I use this lightweight style?

dartho 12-02-2010 09:39 PM

Quote:

Originally Posted by wiredpath (Post 2128553)
Sorry, how can I avoid the HOME navigation when I use this lightweight style?

See this post for a work around: https://vborg.vbsupport.ru/showthrea...83#post2089883

rughis 12-04-2010 04:13 PM

Quote:

Originally Posted by dartho (Post 2128569)

Thank you Dartho!

I used the code you suggested to another user in a previous post and now all is working fine.

Quote:

Originally Posted by dartho (Post 2094515)
You could edit the vbcms_page template and replace all with something like:
Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
        {vb:raw headinclude}
        <title>{vb:raw vboptions.bbtitle}</title>
</head>
<body>
<div class="bodywrapping">
{vb:raw header}
{vb:raw navbar}
<div><a href="forum.php">CMS Disabled in Mobile View, please click here to proceed to forum</a>
</div>
{vb:raw footer}
</div>
</body>
</html>


I have now only an issue to fix: can I automatically redirect the users to the forum?

dartho 12-04-2010 08:40 PM

You could put this in the head section of that template code:
Code:

<meta http-equiv="refresh" content="0;url=http://yourdomain.com/forum"/>

rughis 12-05-2010 02:16 PM

Quote:

Originally Posted by dartho (Post 2129364)
You could put this in the head section of that template code:
Code:

<meta http-equiv="refresh" content="0;url=http://yourdomain.com/forum"/>

Thank you again :)

This style is really wonderful!

This is my final result :)

https://vborg.vbsupport.ru/external/2010/12/56.png

OldSchoolDSL 12-05-2010 06:07 PM

uninstalled.

The_____KinG 12-16-2010 06:43 AM

I use a vb4 suite< 4.07> can i use the lightweight style and this add on product with it without any problem because i read this is only for vb4 forums

will the mobile version have the HOME and Forum and BLOG tab separately or the Home on the moble skin denotes the forum page ?

appreciate the hard work and like the product

dartho 12-16-2010 08:32 AM

it means that CMS and BLOG will not render well under this style - they'll basically look pretty crappy, but the forums will look as in the screen shots. There are no links to the BLOG or CMS. Check the vbdev.org test site and you'll get an idea what I mean ...

osva 12-31-2010 07:56 PM

Hi
When I installed this on my forum it will hang my server. I have a huge database. COuld this be the problem?
My load average go beyond 100.0

thanks

dartho 12-31-2010 09:58 PM

part of teh install process is adding 2 new columns to the post and thread tables. This is probably where it is getting caught up if you have a huge database.

You could manually add these (name MOBILE, type BOOL and name UA, type VARCHAR(100)) and edit the XML and remove the contents of the <installcode> and <uninstallcode> blocks


All times are GMT. The time now is 09:15 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.02014 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_quote_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