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 - Mobile Style for vBulletin 4.0 (https://vborg.vbsupport.ru/showthread.php?t=228986)

jmwking 06-29-2010 01:00 PM

Quote:

Originally Posted by dartho (Post 2061509)
Shouldn't be long - I just need to find an hour or two to be able to sit down uninterupted and package it up and double test things.

A lot of those functions were in earlier versions, but I took them out as I did not use them and they just added clutter. I might put them back in as "options" which can be enabled via teh "Mobile Style Options" add-on

Thanks. That would be very helpful.

-jk

fulviods 06-30-2010 08:25 AM

Thanks for your help! waiting for the 4.0.4! :)

Bounce 06-30-2010 08:02 PM

Is it possible to quote yet dartho?

The reply box is there but you need to click "submit" reply" to reply and you used to be able to quote a post before.

EDIT: Found the fix and working brilliantly...

4.0.4 version looks the bizz dartho, looking forward to using it :)

sulasno 07-02-2010 02:47 AM

Quote:

Originally Posted by halkum (Post 1921678)
I can also confirm the Different Domain, Different Style hack for the vb 3 series still works for vb4. So grab it and this and hook up mobile.yourdomain.com and you're good to go!

how do I hook to mobile.yourdomain.com ?

pant 07-02-2010 08:33 AM

Right.

I installed this along with the additional options plugin and it's ruined all my styles. How do I undo everything?

FractalizeR 07-03-2010 08:31 AM

What does it mean "ruined all the styles"?

pant 07-03-2010 09:00 AM

Quote:

Originally Posted by FractalizeR (Post 2063702)
What does it mean "ruined all the styles"?

Well I think what must of happed like Dartho said is that I merged the style into my default parent style which filtered down to all the rest. I was sure I had selected no parent though so I'm not sure how I did it.

When I then went to remove the mobile style and it's plugin all my styles were Dartho branded and useless, had to open a support ticket because I didn't know how to fix it. Not Dartho's fault in any event but worth cautioning people so they don't make the same mistake that I did.

BadgerDog 07-03-2010 08:38 PM

Anyone else getting a "certificate violation" type error when attempting to mark all posts as read?

Running on an iPad and iPhone, when I try to do this using the Mobile Style, that's what appears and it requests I contact the Administrator.

I'm able to simply switch to Full Graphics Mode from Mobile Style and perform the same function without a problem ... :confused:

Thanks for your efforts dartho ... really nice product and sure speeds up usage on PDA devices... :up:

Regards,
Badger

dartho 07-03-2010 09:22 PM

See this post https://vborg.vbsupport.ru/showthrea...57#post2051757 for how to resolve that.

BadgerDog 07-03-2010 09:39 PM

Quote:

Originally Posted by dartho (Post 2064045)
See this post https://vborg.vbsupport.ru/showthrea...57#post2051757 for how to resolve that.

Thanks partner .. :)

I think I'll wait for the new release, as I imagine it's going to address this a bunch of other things ...

Appreciate the quick response ... :up:

Regards,
Badger

rzakon 07-09-2010 09:32 AM

Switching to the mobile style using the drop-down menu in the vB default style is not working on an Android Dolphin browser. Instead of the URL having ?styleid=#, it ends up as ??styleid=#. This seems to work fine in other browsers.

War.Frog 07-09-2010 01:31 PM

Any update on when you plan on releasing the new version dartho?

leo.prasanth 07-13-2010 01:10 AM

Quote:

Originally Posted by rzakon (Post 2066749)
Switching to the mobile style using the drop-down menu in the vB default style is not working on an Android Dolphin browser. Instead of the URL having ?styleid=#, it ends up as ??styleid=#. This seems to work fine in other browsers.


Dartho,

I too came across a similar issue:

When I tried to go back to the default style, from Opera, it was not working. The poage called was: "forum.php?styleid=" a "1" was missing.

- Thanks.

dartho 07-13-2010 04:54 AM

@rzakon & prasanth: When does this behavious happen - the style has no selector by default - have you added your own or do you have Mobile Style Options installed, if teh latter - what option have you selected?

Thanks

@War.Frog - when things are sorted. Look at my current test site vbdev.org (previous test site now deleted) for a preview/download...

FractalizeR 07-13-2010 06:38 AM

I have test version of the new mobile style running for about several weeks already. So far no complaints from users received.

elwachiman 07-13-2010 06:05 PM

I use the add ons gcbos Shout / chatbox but not how to disable style is another question as I do for users who connect via mobile phone skin mobile is automatically taken,the forum is version 4.0.3 pl1

dartho 07-13-2010 10:56 PM

Can you provide a link to the addon ?

elwachiman 07-14-2010 12:23 PM

Here is the link thanks for your prompt response [Shout/Chatbox 0.7.06] GCBOS - Generic Chat Box Operating System

dartho 07-14-2010 12:34 PM

You *might* be able to disable it by installing the add-on for this style (Mobile Style Options): https://vborg.vbsupport.ru/showthread.php?t=229044 and then adding in
Code:

// disable GBOS Shout box
$gperm['can_view']=0;

to the "Enter code here to disable addons" section in vBulletin settings

elwachiman 07-14-2010 01:50 PM

Quote:

// disable GCBOS Shout box
$gperm['can_view']=0;
THANK YOU AND THE PLACE .. THANKS FOR THE DATA POINT C GCBOS missing. Have a nice day

rzakon 07-15-2010 02:39 PM

Quote:

Originally Posted by dartho (Post 2068398)
@rzakon & prasanth: When does this behavious happen - the style has no selector by default - have you added your own or do you have Mobile Style Options installed, if teh latter - what option have you selected?

This was reported by a user. I don't have a device with dolphin to test on, but user is tech-savvy.

Basically, they first browse to the default (full) vB4 style, then select Mobile from the style drop-down. The page they are redirected to contains the double ?? in the URL.

MSO is installed. Options are:

Title:
Mobile Style: vB4 default
Default Style: vB4 default
Text:
Add link: Top Nav
Home link: index.php
Show Going On: No
Hide Chooser: No
Code to disable addons:
Code:

//Disables MGC Chatbox
$vbulletin->options['mgc_cb_evo_active']=0;
//Disables Cyb Chatbox
$vbulletin->options['cybchatbox_enable_product']=0;


dartho 07-15-2010 10:10 PM

@rzakon - That sounds like it would be a vBulletin issue as the all the code which does that is theirs. If you wish to report ot: http://www.vbulletin.com/forum/conte...o-report-a-bug

BTW - You should also change the value of Mobile Style from default to Mobile.

abualk 07-16-2010 12:04 PM

Thanks, installed .

* How to show last post on forumhome ?

elwachiman 07-16-2010 06:51 PM

1 Attachment(s)
hi darth.. i use adsense advertising, but when I enter the forum is advertising and is reflected in the phone as a big empty space. using the mobile skin on the forum you can tell in the screenshot and photos , and disables the adsense advertising so q is not visible when entered via PC or via phone when I go. thanks.
pd: my phone is nokia e-63
forum version:4.0.3 pl1

fulviods 07-16-2010 07:45 PM

thats normal that i cant install it on 4.0.4 ? :(

dartho 07-16-2010 10:00 PM

@elwachiman - you can disable the ads in the mobile style by removing the ad hooks in the temapltes. Edit the footer, forumdisaply, forumhome, header, navbar and showthread themapltes, search for {vb:raw ad_location and delete it (it will actually be something like {vb:raw ad_location.ad_footer_start}, {vb:raw ad_location.ad_forumhome})

Also, you should rename "wrireless.css.txt" to "wireless.css" and upload to your forum root to ad a little colour to the style.

{vb:raw ad_location.ad_footer_end}

dartho 07-16-2010 11:30 PM

Quote:

Originally Posted by fulviods (Post 2070271)
thats normal that i cant install it on 4.0.4 ? :(

Choose to ignore style version

fulviods 07-16-2010 11:45 PM

Quote:

Originally Posted by dartho (Post 2070385)
Choose to ignore style version

sorry its ok!! thanks a lot!

leo.prasanth 07-17-2010 02:36 AM

Quote:

Originally Posted by dartho (Post 2068398)
@rzakon & prasanth: When does this behavious happen - the style has no selector by default - have you added your own or do you have Mobile Style Options installed, if teh latter - what option have you selected?

Darren - Here is what I did:

Created a subdomain called http://mobile.mydomain.com which redirects to http://mydomain.com/forum.php?styleid=3(the mobile 2.0 style).

When I browse to http://mobile.mydomain.com, the mobile style is displayed as expected. I see the "PC mode" button at the top, when I click on it the mobile style itself is displayed. Am i doing something wrong ?

Thanks

leo.prasanth 07-17-2010 02:44 AM

Quote:

@rzakon & prasanth: When does this behavious happen - the style has no selector by default - have you added your own or do you have Mobile Style Options installed, if teh latter - what option have you selected?
I have installed Mobile options. I have set the default PC style to the VB default style and the default mobile style to Mobile 2.0 style.

leo.prasanth 07-17-2010 02:45 AM

And after that its working fine :)

Thanks much!

elwachiman 07-17-2010 03:21 AM

Quote:

Originally Posted by dartho (Post 2070345)
@elwachiman - you can disable the ads in the mobile style by removing the ad hooks in the temapltes. Edit the footer, forumdisaply, forumhome, header, navbar and showthread themapltes, search for {vb:raw ad_location and delete it (it will actually be something like {vb:raw ad_location.ad_footer_start}, {vb:raw ad_location.ad_forumhome})

Also, you should rename "wrireless.css.txt" to "wireless.css" and upload to your forum root to ad a little colour to the style.

{vb:raw ad_location.ad_footer_end}

thanks dartho looks much better now, grateful for your answers, my respect for you.

dartho 07-17-2010 05:05 AM

Quote:

Originally Posted by leo.prasanth (Post 2070444)
And after that its working fine :)

Thanks much!

Were you using the "beta" version of the style and add-on? "PC Mode" link shouldn't show up without the add-on installed.

for everyone else, I have move the testing site - it's at www.vbdev.org and you can download the next version from there, but to save confusion support will only be offered there until it gets released here. It's only a test site, so feel free to test away , post messages/attachments etc.

Bounce 07-17-2010 09:55 PM

Quote:

Originally Posted by dartho (Post 2070473)
Were you using the "beta" version of the style and add-on? "PC Mode" link shouldn't show up without the add-on installed.

for everyone else, I have move the testing site - it's at www.vbdev.org and you can download the next version from there, but to save confusion support will only be offered there until it gets released here. It's only a test site, so feel free to test away , post messages/attachments etc.

Thanks installed and testing, so far so good D :up:

Gursimran 07-22-2010 02:55 AM

I am getting error: Invalid File Specified while importing... i have uploaded the wireless.css in forum root

dartho 07-22-2010 03:30 AM

are you importing as a style, or as a product?

Gursimran 07-22-2010 03:41 AM

Quote:

Originally Posted by dartho (Post 2072725)
are you importing as a style, or as a product?

my bad.... i was importing it as product,

thanks for fast reply

fmap4life 07-23-2010 04:41 PM

{$vbulletin->options['mo37_home_link_text']}

is showing instead of the text I input, Thanks for any input!!

oops sorry, didnt mean to click mark as installed so many times

elwachiman 07-23-2010 06:56 PM

Quote:

Originally Posted by fmap4life (Post 2073438)
{$vbulletin->options['mo37_home_link_text']}

is showing instead of the text I input, Thanks for any input!!

oops sorry, didnt mean to click mark as installed so many times

Install "Mobile Style Options" and configure the style chooser https://vborg.vbsupport.ru/showthread.php?t=229044 and also edit the navbar template in the mobile style and replace
HTML Code:

<a class="navbar" href="{vb:raw  $vbulletin->options['mo37_navbar_home']}{vb:raw  session.sessionurl_q}">{$vbulletin->options['mo37_home_link_text']}</a>
with
HTML Code:

<a class="navbar" href="{vb:raw  vboptions.mo37_navbar_home}{vb:raw session.sessionurl_q}">{vb:raw  vboptions.mo37_home_link_text}</a>
This fixes a bug in the style. I'll be releasing an update real soon to address this.

gopherhockey 07-25-2010 01:06 AM

I had a mobile style for 3.8 that allowed me to select if iPhones could be exempt from the mobile style... after all, who wants to see the mobile style on an iPhone or worse and iPad (Android etc.)

Is this an option with this version - I'm not seeing it. I need a mobile style that can excempt the larger mobile devices.

Making it a user option won't work because users will switch between mobile device browsing and regular.

I believe this was the same author: https://vborg.vbsupport.ru/showthread.php?t=173239


All times are GMT. The time now is 05:09 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.01528 seconds
  • Memory Usage 1,836KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (16)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
  • (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