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 |
#1102
|
|||
|
|||
Yeah, I can't seem to get the image to insert into the body of the message after it's uploaded...
|
#1103
|
|||
|
|||
I've had a bit of a look, and I don't think there is any easy way to do that without bringing in the full ckeditor ...
|
#1104
|
|||
|
|||
Quote:
On another note, I've noticed that line breaks aren't preserved when quoting. Any fix for that aside from disabling the WYSIWYG editor? |
#1105
|
|||
|
|||
Ok you need to create a new plugin at newreply_start. I called mine Line Break Fix which helped me locate it years later.
Add this code: PHP Code:
|
Благодарность от: | ||
tbworld |
#1106
|
|||
|
|||
I saw your earlier post about that, and it works... but then my checkbox for AME convert URLs to videos doesn't show up because it kills the newpost_disablesmilies hook.
|
#1107
|
|||
|
|||
That's a weird one....I don't have any AME options showing anywhere (although I do use AME) so haven't run into this.
I can't understand why it would affect code run at another hook. It's just an if conditional, which is closed off. So whether it returns true or false, it ought not to affect any other hooks. Could it be that the AME checkbox only shows on the WYSIWYG? That would explain it, as you've turned the WYSIWIG off with my code.....though only in the mobile style. Shouldn't affect a normal style. Slightly baffled, I'm afraid. |
#1108
|
|||
|
|||
Quote:
I'm working on trying to change it to something else, like attachments... maybe you could help. Like this code here works, but I want it to show up after the attachments box, not before it... which is what it currently does. (note newpost_attachment was newpost_disablesmilies until I changed it). Code:
hook: parse_templates if ($vbulletin->templatecache['newpost_attachment']) { require_once(DIR . '/includes/ame_prep.php'); $ame = new AME_editor_prep($vbulletin, THIS_SCRIPT); $ame->add_template_injection( array( 'type' => 'cache', 'name' => 'newpost_attachment', 'search' => '$final_rendered = \'', 'replace' => '$final_rendered = \'<li><label for="cb_parseame"><input type="checkbox" name="parseame" value="1" id="cb_parseame" tabindex="1" %2$s /> \' . vB_Template_Runtime::parsePhrase("ame_auto_convert") . \'</label><input type="hidden" name="parseame_check" value="1" /><input type="hidden" name="parseame_wasdisabled" value="%1$d" /></li>' ) ); $ame->do_template_injections(); } |
#1109
|
|||
|
|||
nevermind, didn't work correctly.
|
#1110
|
|||
|
|||
dartho....
Trying to PM you about hiring you for a custom version of this skin but your PM box is full. Can you contact me with a way I can get a message to you? D. |
#1111
|
|||
|
|||
Try again!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|