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 |
#142
|
||||
|
||||
@dartho: it's nice to see how this style has evolved ! :up:
Here are a few more suggestions:
|
#143
|
|||
|
|||
@RCK - Point 4 was taken care of in one of the recent versions.
At the moment, if a user is logged in they get a "New Posts" link, if they are not logged in, they get a Todays Posts link. It shouldn't be hard to have options in a 'companion product' for this style so that the navbars can be customised without template edits - good idea :up: "Mobile" is appended to the title on forum home, and forum/thread names are used in other pages (since last version I think?) I haven't yet got around to coding up a mobile search page - thus no links. If anyone has made modifications to templates/pages which they think would do well to be incorporated into this style, I'd be happy to have a look and implement them also if suitable.. |
#144
|
|||
|
|||
bug report:
space isn't working in opera mobile integrated in UIQ 3.0 (M600i / P990i / P1i / W950i / W960i) when typing in the quick reply box |
#145
|
|||
|
|||
Have you tried installing the latest version - 0.0.6 ? I think this was resolved there... maybe...
[Edit: sorry - re-read you post and realised you're probably talking about something different. Q. Does space work in the full style in the quick reply box from your device?] |
#146
|
|||
|
|||
try to download the latest version and it doesn't seems to be fixed, i've try to use my standard skin (vbseo skin) and the space character works normally, maybe a bug in the text area formatting?
btw, as an addition, maybe you should consider to include the skin selector in this skin in case some desktop users mis-select this skin and can't revert back to the standard one |
#147
|
|||
|
|||
Not sure how far wrong it can go... here's the code:
Code:
<div> <form action="newreply.php" method="post"> <textarea name="message" rows="10" cols="30" style="height:100px;width:100%" tabindex="1"> Posted via Mobile Device</textarea><br /> <input type="hidden" name="wysiwyg" value="0" /> <input type="hidden" name="fromquickreply" value="1" /> <input type="hidden" name="s" value="" /> <input type="hidden" name="do" value="postreply" /> <input type="hidden" name="t" value="$threadid" id="qr_threadid" /> <input type="hidden" name="p" value="who cares" id="qr_postid" /> <input type="hidden" name="parseurl" value="1" /> <input type="hidden" name="clickedelm" value="" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="submit" class="button" value="Post Reply" /> </form> </div> BTW - the code for style chooser is here: https://vborg.vbsupport.ru/showpost....&postcount=131 I haven't included it by default as I don't need or want it for my implementation of this style - I don;t allow my members to choose their own styles. I will however be releasing an add-on to go with this style in the future so options such as that can be turned on and off in the AdminCP |
#148
|
|||
|
|||
thanks for the tips, it works fine now by just removing that extra line and the text following it do you have any idea why that happen?
thanks for the style chooser code too, i appreciate that look forward for the additional add-on.. |
#149
|
|||
|
|||
no idea I'd guess Opera just didn't like the blank line. textareas are allowed to have default text in them... If you wished to keep the message there, perhaps try without the blank line?
|
#150
|
|||
|
|||
yes, the default text are okay, except the extra blank line causing space character trouble
|
#151
|
||||
|
||||
i upgraded my forum to 3.7 JUST to use this skin
and installed and it is working fast on my pda |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|