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.
Sorry, no I don't, but if its a case of images being wider than the screen and not scaling to how you want them, you can set a maximum image width in CSS - just add
Code:
img
{
max-width: 250px
}
to your additional CSS declaration in teh style properties and all images wider than 250px will be automatically scaled down to 250px wide...
the only problem with that is every image including buttons are using the img tag and they resize along. How can I define it only within posts per say? Thanks.
@ dartho: before the "posted from mobile device" i want at least 1 and maybe 2 line breaks, tried some code but does not seem to work, where can i edit that ?
(ps. the gal with the Curve resolved the issue on her side... un- and re-installed the browser, so everybody's happy.. tks.)
Edit the Mobile Device Thread Footer and Mobile Device Post Footer plugins and replace "\n". "[size=1][i]" with "\n\n\n". "[size=1][i]" (hint: \n = new line)
Edit the Mobile Device Thread Footer and Mobile Device Post Footer plugins and replace "\n". "[size=1][i]" with "\n\n\n". "[size=1][i]" (hint: \n = new line)
yea, found the earlier post where you mention this, but i'm not sure where to find Mobile Device Thread Footer and Mobile Device Post Footer plugins..
no, no other suggestion sflmkv. The max-width CSS tag will only change a width if it is greater than the specified width (250px in the example above) - all others won't be touched. A button is only about 100px and wouldn't be affected.
Rudeboy - you'll find the plugins that need editing in your AdminCP, "Plugins and Products", "Plugin Manager"
I'll look at the signature thing - signatures should be in there anyway even if not displayed with in the mobile style...
Great stuff dartho - clicked "installed" on DDDS, Mobile style and this add-on. I've quoted post #37 of this thread above. Did you ever find a way to show the user's signature when posting from a mobile device?