vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Mobile, Cell, Phone, PDA, iPhone Style (https://vborg.vbsupport.ru/showthread.php?t=174375)

MissKalunji 11-11-2008 08:21 PM

thanks :)

abrecher 11-12-2008 05:48 AM

I recently upgraded to 3.7.4 and I'm being asked to revert templates in the AdminCP.

Do I revert or just keep things as they are ?

Are you planning to update the skin ?

dartho 11-12-2008 06:30 AM

For more info, have a look here: https://vborg.vbsupport.ru/showthrea...05#post1607905

abrecher 11-12-2008 07:26 AM

Quote:

Originally Posted by dartho (Post 1664068)

Thanks! Edited and saved the templates.

Quarterbore 11-15-2008 10:32 PM

I downloaded the new version and I still have a suggestion that I think should be standard:

Change template: headinclude

FROM:
PHP Code:

<link rel="stylesheet" href="wireless.css" type="text/css" /> 

TO:
PHP Code:

<link rel="stylesheet" href="wireless.css" type="text/css" />
<
meta http-equiv="Cache-Control" content="no-cache" />
<
meta http-equiv="Pragma" content="no-cache" />
<
meta http-equiv="Expires" content="0" /> 

Reason: Forum Content is always changing

I also really suggest updating the navbar template to add the following:

FIND:
PHP Code:

<class="navbar" href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts]</a

AFTER ADD:

PHP Code:

<class="navbar" href="$vboptions[bburl]/search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a>
<
class="navbar" href="$vboptions[bburl]/search.php?$session[sessionurl]do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">My Posts</a
<
class="navbar" href="$vboptions[bburl]/search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Topics</a

Reason: Just with a Mobile Devise, I assume these other three links may be things the user really wants to have available right there.

Otherwise, as a Site Admin I am loving this and your mobile detecton script as it has allowed me to keep an eye on the spammers when I can't get to a computer :D

MissKalunji 11-16-2008 12:31 AM

there's no way to cache the stylesheet? cause my blackberry loads my site twice as slow cause of that stylesheet...?

dartho 11-16-2008 08:46 PM

You could try editing your .htaccess file and setting caching on CSS files there, but if the blackberry doesn't want to cache it, it won't no matter what you do on the server

Code:

# Requires mod_expires to be enabled.
<IfModule mod_expires.c>
  # Enable expirations.
  ExpiresActive On
  # Cache CSS for 2 weeks
  ExpiresByType text/css A1209600
</IfModule>


MissKalunji 11-17-2008 01:44 AM

Quote:

Originally Posted by dartho (Post 1667062)
You could try editing your .htaccess file and setting caching on CSS files there, but if the blackberry doesn't want to cache it, it won't no matter what you do on the server

Code:

# Requires mod_expires to be enabled.
<IfModule mod_expires.c>
  # Enable expirations.
  ExpiresActive On
  # Cache CSS for 2 weeks
  ExpiresByType text/css A1209600
</IfModule>


*edit*

Nop you're right no difference

any tip on how i can speed that up?

tekguru 11-17-2008 08:13 AM

Good suggestions I too think should be included, just added to me site!

dartho 11-17-2008 07:55 PM

You could copy the CSS from the CSS file and put it in the Additional CSS Definitions section of teh style properties in control panel, then remove <link rel="stylesheet" href="wireless.css" type="text/css" /> from headinclude.

This won't reduce the size, but it may make for faster loading as an additional file request isn't needed? At only 2.5k, I didn;t think it would make much of a performance hit ...

If this makes no difference, I'd be incluned to put it back to how it was.

Greek Wizard 11-22-2008 03:05 AM

Not sure if this was posted before or not, I did a search and could not find it.

For those using vBadvanced, if there is missing images due to the collapse buttons not showing, you can delete this line in adv_portal_module_wrapper template under the Mobile style

Code:

<if condition="$vba_style['portal_collapsemods']">
                                        <a href="#top" onclick="return toggle_collapse('module_$mods[collapse]')" style="float:$stylevar[right]"><img alt="" border="0" id="collapseimg_module_$mods[collapse]" src="$stylevar[imgdir_button]/collapse_tcat$modimgcollapse.gif" /></a>
                                </if>


caliman 12-03-2008 12:21 AM

Does anyone know how to prevent the Zoints Tag form box from showing up below the navbar everywhere?

nymyth 12-14-2008 10:17 PM

is there a way to fix the look if you have PROJECT TOOLS installed.....right now i have it added to my forum and this skin doesnt seem to look right...

nymyth 12-14-2008 10:23 PM

is there a way to get only certain forums to show up when using the mobile theme?

nymyth 12-15-2008 06:03 PM

Quote:

Originally Posted by lim(x?-5x?) = ∞ (Post 1596197)
Very strange, why all smiles have ":-)" after image?

It looks very strange, like: "https://vborg.vbsupport.ru/external/2008/12/24.gif:-)"

May be its better to have option to use enable/disable smiles (unless user select not default forum value for smile display)

Did you ever get this fixed up...as im having the same issue....

dartho 12-15-2008 06:58 PM

Quote:

Originally Posted by caliman (Post 1677421)
Does anyone know how to prevent the Zoints Tag form box from showing up below the navbar everywhere?

I'll look into it ...

Quote:

Originally Posted by nymyth (Post 1685502)
is there a way to fix the look if you have PROJECT TOOLS installed.....right now i have it added to my forum and this skin doesnt seem to look right...

Sorry, I don't use project tools, but I'll do anoth release which should make addons such as this revert to the default style

Quote:

Originally Posted by nymyth (Post 1685506)
is there a way to get only certain forums to show up when using the mobile theme?

You may be able to use conditionals with in templates to do this - it's not something that would be specific to the style

Quote:

Originally Posted by nymyth (Post 1686027)
Did you ever get this fixed up...as im having the same issue....

I could not reproduce the issue, I think there may be an addon conflicting and causing this to happen. However, you could remove the 3 replacement variables from this style and then it should be OK, although all images will now show.

caliman 12-15-2008 07:01 PM

Quote:

Originally Posted by dartho (Post 1686077)
[zoints nav bar request]I'll look into it ...

No worries... I used this. ;)

nymyth 12-15-2008 07:02 PM

^^thanks....its not that big an issue.....

RE: Project tools, in the mean time ive hidden it for this style using the if statement in the plugin itself....did the trick...

Derek_Trotter 12-25-2008 06:11 AM

I cant see option to switch stile from mobile to default. I it possible to do that?

dartho 12-26-2008 08:54 AM

If you iunstall THIS addon which is designed to run with this style, you can opt to have a link in the mobile navbar which goes to a specified style...

Derek_Trotter 12-26-2008 07:58 PM

Thanks Dartho!
It's working:)

viper357 12-27-2008 07:46 PM

Installed and working perfectly on 3.6.12

Thanks for the good work.

Chevy II 12-29-2008 02:33 AM

I'm running version 3.7.4 Patch Level 1 and I have just attempted to install this style and have gotten this error:

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

Your version: 3.7.4
File version: 3.7.2

I have read post 329 but am unsure what 6 templates I need to open and save. So, I haven't done this.

Thanks in advance!

dartho 12-29-2008 04:07 AM

You need to select Ignore Version when importing the style. AFter it has imported, you will get a message on your CP home page about out of date templates - it is at this point that you can edit and save teh offending templates without making changes to get rid of the notification

The_Rayman 12-29-2008 08:42 AM

Will test!

Thanks!

Chevy II 12-29-2008 01:38 PM

Quote:

Originally Posted by dartho (Post 1696105)
You need to select Ignore Version when importing the style. AFter it has imported, you will get a message on your CP home page about out of date templates - it is at this point that you can edit and save teh offending templates without making changes to get rid of the notification

Thank you dartho. I never even noticed the "ignore version" selection until you pointed it out.

It works great!

skycomp 01-05-2009 12:03 AM

Hello. I just installed this style on my Forum. We have the Project Product AddOn installed as well.

It seems on the mobile device on the index page showing all the forums when a project is displayed the rest of the page is rendered in a small column on the right hand side.

Almost like there is a missing </tr> or something similar.

dartho 01-05-2009 01:33 AM

Sorry, but I don't have the Projects add-on and as such can't test it. If the Projects addon isn;t using default vBulletin templates for displaying itself in the forums, then there's not much I can do. If someone who uses projects has a test site setup, I could (when time permits) look into it.

edytwinky 01-05-2009 04:08 PM

Works great! Downloaded and installed.

Does anybody have an issue with spoilers not loading though when using this?

dartho 01-05-2009 07:38 PM

which spoiler you using?

edytwinky 01-05-2009 10:35 PM

Quote:

Originally Posted by dartho (Post 1702588)
which spoiler you using?

I'm using this spoiler hack which is compatible with 3.7.4
https://vborg.vbsupport.ru/showthread.php?t=110598

When you click the spoiler button, nothing happens.

Hornstar 01-06-2009 04:29 AM

Hey just wondering if you have any plans for this skin in the near future? any updates? because I really enjoy this skin. (not that it really needs any updates, but if you have any it would be exciting to know about ^^ )

dartho 01-06-2009 09:27 AM

haha :)

I wish I could say there are things on the horizon, but I'd be lying. I did the bulk of this style when my family were away for 6 weeks and I had LOTS of uninterupted time. Any updates will be incremental and likely as I need them on my own site. Good thing for you guys is I like to keep my site reasonably current, so if something breaks with the base, chances are I'll fix it.

vBulletin 4.0 is a scary prospect though - I'm kinda hoping Jelsoft do their own mobile version! 695 installs (and double the number of downloads on the css which would imply that upto twice as many sites have actually installed this) is a pretty good case for them to do something! It'd be nice to have a code base top extend and work from... If everything is gonna be CSS driven, it shouldn't be a big leap for a professional designer to do

dartho 01-08-2009 07:44 PM

Quote:

Originally Posted by edytwinky (Post 1702406)
Works great! Downloaded and installed.

Does anybody have an issue with spoilers not loading though when using this?

If you can link me to an example of it not working, I may be able to work out the issue.

d3nnis 01-11-2009 12:32 PM

anyone know of any web version smartphone emulators? i need to do screenshot for presentation for this skin.

4695697.mobi 01-12-2009 04:00 AM

hi!

Great job, here - historic proportions

I have been unable to get my 3.8 mobile skin to resolve when I type it in the browser.. After installation, it still is showing my default skin.. I tried different domain (same root) to go to my mobile skin, it doesn't work, either.. Also I tried typing in the url directly ito the browser http://mobileradiostations.com/index.php?styleid=3 and it still only shows my default skin (id:1)..

The only time I do see the mobile skin is when I am into my control panel at the style manager and I click on the word bold "Mobile"; then, this url comes up again in a new browser http://mobileradiostations.com/index.php?styleid=3 but this time only it IS the mobile version (but when I type into the browser http://mobileradiostations.com/index.php?styleid=3 directly, I still only get the default)

I dunno if it just isn't 3.8 compliant or there is additional inside the intranet hacking jobs going on in my life, as usual..

Oh wells (I want to get mobileradiostations.mobi to show the mobile skin, using nice mod different domain, different style - currently, points to same namespace)

hope it all works soon

Thanks




Kind Regards,

Yelo

abrecher 01-12-2009 04:23 AM

Since I've upgraded to 3.8 this just hasn't been looking the same.

dartho 01-12-2009 10:21 AM

Sounds like you don't have the style as user selectable - you need to ensure that in Style Manager it has a tick in teh check box next to its name.


Quote:

Originally Posted by 4695697.mobi (Post 1709286)
hi!

Great job, here - historic proportions

I have been unable to get my 3.8 mobile skin to resolve when I type it in the browser.. After installation, it still is showing my default skin.. I tried different domain (same root) to go to my mobile skin, it doesn't work, either.. Also I tried typing in the url directly ito the browser http://mobileradiostations.com/index.php?styleid=3 and it still only shows my default skin (id:1)..

The only time I do see the mobile skin is when I am into my control panel at the style manager and I click on the word bold "Mobile"; then, this url comes up again in a new browser http://mobileradiostations.com/index.php?styleid=3 but this time only it IS the mobile version (but when I type into the browser http://mobileradiostations.com/index.php?styleid=3 directly, I still only get the default)

I dunno if it just isn't 3.8 compliant or there is additional inside the intranet hacking jobs going on in my life, as usual..

Oh wells (I want to get mobileradiostations.mobi to show the mobile skin, using nice mod different domain, different style - currently, points to same namespace)

hope it all works soon

Thanks




Kind Regards,

Yelo


dartho 01-12-2009 10:22 AM

Quote:

Originally Posted by abrecher (Post 1709313)
Since I've upgraded to 3.8 this just hasn't been looking the same.

I don't have a 3.8 site yet, so haven't done any work on a 3.8 style, although I wouldn;t have thought there would be too much difference ... Got a URL I can look at? (PM is OK)

decipher442 01-12-2009 11:16 PM

Hi,

How do i remove the [Forum Last Post Threads Posts] colum from this mobile design?

Thanks!


All times are GMT. The time now is 03:00 AM.

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.02308 seconds
  • Memory Usage 1,853KB
  • 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_php_printable
  • (13)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