vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android) (https://vborg.vbsupport.ru/showthread.php?t=249277)

letipro 06-20-2012 09:38 AM

update for 4.2.0 PLS

charlesr 06-21-2012 06:32 AM

What else is broken apart from what I mentioned above? All the rest seems to be working for me? I'm continuing to leave it for users on 4.2 and I know people are using it.

thenamesgould 06-23-2012 04:30 AM

Quote:

Originally Posted by charlesr (Post 2341658)
What else is broken apart from what I mentioned above? All the rest seems to be working for me? I'm continuing to leave it for users on 4.2 and I know people are using it.

I use this daily on my own forum, and hadn't even noticed that ... and I haven't had any complaints. Definitely not getting rid of it just because of that!

I'm just hoping that when vb5 rolls around, there will be a version of this for that!!! :)

The Rocketeer 06-24-2012 05:30 AM

Quote:

Originally Posted by djbaxter (Post 2324305)
But I don't want to disallow users from using the vBulletin mobile version. I just want to add the option for mobile users to select this one.

I have the Suite. Now the CMS doesn't get a lot of use and blogs are currently disabled so the forum is the main focus, but this style, unlike the vBulletin mobile style, doesn't provide for anything but the forum.

Suggestions?

in the same boat, need some help with the second question..

The Rocketeer 06-25-2012 01:23 AM

This issue is said to be once again present in 4.2 after the patch

http://tracker.vbulletin.com/browse/VBIV-13851

Quote:

Originally Posted by dartho (Post 2289299)
If you wish to make this change manually, edit init.php and
search for:
Code:

elseif ($mobile_browser_advanced && $vbulletin->options['mobilestyleid_advanced'] && !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'])
and replace with
Code:

elseif ($mobile_browser_advanced AND $vbulletin->options['mobilestyleid_advanced'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'userstyleid'])
and search for
Code:

elseif ($mobile_browser && $vbulletin->options['mobilestyleid_basic'] && !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'])
and replace with

Code:

elseif ($mobile_browser AND $vbulletin->options['mobilestyleid_basic'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'userstyleid'])


above fix is not working, code not found inside init.php

charlesr 06-25-2012 09:51 AM

Quote:

Originally Posted by The Rocketeer (Post 2342450)
in the same boat, need some help with the second question..

I lock the CMS to the site style (pencil on homepage) - it's useable on modern phones.
The vbulletin mobile one seems tremendously slow on my nokia 5800 (older symbian touchscreen), so I don't force it on users. I have this one set as the default for older mobiles and leave the option for modern phones as "none".

deverill2010 06-25-2012 09:57 AM

I have this style on my CMS :) its not perfect but it gets the basics done for simple browsing on phones.

http://www.midwiferyonline.co.uk/forum.php?styleid=8. I don't have a 'home' link as I haven't got around to editing that in. So once clicked on the above link, add index.php after .co.uk/

The Rocketeer 06-30-2012 03:09 PM

1 Attachment(s)
also I am unable to select the any other style, it only lets me select the default mobile style or none? look at this pic

https://vborg.vbsupport.ru/attachmen...1&d=1341072418

Gripi 07-06-2012 05:25 PM

hi..

i saw that every member that reply post from this mobile style, the signature option automaticly OFF, how to make the "Show Signature" always ON when reply a thread.

thanks

Danny M 07-10-2012 03:55 PM

Hey,

I've installed this style, but how do I make it display for users who visit my forum on their mobile.

I looked in the "Style and Language" settings, but the only style that gets listed in the dropdown box is "Default Mobile Style" and not "Lightweight" :(

Anyone know how I can fix this?

Thanks

deverill2010 07-10-2012 04:02 PM

in the instructions in the first post it says this -


**Install and configure "LightWeight Style Options"

I think the above does allow it to be selected as a mobile style.

fly 07-10-2012 04:03 PM

Quote:

Originally Posted by Danny M (Post 2346699)
Hey,

I've installed this style, but how do I make it display for users who visit my forum on their mobile.

I looked in the "Style and Language" settings, but the only style that gets listed in the dropdown box is "Default Mobile Style" and not "Lightweight" :(

Anyone know how I can fix this?

Thanks

You don't even have to search the thread for your answer, look at the post RIGHT above yours. wow!

Merriweather 07-15-2012 04:38 PM

I am wondering if there is a way to include the forum notifications in this style? I know it notifies on a new pm, but I also have notifications that show for new Group posts and when users are tagged/quoted.

edytwinky 07-15-2012 09:45 PM

On my poll results, instead of showing who has voted, it just says "array"

Any idea what might be wrong?

dartho 08-21-2012 07:14 AM

I've had a bit of a look at 4.2 and this style today. It will involve quite a bit of time for me to get it working under the Mobile master style. Or I have to remove portions of it. It could be just the one thing I looked at, but I couldn;t find how to add a pagenav to the thread bits in forumdisplay.

It should be take significantly less time to make it work as previously as a non-mobile style.

PLease post your issues when installed as a full style and i"ll look at them

NTT 08-22-2012 01:16 PM

style ta dùng hiện tại edit từ đây, xoắn nhiều quá

dartho 08-23-2012 12:52 AM

Sorry, but my Vietnamese language skills are rather poor ...

rkhyd 09-07-2012 04:23 PM

If i want to include a dbtech Shoutbox to the mobile page just after then header, how to do that?
Adding the code {vb:raw show.vbshout_instance1} where instance1 is the varname of the SB doesn't do any modification to the lightweight style. Can anyone guide me on this?

RK

jamoss 09-15-2012 03:19 PM

Are polls enabled?

NTT 09-16-2012 01:34 AM

Quote:

Originally Posted by jamoss (Post 2365669)
Are polls enabled?

yes, but you must edit templates :D

jamoss 09-16-2012 01:43 AM

Quote:

Originally Posted by NTT (Post 2365818)
yes, but you must edit templates :D

Gah, I'd have to do that on the default mobile one, too. I was hoping someone had them done already.:rolleyes:

edytwinky 09-19-2012 03:29 PM

On my poll results, instead of showing who has voted, it just says "array"

Any idea what might be wrong?

letipro 09-24-2012 04:36 PM

1 Attachment(s)
Quote:

Originally Posted by jamoss (Post 2365821)
Gah, I'd have to do that on the default mobile one, too. I was hoping someone had them done already.:rolleyes:

you mean like this?

https://vborg.vbsupport.ru/attachmen...1&d=1348508183


http://buidoi.net/threads/10058-test...html?styleid=4

dougdirac 09-26-2012 11:42 PM

Is this style compatible with blogs?

Robbed 09-27-2012 01:39 AM

Quote:

Originally Posted by dartho (Post 2358661)
I've had a bit of a look at 4.2 and this style today. It will involve quite a bit of time for me to get it working under the Mobile master style. Or I have to remove portions of it. It could be just the one thing I looked at, but I couldn;t find how to add a pagenav to the thread bits in forumdisplay.

It should be take significantly less time to make it work as previously as a non-mobile style.

PLease post your issues when installed as a full style and i"ll look at them

It seems to work for me but new posts. when clicking on the link it redirects to fullsite.

I used to be able to test the mobile site from my pc but now it redirects to the fullsite, same with my blackberry it doesn't redirect to the mobile site but iphone/ipod still does.

dougdirac 09-27-2012 04:32 PM

Quote:

Originally Posted by Robbed (Post 2368892)
It seems to work for me but new posts. when clicking on the link it redirects to fullsite.

I used to be able to test the mobile site from my pc but now it redirects to the fullsite, same with my blackberry it doesn't redirect to the mobile site but iphone/ipod still does.

Are you using 4.2? There was a known error that did something like this in some previous version of vB. I had the issue with vB 4.1.10.

Also check your "Style and Language Settings". There is a setting "Default Style for Old Mobile Browsers" and "Default Style of Modern Mobile Browswers".

Robbed 09-27-2012 07:54 PM

Yes 4.2.

I have both set to none because i use dartho different domain different style to assign a mobile style.

dougdirac 09-27-2012 11:26 PM

ok. just a stab in the dark.

Robbed 09-28-2012 08:03 PM

any idea why

http://m.domain.com/forums/search.ph...e=vBForum_Post would redirect to the main site now since 4.2

Robbed 10-04-2012 04:13 AM

Quote:

Originally Posted by Robbed (Post 2164661)
dartho

I ended up setting Always use Forum URL as Base Path to no

then opening headerinclude for my main skins and change this code

Code:

<base href="{vb:raw basepath}" />
I set it manually to mydomain/forums

This worked, let me know if you have any better way of doing this.

Looks like always use forum url as base path was set to yes after one of the upgrades.

Set it back to no and it's working for me again

craigvm 10-11-2012 08:13 PM

i`ve installed this but my index.php sends you to vba portal but on the mobile style its just a blank screen even after installing the plugin to disable vba on this style any idea how i can fix it

Muhammad Rahman 10-21-2012 12:05 AM

hay, I can not make a thread with this style, anyone can help?
information: vBulletin 4.2

thank you.

thenamesgould 11-03-2012 11:23 AM

Has anybody who has this style installed modified it to have the banner running all the way across the top of the page, and obviously appearing a bit bigger?

That's what I want to do, and I thought before I try to do it myself, if someone else has done it and I could have a sneaky look, I would try that first. :)

thenamesgould 11-04-2012 08:59 AM

Don't worry, all done now. Just a matter of increasing the height of the image in the CSS file, and increasing the size of the image itself. Looks great on the touchscreens you get these days!

Gripi 01-06-2013 05:29 PM

Hello...

May be this is a bug, i found that when i already subcribed to one thread via Full Style, then i post a new reply inside the thread using this Mobile Style, the thread automaticly got ubsubscribed.

Anyone experienced problem like this? and how to solve it?

Thanks alot for your help.

charlesr 01-14-2013 10:47 AM

Sorry if I've missed this already, but is anyone able to view their PMs? i.e. hit "usercp" and then "private messages"

Alan_SP 01-14-2013 07:48 PM

PMs work for me. Through UserCP I can access them if there aren't new, or there's special link if there are new (unread) PMs.

@ngel 01-20-2013 02:20 PM

Hello, for some reason the desktop link doesn't redirect to the desktop style, what should I do?

@ngel 01-21-2013 08:29 PM

Quote:

Originally Posted by dartho (Post 2089236)
I'm going to release an addon product which enables such options. In the mean time have a look in the header template and search for

Code:

<vb:if condition="$vbulletin->options['ls_default_style_link']==1">
                        <a class="toplinks" href="{vb:raw $vbulletin->options['ls_navbar_home']}?{vb:raw session.sessionurl}styleid={vb:raw vboptions.ls_default_style}">{vb:raw vboptions.ls_default_link}</a>
                </vb:if>

and replace with

Code:

                        <a class="toplinks" href="forum.php?{vb:raw session.sessionurl}styleid=xxx">Desktop</a>
where xxx is your default styleid. change the href to suit your site also.

There are 2 instances that need to be edited as described above

I've done that but still doesn't work for me!

dartho 01-24-2013 04:03 AM

Do you allow users to change styles?

also - what version of VB. things are different in 4.2 I think ...


All times are GMT. The time now is 08:36 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.04059 seconds
  • Memory Usage 1,831KB
  • 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
  • (7)bbcode_code_printable
  • (12)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
  • (40)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