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)

FractalizeR 06-04-2010 06:35 AM

Quote:

Originally Posted by dartho (Post 2047524)
Fract - Did you see my reply to your post on this here https://vborg.vbsupport.ru/showpost....&postcount=212

Yea, thanks. Just on my version of VB, I can't edit mobile style templates because of some error. VB always says, that some bracket is missing and refuses to save template. So, I am just waiting for fixed xml style file.

jimmy_spliff 06-07-2010 06:13 AM

thanks alot

raagaswaram 06-07-2010 08:10 AM

how to make vsachatbox to work on this template?.

raagaswaram 06-08-2010 12:04 PM

At top header it shows like this instead of Home as "{$vbulletin->options['m037_home_link_text']}".How to solve this?.

dartho 06-08-2010 12:39 PM

Sorry.

This shows up if you have the mobile options addon installed in addition to this - I'll post a new version up soon, but in the mean time edit the navbar template in the mobile style and replace

Quote:

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

Quote:

<a class="navbar" href="{vb:raw vboptions.mo37_navbar_home}{vb:raw session.sessionurl_q}">{vb:raw vboptions.mo37_home_link_text}</a>

HappyFeet 06-08-2010 05:36 PM

@dartho, I have this style installed along with the optional add-on and it works great!

However, I have the Random Album Picture mod enabled which runs globally across all my styles above the forums... Just wondering if there is a way to disable it in this style only. I know this isn't a problem with your style, it works perfectly, just thought I'd get your opinion...

Thanks for this mobile style, I have needed it! :up:

dartho 06-08-2010 10:30 PM

could you link me directly to the mod you are using - there are several...

McMendo 06-10-2010 08:23 PM

I've tried it but I've found two problems:

If a member (or a visitor) chooses to try the style from a computer (not a mobile phone), he can't revert afterwards to another style because there is no style chooser available in the style.

If he visits the top domain page, this is the cms and the link to the forums doesn't work.

dartho 06-10-2010 10:04 PM

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

Quote:

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

Quote:

<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.

dartho 06-10-2010 10:05 PM

Quote:

Originally Posted by FractalizeR (Post 2048095)
Yea, thanks. Just on my version of VB, I can't edit mobile style templates because of some error. VB always says, that some bracket is missing and refuses to save template. So, I am just waiting for fixed xml style file.

Found the issue, when editing forum home, also search for
Code:

<div class="navbar">{vb:rawphrase todays_events</div>
and replace with

Code:

<div class="navbar">{vb:rawphrase todays_events}</div>
then search for
Code:

<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a>
and replace with

Code:

<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&amp;markreadhash={vb:raw bbuserinfo.securitytoken}" rel="nofollow">{vb:rawphrase mark_forums_read}</a>

FractalizeR 06-11-2010 06:30 AM

Can you please update the whole XML file in the first post with the provided fixes? I would be glad to install it on our forum again.

dartho 06-11-2010 07:11 AM

Yes, I will soon. I've just got to finish some cosmetic work on it ...

tupique 06-13-2010 05:36 AM

Works great, however, in the navbar, I get this:

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

How to fix that?

I also have the "mobile style options 4.0 v1.0.4" mod installed

tupique 06-13-2010 06:20 AM

Sorry, I didn't see the few posts above.

Problem fixed. Also I have put the fixes in an XML file. Can I post it here?

edit: scratch that idea... dartho is working on it (and add another cosmetics) apparently

FractalizeR 06-14-2010 07:14 AM

Can't wait for fixed version really ;) My users are crying really.

pertanyaan 06-14-2010 10:45 PM

After posting shows "Click here if your browser does not automatically redirect you" and user need to click it manually [tested on opera mini 4.2]

leo.prasanth 06-17-2010 01:30 AM

Thanks much for the mod.
My VB version is vBulletin 4.0.2 Patch Level 4, can you please let me know if there are any known issues if used for this version ?

raagaswaram 06-17-2010 04:18 AM

If i select default style from mobile style its not redirecting to default style only it shows mobile style in mobile.how to fix it?.

leo.prasanth 06-17-2010 03:21 PM

Dartho,

Installed the mod today, was very happy to see it working for the standard URL on my test box, but broke on for Mod Rewrite Friendly URLs. Can you please incorporate the required modifications too ? Much awaited.

- Thanks.

eddi96 06-18-2010 02:08 PM

Hi,

will be a version for vBulletin 4.0.4 available?
I see there are some issues (phrases and vBulletin says that templates are old etc.) when trying to use mobile style in vBulletin 4.0.4.

I would be happy if there will be an update available soon. :)
Thank you in advance.

Best regards,

dartho 06-18-2010 10:16 PM

Quote:

Originally Posted by leo.prasanth (Post 2055062)
Dartho,

Installed the mod today, was very happy to see it working for the standard URL on my test box, but broke on for Mod Rewrite Friendly URLs. Can you please incorporate the required modifications too ? Much awaited.

- Thanks.

Which bits "broke" with mod rewrite URLs enabled?

dartho 06-23-2010 10:32 AM

Need a couple folks to do some quick testing on new version. Almost no backend changes - just cosmetic and bug fixes, so shouldn;t take long. PM please.

mimocherry 06-23-2010 02:35 PM

Has anyone tried it with 4.0.4?

does it work?

thanks

rajubd 06-23-2010 05:01 PM

Yes it work but 28 template need to be revert

mimocherry 06-23-2010 08:02 PM

would you consider a 4.04 version when you have time..

thanks..

sportsfroma2 06-24-2010 02:16 PM

Quote:

Originally Posted by mimocherry (Post 2058209)
Has anyone tried it with 4.0.4?

does it work?

thanks

Quote:

Originally Posted by mimocherry (Post 2058410)
would you consider a 4.04 version when you have time..

thanks..

not to be rude, but Dartho did post right before you posted that he's testing out the new version... So just be a little patient, lol

Dartho, love the mod.. Not sure if feature/option requests should go here or in the mobile style options one, but is there a way to add the quote functionality to the style?

if not I understand, but since a few users brought it up to me I figured I'd ask.

thanks a lot and keep up the great work

dartho 06-24-2010 10:05 PM

1 Attachment(s)
Hi Sportsfroma2,
if you make the newreply edit here: https://vborg.vbsupport.ru/showthrea...89#post1977789 then clicking "reply" will automatically quote

New version is close, looks a little like this:https://vborg.vbsupport.ru/external/2010/08/57.jpg

leo.prasanth 06-26-2010 01:59 PM

Great news Dartho, eagerly waiting for the release! I'll check the new version and let you know my feedback instead of bugging you with the issue that i faced in the previous one.

- Thanks.

dartho 06-27-2010 01:44 AM

I'd still like to know what issues or where you were having issues with the friendly URL's - I could not reproduce any problems? The update is not a rewrite - mostly just some CSS updates (change of colours, add some padding and introduce a few small images) and bug fixes - all of which have been reported since the last release in here

dartho 06-27-2010 10:27 AM

My request for testers went with only one person willing to help :(

If you could, please check http://thebrainstrain.com/forum.php register (no email conf required - just use dodgy details if you don't want to register at yet anotehr forum - I'll likely delete all data pretty soon anyway as it's just a temporary forum to test things) and let me know if you come across any issues - probably there rather than here... Select "Mobile2"style

Thanks

FractalizeR 06-27-2010 10:48 AM

All looks fine. One suggestion: the secondary line when viewing forum threads should be in smaller letters (the line where post author and date are). I guess this will improve viewing experience.

Also VBulletin Debug Information template is too huge.

Also try to search "test" over the forum. The second result is some CMS article and it's displayed HUGE also ;)

eSekar 06-27-2010 10:51 AM

Testing ....

Will Come back with feedback soon :)

EDIT: I'll go with what FractalizeR's said except for the search thing I didn't get that + after I signed in using my mobile [iPhone] I got a No Permission message? just click Home everything went well tho.

Overall, sounds cool just some font colors edits & I think it's ready.

Good job bro ;)

dartho 06-27-2010 09:36 PM

Thanks for the feedback, I'll look into those

stevew 06-28-2010 06:01 AM

I have an issue... !! I have installed this style and changed to it to test it, but you don't get an option to change back to a normal style.... !!

So I am stuck on it for the moment, I am sure I will suss it eventually. !

On the whole, great style and just what I was looking for, thanks.

Edit, I couldn't even change it back via admin cp, removed user ability to change styles and set it back to my usual style, yet my account stayed on the mobile style, I had to delete the style completely to 'switch it off'.

dartho 06-28-2010 08:17 AM

Install and configure https://vborg.vbsupport.ru/showthread.php?t=229044 with this style

stevew 06-28-2010 09:30 AM

Quote:

Originally Posted by dartho (Post 2060911)
Install and configure https://vborg.vbsupport.ru/showthread.php?t=229044 with this style

Cheers, seems sorted now. 'Installed'

jmwking 06-28-2010 08:30 PM

The new one looks nice! Is it still built around the wireless.css, or is it internal stylevars?

-jk

dartho 06-28-2010 09:47 PM

based on wireless2.css which has just had some padding added and a few colour changes. The templates are 99% the same.

jmwking 06-29-2010 02:36 AM

Cool. Should make it easier to convert from one to the other. When do you think it'll be ready for prime time? And will it work on 4.03?

I've been playing with your current one on my test forum, adding some functionality back into it: preview post, report post, and reputation, as well as some admin stuff - infractions (works but not well), moving and merging threads. Very functional on a minimalist device, but not so aesthetically pleasing; this new one looks much better on a smart phone.

Thanks for all the work on it!

-jk

dartho 06-29-2010 05:39 AM

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


All times are GMT. The time now is 02:24 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.01799 seconds
  • Memory Usage 1,825KB
  • 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
  • (4)bbcode_code_printable
  • (10)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