The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Extend and Customise "Mobile" Style Options Details »» | ||||||||||||||||||||||
Extend and Customise "Mobile" Style Options
Developer Last Online: Oct 2023
This is an add-on for (and thus requires) the Mobile, Cell, Phone, PDA, iPhone Style.
It adds options to your vBulletin Options for customizing:
Install the latest Mobile style (should have same version number as this addon, but may have a different alpha char on end of version number) Install this add-on and set your options Version History 0.0.1 Initial Release 0.0.2 Can't remember what change I made 0.0.3 Added ability to Hide mobile style from style chooser Fixed bug in display 'Posted by..' message 0.0.10 Synchonised the version number to be the same as the Mobile style version Added ability to customise link names Added option to append USERAGENT string to new posts YOU WILL NEED TO UPDATE TO VERSION 0.0.10 OF THE MOBILE STYLE 0.0.10a Added section where you can input PHP code to disable some add-ons which you do not wish to run under the mobile style. 0.0.10b Fixed possibly HTML injection vulnerability. *This will not work with other styles - it requires Mobile, Cell, Phone, PDA, iPhone Style to be installed! Show Your Support
|
Comments |
#62
|
||||
|
||||
Okies.
Our Blackberry users, are fine. Says Posted From Mobile in their posts... IPhone users, doesnt say anything ( apologies if im a bit thick lol ) What do I need to do, to amend this please? |
#63
|
|||
|
|||
OK - you use different styles for blackberry and iPhone users. A little plugin editing should be able to work around this.
edit both the Mobile Device Thread Footer and Mobile Device Post Footer plugins and change Code:
if (($styleid==$vbulletin->options['mo37_mobile_style']) && ($vbulletin->options['mo37_post_text'] != '')) Code:
if (($styleid==xx)||($styleid==$vbulletin->options['mo37_mobile_style']) && ($vbulletin->options['mo37_post_text'] != '')) (untested ) |
#64
|
|||
|
|||
Finaly it's work
after upgrade to 3.7.3 Done ^^ thanks |
#65
|
|||
|
|||
So is there any way to only allow certain user groups use a mobile style? I understand we can hide it from the list but it's still user selectable.
3.5 ver https://vborg.vbsupport.ru/showthread.php?t=95910 thanks |
#66
|
|||
|
|||
Punchbowl - Have you tried that product? Posts in the thread say it works with 3.7.2 ...
|
#67
|
|||
|
|||
I see the "Mobile post text" attached to the bottom of my posts. But I don't see "Mobile Style Page Title?" anywhere nor do I see the link from "Add a link to the default style?" whether I set header or footer.
Thanks for the tip on Replacement Variables though, at least I can see images on my iPhone now. |
#68
|
|||
|
|||
Can you let me know your site (PM if you don;t want public) so I can have a look?
|
#69
|
|||
|
|||
Quote:
Note I'm running 3.6.x so it complains on install, need to check the ignore version box, it works fine for me on this older version. Fantastic plugin/style. I've struggled with various mobile skins / plugins and never found one that worked the way I wanted until now. I did still tweak the replacement variables so I can view images in mobile mode and tweaked some threadbit templates to add "New" before threads with new posts and indent the "by: user" line below the thread title. Oh and thanks for the quick response here too. Marking installed. Highest rating. Great job. |
#70
|
||||
|
||||
Installed and working, thanks dude.-
|
#71
|
||||
|
||||
I got it working but I'm not quite pleased how it looks.
It looks like this: ========================== Test post. Wirelessly posted (BlackBerry8300/4.2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102) ========================== But I want it to look like this, with the UA on top and a space before the actual post: ========================== Wirelessly posted (BlackBerry8300/4.2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102) Test post. ========================== How can I achieve this look? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|