The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android) Details »» | |||||||||||||||||||||||||||||||||||||
Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android)
Developer Last Online: Oct 2023
A lightweight *forum only style aimed at small screen devices such as Windows Smartphones, Nokias and even iPhones. It has VERY low bandwidth requirements - 15 times less on my site - 20K as opposed to 300K for forumhome.
*forum only - I have done a very small amount of rough work on CMS templates, a simple single column CMS *could* be created to work with this style without too much effort. However I am not sure if you can have a different CMS layout dependent on which style you are using? This is an update to the mobile style I have previously released. The changes are predominantly aesthetic to take advantage of larger screens. It is also much easier to change colour schemes by editing the commented CSS file. Demo: http://vbdev.org/forum.php?styleid=7 This is a a lightweight style and as such has much reduced functionality/information over the default vBulletin style. Install instructions:
1.0.0 - 25 AUG 2010 - Initial Release on vBulletin.orgBranding Free: The style is free to use. However I ask that you keep links in the footer. If you want to remove them - send me a donation of an amount you can afford, or that you think is fair/reasonable, it's up to you how much. Download Now
Screenshots
Show Your Support
|
15 благодарности(ей) от: | ||
akool, BlueCheri, Bounce, CAG CheechDogg, ejup2009, Filgga, Hostboard, James Argo, jramos1973, K4GAP, Muniesa, Sayid, too_cool_3 |
Comments |
#282
|
|||
|
|||
Dartho,
I'm having the same issue as BadgerDog in post #272 on the images extending out to the right side and I'm also using Seven Skins image resizer. Is there a fix in this style to make it so images stay within screensize? Also, any update on CMS page compatibility? How do I get rid of the sidebar in CMS page? Also, on my CMS page, there is a dark grey background making it hard to read black text. How do I change that color to white? Thanks for a awesome mobile style! |
#283
|
|||
|
|||
Well I sort of fixed my CMS page to look a little better. I got rid of the sidebar and widened the article area by editing these settings in the mobile style templates under vbcms.css. I set the r40 to 0px and the 160 to like 98%. I'm sure this is the wrong way to fix this issue but it's a temporary bandaid.
Quote:
The only thing left would be the images being re-sized smaller. |
#284
|
|||
|
|||
Quote:
Code:
@media screen and (max-device-width: 480px){ img{ max-width:100%; height:auto; } } Also, adding this will automatically hide the toolbar on iPhones: Code:
window.addEventListener('load', function() { setTimeout(scrollTo, 0, 0, 1); }, false); (or, can you give me a pointer where to add these myself?) |
#285
|
||||
|
||||
I tried searching without getting a good post, looked through 39 posts and didn't find the answer.
My users have to scroll through all the pages to get to the last post. I personally just click on the title and it takes me to the last post, and ideas what might be causing it for them? |
#286
|
||||
|
||||
Quote:
Thanks! EDIT: I would also like to disable this mod in my lightweight style, but I have no idea how to do that. Can you please help me with that? I attach the product xml for it. Thank you so much! Attachment 126367 |
#287
|
|||
|
|||
Try entering in the code:
Code:
$vbulletin->options['modsettings_global_modsystem']=0; |
#288
|
||||
|
||||
Quote:
The only other issue is that my image thumbnails are really way too big for this style. Is there a way I can re-size them forum-wide for this style only? |
#289
|
|||
|
|||
dartho - after upgrading to 4.12
Can you fix the online users. It just shows array, changes were made to forumhome whos online. Also when i click on a thread it redirects to a www instead of m. link. Anyway to fix that. (i uses assign a style to m.domain.com? edit: Looks like if this is set to yes it causes the problem. I try No and it works fine but then some of my addons don't display correctly. Always use Forum URL as Base Path yes or no (any way to bypass this in your style) |
#290
|
|||
|
|||
dartho
I ended up setting Always use Forum URL as Base Path to no then opening headerinclude for my main skins and change this code Code:
<base href="{vb:raw basepath}" /> This worked, let me know if you have any better way of doing this. Just need the who is online fixed if possible. |
#291
|
|||
|
|||
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|