It adds options to your vBulletin Options for customizing:
Optionally adds links to default style (in footer or navbar)
Optionally add 'Posted Via Mobile' message to new posts/threads (message can be customised)
Optionally display "What's Going On" box in forum home
Optionally display Style Chooser in footer
Set 'Home' link URL (rather than editing templates)
Can hide mobile style from Style Chooser
More as suggested ....
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.
I cannot find these plugins: newreply_post_start and newthread_post_start
I have this mod, mobile style and detection installed. All are working properly. Can someone tell me where to find them?
Quote:
Originally Posted by dartho
Most of the options would not be compatible with other styles as my Mobile style is coded with this in mind. Which aspects did you wish to apply to your other mobile style?
Edit: Sorry - I jest re-read your post. You could do this by manually editing 2 plugins newreply_post_start and newthread_post_start
if (($styleid==$vbulletin->options['mo37_mobile_style']) && ($vbulletin->options['mo37_post_text'] != '')){
$vbulletin->GPC['message'] = $vbulletin->GPC['message'] . "\n".$vbulletin->options['mo37_post_text']."\n";
}
if ($styleid==XX) {
$vbulletin->GPC['message'] = $vbulletin->GPC['message'] . "\n". "Posted via iPhone" ."\n";
}
Change the XX to be the style ID of your iPhone style and "Posted via iPhone" to what ever message you want, or $vbulletin->options['mo37_post_text'] if you want the same message applied as from other mobile devices
First I want to thank you for this awesome config addon ... Got this working beautifully @ wap.serpents-guild.com
I was just wondering if you had any further info about disabling addons within the mobile options ... I've added several to teh main page but I just want to clean up the output ... no need for the mobile browser to load wowhead/wardb mouseover scripts and image resizer scripts
That depends a lot on the addon and how it's implemented. WHich addon's are you using - if you point me at them I can likely work out how to disable them for the mobile style...