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)

hydn 04-07-2010 03:07 AM

Quote:

Originally Posted by esa66 (Post 2006372)
No, it does not, and this is the problem. The right link would be: http://www.matkapuhelininfo.com/f23/...9/index22.html , that is, without the extra word "Array" in the end (http://www.matkapuhelininfo.com/f23/...ex22Array.html). I tried to install Mobile Style again, but the same problem continues.

confirmed

hydn 04-07-2010 04:11 AM

Quick reply causes looping on Blackberry:
http://youtube.com/watch?desktop_uri...WNpu_cpg&gl=CA

Kingdombuilder 04-07-2010 08:44 PM

Awesome work with the mobile style and all the fixings, works like a charm for me. I was wondering if anyone could give me the code for a register link in my navbar that would be present when visitors are not logged in and disappear when members log in. I would greatly appreciate any help with this.

EDIT:
I got it thanks

OTAU 04-08-2010 05:34 AM

Nice. I installed this to test things out with the plan on completely modifying it. I am yet to leave any of your code in the sections I have modified however it sure simplified things for me (I didn't have to go through every template deleting loads of stuff). The CSS file in the root directory is great also!

https://vborg.vbsupport.ru/external/2010/08/30.png

Or the entire view: http://i44.tinypic.com/s15jsp.png (Put 2 images together).

Still a long way to go, but the index is nearly finished, few obvious bugs but overall the focus at the moment is the design. And this is the perfect base for anyone wanting to create their own Mobile theme.

Thank you!

spipo 04-11-2010 02:10 PM

style not compatible with the version 4.0.3

some updates are necessaries ..

Fungsten 04-11-2010 03:48 PM

Quote:

Originally Posted by spipo (Post 2019451)
style not compatible with the version 4.0.3

some updates are necessaries ..

Then click the ignore version.

tehQspm 04-12-2010 08:03 AM

I have a weird issue, when I use this style no attachments show up in posts. For some reason inside the postbit templates the attachments are being parsed through
Code:

{vb:raw post.message}
and the img tag is somehow being converted to an anchor, which is already wrapped around an anchor.
HTML Code:

<a href="attachment link"...><a href="attachment thumbnail"... /></a>
I can't figure out why because everything shows up normally when I switch to the default style.

The attachment templates themselves are being completely ignored in this style and for some reason the attachments are being parsed inside the post content.

EDIT: I've discovered it only seems to affect attachments posted as INLINE attachments.

EDIT: I've found it. There's custom replacement variables that are converting inline images to anchors.

cmeinck 04-14-2010 10:45 PM

Quote:

Originally Posted by OTAU (Post 2017793)
Nice. I installed this to test things out with the plan on completely modifying it. I am yet to leave any of your code in the sections I have modified however it sure simplified things for me (I didn't have to go through every template deleting loads of stuff). The CSS file in the root directory is great also!

https://vborg.vbsupport.ru/external/2010/08/30.png

Or the entire view: http://i44.tinypic.com/s15jsp.png (Put 2 images together).

Still a long way to go, but the index is nearly finished, few obvious bugs but overall the focus at the moment is the design. And this is the perfect base for anyone wanting to create their own Mobile theme.

Thank you!

That looks great. Would you mind sharing your CSS?

Alex@Mk3OC 04-19-2010 01:16 PM

Do subscribed threads work in this as have a user reporting that his aren't showing when he goes to his usercp?

H_CAGE 04-19-2010 03:17 PM

there is no automatic style changer in this , right ?

BadgerDog 04-20-2010 09:48 PM

Running vb4.03 ...

Anyone know why I get this strange text in the top left corner of the screen when using the v4 Mobile skin?

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

I think (not sure), it's supposed to be displaying the a link to the "Forum Home Page"?

Thanks for any feedback ... :)

Regards,
Badger

War.Frog 04-20-2010 11:06 PM

Quote:

Originally Posted by BadgerDog (Post 2024546)
Running vb4.03 ...

Anyone know why I get this strange text in the top left corner of the screen when using the v4 Mobile skin?

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

I think (not sure), it's supposed to be displaying the a link to the "Forum Home Page"?

Thanks for any feedback ... :)

Regards,
Badger

Yeah, dartho posted a fix for this in the Mobile Style Options mod. Here ya go:

https://vborg.vbsupport.ru/showpost....&postcount=105

BadgerDog 04-20-2010 11:43 PM

Quote:

Originally Posted by War.Frog (Post 2024569)
Yeah, dartho posted a fix for this in the Mobile Style Options mod. Here ya go:

https://vborg.vbsupport.ru/showpost....&postcount=105

Thank you Sir .. :)

Much appreciated...

Regards,
Badger

BadgerDog 04-21-2010 08:30 PM

Got it running on my iPhone .... :)

Original v3 on our production site. (love it and been using it for months)
New v4 on our devforum (seems to work great too)

However, the difference between the two fonts is incredible?

Same iPhone with Safari browser and v4 is so large I don't even need my bifocals .. :D

How do I get the v4 font size to be the same as the old v3 font size is?

Thanks for any advice ...

Regards,
Badger

dartho 04-21-2010 09:14 PM

copy the wireless.css from your 3.8 site to your 4.0 site

BadgerDog 04-21-2010 09:33 PM

Quote:

Originally Posted by dartho (Post 2025119)
copy the wireless.css from your 3.8 site to your 4.0 site

Thanks ... :)

Will do ... :up:

Regards,
Badger

starli 04-24-2010 10:38 AM

i have still a problem...

i use the addon "every sidebar".
how can i hide the sidebar on other pages at the mobile style?

http://img541.imageshack.us/img541/9867/34992234.jpg

dartho 04-24-2010 09:17 PM

Install this Mobile Style Options Add the following code to teh "Disable Addons" section
PHP Code:

//disable everywhere sidebar
$vbulletin->options['esidebar_switch']=0;
$bbandSBactive=0


MikeWarner 04-25-2010 08:13 AM

Hi - I've tried installing mobile style options, but it isn't working. How can I disable everywhere sidebar without installing mobile style options? Thanks.

Any info on when the 4.0.3 version will be available?

Filgga 04-30-2010 10:51 AM

How do I uninstall this product? It has caused a disaster to my board!

dartho 04-30-2010 12:31 PM

it's not a product, it's a style. I can;t see how it could cause a disater - you either like it or not. Remove via style manager.

riskofficer 05-01-2010 06:31 PM

Quote:

Originally Posted by H_CAGE (Post 2023829)
there is no automatic style changer in this , right ?

I have got the same question, It will be nice if style autochanges to mobile, when you are from mobile. Any suggestions?

lowfd 05-04-2010 03:36 AM

Any way to stop images (attachments and also images linked in using IMG tags) from displaying? I had this theme on VB3.8 and it used to automatically remove the images and have links to their URL's instead?

dartho 05-04-2010 06:25 AM

See here:
https://vborg.vbsupport.ru/showthrea...nt#post1958001

dartho 05-07-2010 01:40 AM

from those screen shots, it looks like you've removed style copyright notices from http://www.xfalcon.com/forum/forum.php

lowfd 05-07-2010 10:15 PM

I have indeed. I found out the problem was caused by an image resizer mod I had loaded.
Thanks anyway.

tafreeh 05-07-2010 11:15 PM

i think you forgot to add new private message option

dartho 05-07-2010 11:28 PM

Quote:

Originally Posted by lowfd (Post 2033439)
I found out the problem was caused by an image resizer mod I had loaded.

Yes - I worked that out pretty quickly after visiting your site, but figured if you're not willing to support me, why should I support you?

@ tafreeh - I'll look at the PM notification

kmohamed 05-08-2010 04:39 AM

luv it thanx x

Bounce 05-11-2010 06:11 PM

hi Dartho,

Most excellent style for phones chief :)

However, after upgrading from vb3 to vb4 I'm getting this still showing?

{$vbulletin->options['mo37_home_link_text']}, where do I sort that please?

Thanks

dartho 05-11-2010 09:22 PM

sorry - thats a bug in the style which shows up with the 'mobile options' add-on, Edit the navbar template in the mobile style and replace.


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
Code:

<a class="navbar" href="{vb:raw vboptions.mo37_navbar_home}{vb:raw session.sessionurl_q}">{vb:raw vboptions.mo37_home_link_text}</a>
there are a couple others which are addressed in previous pages. check the following posts to see if they apply to you:

https://vborg.vbsupport.ru/showthrea...15#post1989915

https://vborg.vbsupport.ru/showthrea...89#post1977789

https://vborg.vbsupport.ru/showthrea...17#post1962817

https://vborg.vbsupport.ru/showthrea...41#post1946741

tafreeh 05-12-2010 05:33 AM

can you also add Visitor Messaging system too.. Please

Edit: also add quote button in post .. thanks :)

Bounce 05-12-2010 05:50 PM

Quote:

Originally Posted by dartho (Post 2035391)

there are a couple others which are addressed in previous pages. check the following posts to see if they apply to you:


Brilliant mate, the jump to last post and quotes I had issues with, sorted now, thanks muchly.

Michlerish 05-12-2010 08:39 PM

Installed this, but couldn't change style back to default once using this one!

syrn 05-15-2010 02:55 AM

msg recived ......

Quote:

This file was created using a different version of vBulletin from the one you are running.

Your version: 4.0.3
File version: 4.0.99
so what i can do ???

dartho 05-15-2010 04:41 AM

choose to ignore style version...

Charis 05-15-2010 06:17 AM

Hi,

I use the add on "every sidebar" and I 've the same problem with starli, in search page.

I followed the istructions you gave
Quote:

Originally Posted by dartho (Post 2026730)
Install this Mobile Style Options Add the following code to teh "Disable Addons" section
PHP Code:

//disable everywhere sidebar
$vbulletin->options['esidebar_switch']=0;
$bbandSBactive=0


but the problem remains.

Any idea?

Thanks in advance.

dartho 05-15-2010 06:56 AM

could you link me to the actual mod you are using which you'd like disabled?

sweetguy2004 05-15-2010 08:26 PM

Thanks i will try this soon

Charis 05-16-2010 04:33 PM

Quote:

Originally Posted by dartho (Post 2037255)
could you link me to the actual mod you are using which you'd like disabled?

https://vborg.vbsupport.ru/showthread.php?t=233871


All times are GMT. The time now is 12:49 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.01460 seconds
  • Memory Usage 1,834KB
  • 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
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (12)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