The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Mobile, Cell, Phone, PDA, iPhone Style Details »» | ||||||||||||||||||||
vBulletin 4.0 version here: https://vborg.vbsupport.ru/showthread.php?t=228986
A very cut back style with very low bandwidth usage which renders well on pretty much all small screen devices from old Nokias to new iPhones.
Notes
Release Information
Install Instructions
Show Your Support
|
Comments |
#542
|
|||
|
|||
Quote:
|
#543
|
||||
|
||||
Does this not work with the Mobile Device Detection mod? It seems to not switch styles from a mobile phone... as though I tell it "hey switch styles" and then the MDD says "Oh no you don't!"
Any way around this? |
#544
|
|||
|
|||
The Mobile Phone / iPhone / PDA Detection and Style Assignment modification forces the mobile style. There is no option to use anything else when using that mod.
|
#545
|
||||
|
||||
exactly what i was looking for... *w00t* :}
|
#546
|
||||
|
||||
dartho, awesome mobile interface.... BUT (there's always a but :} i want the blue to be gray/grey, checked the css but so far unable to find it. that will be all i want to alter.
|
#547
|
|||
|
|||
edit the wireless.css file and I think its the titlebg, windowbg and windowbg2 classes that you need to modify. try this as your wireless.css for a few ideas
Code:
body { background: #333333; color: #ffffff; font: 6pt verdana; margin: 0px; padding: 0px; } .header { background-color: #222222; color: #ffffff; size:3; } .titlebg, .titlebg a, .titlebg a:link, .titlebg a:visited { background-color: #444444; color: #000000; text-decoration: none; size:1; } .oldtitlebg, .oldtitlebg a, .oldtitlebg a:link, .oldtitlebg a:visited { background-color: #333333; color: #000000; text-decoration: none; size:1; } .newtitlebg, .newtitlebg a, .newtitlebg a:link, .newtitlebg a:visited { background-color: #222222; color: #C0C0C0; text-decoration: none; size:1; } .windowbg, .windowbg a, .windowbg a:link, .windowbg a:visited { background-color: #333333; color: #FFFFFF; size:1; } .newwindowbg, .newwindowbg a, .newwindowbg a:link, .newwindowbg a:visited { background-color: #333333; color: #FFFFFF; size:1; } .oldwindowbg, .oldwindowbg a, .oldwindowbg a:link, .oldwindowbg a:visited { background-color: #333333; color: #FFFFFF; size:1; } .windowbg2, .thread, .windowbg2 a, .windowbg2 a:link, .windowbg2 a:visited { background-color: #444444; color: #FFFFFF; size:1; } .Unreadwindowbg2, a:link.newwindowbg2, a:visited.newwindowbg2 { background-color: #333333; color: #000000; size:1; } .Oldwindowbg2, a:link.Oldwindowbg2, a:visited.Oldwindowbg2 { background-color: #444444; color: #000000; size:1; } .new, a:link.new, a:visited.new { background-color: #333333; color: #000000; size:1; } .thread_new, a:link.thread_new, a:visited.thread_new { background-color: #333333; color: #000000; size:1; } .thread_hot, a:link.thread_hot, a:visited.thread_hot { background-color: #333333; color: #000000; size:1; } .old, a:link.old, a:visited.old { background-color: #333333; color: #000000; size:1; } .navbar, a:link.navbar, a:visited.navbar { background-color: #333333; color: #FFFFFF; size:1; } .footer, a:link.footer, a:visited.footer { background-color: #333333; color: #FFFFFF; size:1; } .updated { color: #ff0000; size:1; } .quote { background-color: #666666; color: #000000; size:1; } .sticky { background-color: #666666; color: #FFFFFF; size:1; } .announce { background-color: #666666; color: #FFFFFF; size:1; } |
#548
|
||||
|
||||
Quote:
thanks. |
#549
|
||||
|
||||
Quote:
For the newbie coder (learning), WHERE would that html snippet be placed - somewhere in the xml code and then reuploaded, or in a specific section of the template under the mobile style? Thanks in advance..... |
#550
|
|||
|
|||
template you want an image to show (ie. header template)! You can alternatively allow all images to be displayed by removing all the replacement variables (located at the very bottom of the style options screen) in the mobile style
|
#551
|
||||
|
||||
Thanks Dartho - got it, and appreciate the patience for us self-learners....
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|