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 |
#282
|
||||
|
||||
when you say fully phrased you mean the style has it's own set of phrases now?
|
#283
|
|||
|
|||
Can I get some help preventing vBAdvanced modules from showing for the mobile style? I have all my pages integrated with vBA and I keep getting moduleson the left side on the mobile pages.
Note - I've searched this thread and read the whole thing but haven't found a good answer. Thanks! |
#284
|
|||
|
|||
@ Fireproof - Same CSS - no changes there
@tpearl5 - no it's using all vbulletin default phrases @cygy2k - do you have a link to the hack installed to integrate vbadvanced on all pages? If I can have a look at that, I can probably help. Otherwise I'd need access to you admincp |
#285
|
||||
|
||||
Can and if so how do you move the login box to the top.:erm:
Saves scrolling on a phone and some users are not seeing it and thinking they cant login Edit cancel that sussed it Find in footer HTML Code:
<if condition="$show['member']"> <div class="navbar"> <a class="navbar" href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]"> $vbphrase[log_out]</a> <a class="navbar" href="search.php$session[sessionurl_q]">$vbphrase[search]</a> <if condition="$vbulletin->options['mo37_default_style_link']==2"> <a class="navbar" href="{$vbulletin->options['mo37_navbar_home']}?$session[sessionurl]styleid={$vbulletin->options['mo37_default_style']}">$vbulletin->options['mo37_default_link']</a> </if> </div> <else /> <form action="login.php?do=login" method="post"> <div> <label for="navbar_username">$vbphrase[username]</label> <input type="text" class="windowbg" size="10" name="vb_login_username" id="navbar_username" accesskey="1" /><br /> <label for="navbar_password">$vbphrase[password]</label> <input type="password" class="windowbg" size="10" name="vb_login_password" id="navbar_password" accesskey="2" /><input type="checkbox" name="cookieuser" value="1" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="submit" class="button" value="$vbphrase[log_in]" title="$vbphrase[enter_username_to_login_or_register]" accesskey="3" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </div></form> </if> Looks much better IMHO |
#286
|
||||
|
||||
Quote:
I put up the iphone style (modified) for the iphone on my site. Would be nice if i could enable both. |
#287
|
|||
|
|||
The way I have it integrated is just in vBAdvanced where you can select the pages for it to integrate with. If you don't use vBA, I can give you AdminCP login info to see how it works.
Thanks so much for supporting this great style! |
#288
|
|||
|
|||
PM me some login & site details - i'll need style manager admin access
May not do till tomorrow though |
#289
|
|||
|
|||
is it possible to make a php include in the skin?
For example with the help of hooks in global start |
#290
|
|||
|
|||
You can't include PHP in the style itself, but you can use plugins to execute PHP script as you've suggested with plugins on global_start
|
#291
|
|||
|
|||
Updated to version 0.0.10a
Fixed small bug in Footer template which may affect those who use the "extend Mobile Style" add-on in conjunction with this style who choose to include a link to the default style in the footer. To manually correct bug, edit your footer template and replace Code:
<a class="navbar" href="{$vbulletin->options['mo37_navbar_home']}?$session[sessionurl]styleid={$vbulletin->options['mo37_default_style']}">$vbulletin->options['mo37_default_link']</a> Code:
<a class="navbar" href="{$vbulletin->options['mo37_navbar_home']}?$session[sessionurl]styleid={$vbulletin->options['mo37_default_style']}">{$vbulletin->options['mo37_default_link']}</a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|