Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 4.x Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Forum Style - Mobile Style for vBulletin 4.0 Details »»
Forum Style - Mobile Style for vBulletin 4.0
Version: 1.0.3, by dartho dartho is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: 4.0.x Rating:
Released: 11-26-2009 Last Update: 08-10-2010 Installs: 408
Supported
 

** 25/08/2010 This style has been superceded by this one: https://vborg.vbsupport.ru/showthread.php?t=249277

However, you can run them both if you know you have older mobile phones accessing your site as they may be able to render this one better **





This is a port of my mobile style from 3.7/3.8 to 4.0.0.

It is a very cut back style with very low bandwidth usage which renders well on pretty much all small screen devices from old Nokias to new iPhones.

Currently it only supports forums/thread/posts/PMs. Recent vBulletin features such as Social Groups, Albums, Blogs are not supported (although they should still disaplyin a not-so-mobile-friendly way...)

Further customise this style with Mobile Style Options!
  • Supports viewing/posting/replying in forums
  • Supports Private Messaging
  • Supports Tags (viewing, not adding)
  • Supports Thread Prefixes
  • has an add-on product to customise here: Extend and Customise Mobile Style (It is recommended that you install this also, but not required)
  • Supports other stuff too ....

Version Control
1.0.0 - Initial Relase from 3.7
1.0.1 - Fixed issue with "Friendly URL's" not being compatible
1.0.2 - Updated version numbers to 4.0.99 (should cover all 4.0 releases with the "Out of date templates" messages. Removed Replacement Variables.
1.0.3 - Fixed known template bugs


Install Instructions
  1. Save wireless.css.txt to wireless.css and uppload to your forum root
  2. Save XML style file and install via AdminCP

Notes
  • To change style attributes, you need to edit the CSS file
  • Please leave copyright and the link as they are - it links to a very niche forum which is very ulikely to detract from or take members form your own.



As you were.

Download Now

File Type: txt wireless.css.txt (2.5 KB, 2759 views)
File Type: xml mobile-vbulletin-4.0.5-style.xml (92.8 KB, 1026 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 02-04-2010, 10:26 PM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"still" - there was a significant amount of work to upgrade this for vb4. I also have a new CSS file in the pipeline to pretty things up a little more without adding too much overheads
Reply With Quote
  #93  
Old 02-08-2010, 11:24 AM
Steelersfan Steelersfan is offline
 
Join Date: Aug 2005
Location: Maine
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey dartho, skin works great! Question though. Is there no "quote" option? Or am I missing it?
Reply With Quote
  #94  
Old 02-08-2010, 05:11 PM
testbot testbot is offline
 
Join Date: Feb 2009
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

didn't the old theme jump you to the newest post when you clicked on a thread? i would love to have that back. i already fixed the class_core so i guess the rest is in the forum display links or something?
Reply With Quote
  #95  
Old 02-08-2010, 09:01 PM
Gene Steinberg Gene Steinberg is offline
 
Join Date: Dec 2006
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I cannot import this style into a vBulletin 4.0.1 installation. Says something about a 4.0.99.

Peace,
Gene
Reply With Quote
  #96  
Old 02-08-2010, 09:06 PM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by testbot View Post
didn't the old theme jump you to the newest post when you clicked on a thread? i would love to have that back. i already fixed the class_core so i guess the rest is in the forum display links or something?
Edit the threadbit template, find:

HTML Code:
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>
and replace with

HTML Code:
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_newpost}, 'threadid', 'threadtitle'}" id="thread_gotonew_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>

Quote:
Originally Posted by Steelersfan
Hey dartho, skin works great! Question though. Is there no "quote" option? Or am I missing it?
Edit the newreply template and replace

HTML Code:
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:100%; height:100px">{vb:raw newpost.message}</textarea>
with
HTML Code:
<vb:comment><textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:100%; height:100px">{vb:raw newpost.message}</textarea></vb:comment>

{vb:raw messagearea}
Reply With Quote
  #97  
Old 02-08-2010, 09:07 PM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gene Steinberg View Post
Sorry, I cannot import this style into a vBulletin 4.0.1 installation. Says something about a 4.0.99.

Peace,
Gene
Choose to ignore version numbers when importing.
Reply With Quote
  #98  
Old 02-08-2010, 09:30 PM
Gene Steinberg Gene Steinberg is offline
 
Join Date: Dec 2006
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dartho View Post
Choose to ignore version numbers when importing.
I'll try that.

Peace,
Gene
Reply With Quote
  #99  
Old 02-08-2010, 09:41 PM
Gene Steinberg Gene Steinberg is offline
 
Join Date: Dec 2006
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dartho View Post
Choose to ignore version numbers when importing.
I tried that.

Installed the wireless.css file in the forum root. Installed the style and the plugin, and configured the plugin to use the Mobile style when connecting via a mobile device.

Doesn't seem to work that way on my iPhone. Is that not supported?

Peace,
Gene
Reply With Quote
  #100  
Old 02-08-2010, 10:15 PM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you made the style user selectable?
Reply With Quote
  #101  
Old 02-08-2010, 10:26 PM
Gene Steinberg Gene Steinberg is offline
 
Join Date: Dec 2006
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dartho View Post
Have you made the style user selectable?
Yes.

Check forum.rockoids.com and see for yourself.

Peace,
Gene
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:48 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05231 seconds
  • Memory Usage 2,343KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete