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
  #232  
Old 05-27-2010, 10:02 PM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There's a few things which I need to update in here - check here for the jump to last : https://vborg.vbsupport.ru/showthrea...89#post1977789

I;ll get back to you on the others, "report" is easy enough. Infract may not be
Reply With Quote
  #233  
Old 05-28-2010, 12:59 PM
jmwking jmwking is offline
 
Join Date: Feb 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dartho View Post
There's a few things which I need to update in here - check here for the jump to last : https://vborg.vbsupport.ru/showthrea...89#post1977789

I;ll get back to you on the others, "report" is easy enough. Infract may not be
Thanks.

If I manually add (board)/infraction.php?do=report&p=x to the url, I was able to give an infraction to post x. It can work at some level.

It wasn't pretty, though: after submitting the infraction, it remained on the same "give infraction" page so I couldn't really be sure it worked. When I navigated back to the page, though, the post did have the infraction.

-jk
Reply With Quote
  #234  
Old 06-01-2010, 01:05 PM
jmwking jmwking is offline
 
Join Date: Feb 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm adding a bit of functionality back to this very useful style, building for a smart phone with a larger screen - i.e., iphone, blackberry, or android.

I pulled language from the default postbit template, trimed it down, and added to the mobile postbit template. I thought I'd document my efforts here if anyone else wanted to use them.

Issue infraction or warning:
Code:
<vb:if condition="$show['infractionlink']"><a href="infraction.php?{vb:raw session.sessionurl}do=report&amp;p={vb:raw post.postid}">[Infract]</vb:if>
Show received infraction or warning:
Code:
<vb:if condition="$show['redcard']"><a href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}">[Red]</a>

<vb:elseif condition="$show['yellowcard']" /><a href="infraction.php?{vb:raw session.sessionurl}do=view&amp;p={vb:raw post.postid}">[Yellow]</a></vb:if>
Report post:
Code:
<vb:if condition="$post['reportlink']"><a href="{vb:raw post.reportlink}">[Report]</a></vb:if>

I still need to work on the infraction page itself - it won't show that the infraction actually gets issued, though it does issue it.

Continuing my documentation, I added a "view deleted thread" link in threadbit_deleted:

Code:
<vb:if condition="$show['viewthread']"><a href="showthread.php?{vb:raw thread.threadid}">[{vb:rawphrase view}]</a></vb:if>
-jk
Reply With Quote
  #235  
Old 06-02-2010, 10:00 AM
FractalizeR's Avatar
FractalizeR FractalizeR is offline
 
Join Date: Oct 2005
Location: Russia, Moscow
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you post resulting xml file with complete style? I want it upgraded too
Reply With Quote
  #236  
Old 06-03-2010, 02:41 AM
jmwking jmwking is offline
 
Join Date: Feb 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FractalizeR View Post
Can you post resulting xml file with complete style? I want it upgraded too
I'll be happy to share when I'm mostly done with it, but I'm not sure it would be proper. I think I'd like to get an OK from the original poster first, and add a large caveat that I'm new at this stuff.

-jk
Reply With Quote
  #237  
Old 06-03-2010, 06:52 AM
FractalizeR's Avatar
FractalizeR FractalizeR is offline
 
Join Date: Oct 2005
Location: Russia, Moscow
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok waiting for it BTW, did you fix "Mark posts as read" link?
Reply With Quote
  #238  
Old 06-03-2010, 09:16 AM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fract - Did you see my reply to your post on this here https://vborg.vbsupport.ru/showpost....&postcount=212

This and otehr fixes/updates will be incorporated in a future release, but jmwking's additions may not.

However, jmwking is welcome to post attachments in this thread, these of course won't get updated as this style does. If I work on templates associated with these edits, then that's another story - but I don;t have plans to in the immediate future.

Best bet is to summarise all your edits in a single post (go back and re-edit it) and I"ll add a link to it in the first post for those that are interested.
Reply With Quote
  #239  
Old 06-03-2010, 05:42 PM
texasteamplayer's Avatar
texasteamplayer texasteamplayer is offline
 
Join Date: Jan 2010
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sideblock everywhere mod pushes sideblock into this when viewing profile and other pages (groups, I think as well). come to my forum and see.
Reply With Quote
  #240  
Old 06-03-2010, 09:19 PM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

could you link me to the mod?
Reply With Quote
  #241  
Old 06-03-2010, 09:27 PM
Boots Boots is offline
 
Join Date: Dec 2004
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This may have been mentioned already but how about a quote feature
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 03:41 AM.


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.05326 seconds
  • Memory Usage 2,341KB
  • Queries Executed 26 (?)
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_code
  • (2)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
  • (2)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_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