vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   iPhone / iPod Touch Optimized Skin (https://vborg.vbsupport.ru/showthread.php?t=171947)

dartho 05-05-2009 02:27 AM

this style has been rehashed over here: https://vborg.vbsupport.ru/showthread.php?t=211438 and it is marked as 'Supported'

Oops - they've since removed the download and marked it as a "Paid Style" :confused:

paulf10 05-09-2009 11:37 PM

I have never done any work installing or working with VB skins, all my work is done within the admincp.
Excuse my "noob" questions, but i'd really appreciate the help!
I just installed this skin using the xml file, and its working fine. I've been looking around the server to try and find the folder which contains its resources (to modify and add images and such) and I can't find it. Could you guys tell me where is the skin installed and what is the folder called?

Also, in which templates are the parameters for the colour and general look and settings of the skin stored?

Thanks very much in advance!

JJ the Fox 05-10-2009 04:27 AM

n/m

CR_TurboGuy 05-11-2009 12:41 AM

Quote:

Originally Posted by dancue (Post 1804659)
I would like to know from you Turboguy how do I change that orange color you've got at the bottom of the forum? I'm thinking it's a background color because when I refresh the header is showing that same color before it gets to the green color it's supposed to have.

That's a attribute in one of the css sections. I don't remember exactly where, but you want to find the HTML color code for that orange. Unfortunately, I don't know the specific color code off the top of my head to search for to replace.

Quote:

Originally Posted by paulf10 (Post 1807753)
I have never done any work installing or working with VB skins, all my work is done within the admincp.
Excuse my "noob" questions, but i'd really appreciate the help!
I just installed this skin using the xml file, and its working fine. I've been looking around the server to try and find the folder which contains its resources (to modify and add images and such) and I can't find it. Could you guys tell me where is the skin installed and what is the folder called?

Also, in which templates are the parameters for the colour and general look and settings of the skin stored?

Thanks very much in advance!

This skin doesn't install into a 'folder' per se. It becomes another style. To change most of the items, you'll need to go the edit template portion of the AdminCP and edit the templates for this style.

--JOsh

CR_TurboGuy 05-11-2009 01:29 AM

Ok, after diffing my version w/ the original, it looks like it's color #FF6600 you need to search for in the XML. Or you should be able to go into the 'Main CSS' editor option for the style, scroll to the bottom, and they are defined in the 'Additional CSS Definitions' area. You're looking for the '.mobiletitle', and '.mobiletitlebottom' sections. You should see the color definition there. Change that to be what you want. The other place that color is defined is in the 'Buttons' section of the CSS style, you'll probably want to change it there as well. Hope that helps.

--JOsh

dancue 05-11-2009 11:26 AM

Thank you TurboGuy. I had figured it out shortly afterwards.

paulf10 05-12-2009 11:11 PM

Quote:

Originally Posted by CR_TurboGuy (Post 1808337)
This skin doesn't install into a 'folder' per se. It becomes another style. To change most of the items, you'll need to go the edit template portion of the AdminCP and edit the templates for this style.

Thanks :)

http://img156.imageshack.us/img156/4355/picture1dfa.png
-i can't figure out how to change the background colour of the area pictured above. I haven't found it in the same spot where i changed the font colour and such.


thanks!

Torsie24 05-29-2009 01:43 PM

Great style!

dead_killer 06-16-2009 12:24 PM

i got a quick question is there a way to make it automatically switch to this skin without having to select it when someone logs on from a mobile or an iphone

MSC James 06-16-2009 09:42 PM

Quote:

Originally Posted by dead_killer (Post 1830658)
i got a quick question is there a way to make it automatically switch to this skin without having to select it when someone logs on from a mobile or an iphone

Assuming the iPhone supports JavaScript redirects (hopefully it does but I dont have one to test), this should help

Edit the template of your normal navbar template with the following (if you already have his detector javascript in there, remove it).

Code:

<script type="text/javascript">
    if ((navigator.userAgent.indexOf('iPhone') != -1) ||
    (navigator.userAgent.indexOf('iPod') != -1)) {
        window.location.href = "$_SERVER[PHP_SELF]?<if condition="$_SERVER['QUERY_STRING']">$_SERVER[QUERY_STRING]&</if>styleid=XX";
    }
</script>

Replace XX with the iPhone styleID


All times are GMT. The time now is 06:29 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.01401 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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