The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
iPhone / iPod Touch Optimized Skin Details »» | |||||||||||||||||||||||||
If you use my style, please click "Mark as Installed" in the Mod Information box -->
I made this Skin based on www.elforro.com colors and it has hardcoded CSS; so you would need to change some CSS values to match your forum style. Many people ask me to share the style, so I did my best to make it as "default" as I could. I spent a lot of time working on this skin, so if you decide to use it on your forums, PLEASE leave the "Design by:" legend. (it's only at the bottom) Demo: http://www.elforro.com/index.php?styleid=15 ( or go to www.elforro.com from your iPod / iPhone and click on the legend for the Optimized Skin ) ------- To show a message to all your iPod / iPhone users, you just need to add something like this in your navbar template (in your default style) PHP Code:
-------- Screenshots: (Below the post) You have to upload (and change the color/hue maybe) 4 PNG images in images/misc/ folder (included in the ZIP). Please keep all of my copyright info in this style. Please do NOT redistibute this style on any other sites! (It's free!) Or... Want to donate something? Paypal me at: sarceda@fibertel.com.ar :P Show Your Support
|
Comments |
#232
|
|||
|
|||
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" |
#233
|
|||
|
|||
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! |
#234
|
|||
|
|||
n/m
|
#235
|
|||
|
|||
Quote:
Quote:
--JOsh |
#236
|
|||
|
|||
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 |
#237
|
|||
|
|||
Thank you TurboGuy. I had figured it out shortly afterwards.
|
#238
|
|||
|
|||
Quote:
-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! |
#239
|
|||
|
|||
Great style!
|
#240
|
|||
|
|||
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
|
#241
|
||||
|
||||
Quote:
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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|