Wireless Device Support: Difference between revisions From Online Manual

Jump to: navigation, search
m (1 revision)
 
(11 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Some mobile devices have the ability to connect to the internet (using GPRS, 1X, HSDPA, etc.); however, mobile devices are most often not equipped with advanced browsers like desktop computers. Therefore, only a limited set of HTML is supported, defined by several mobile internet protocols. SMF supports three protocols commonly used by wireless devices: WAP, WAP 2, and i-mode.
{{TOCright}}
==Accessing Your SMF Forum with a Mobile Device==
 
There are several ways you can use your mobile device to access any SMF-powered forum.
 
Most recent smartphones already include advanced browsers capable of rendering SMF pages as they would appear on any computer. SMF 2.1 ships with a responsive theme (Curve2) that automatically adjusts the layout to the width of the screen in use, meaning that you do not have to zoom in and out.
 
==Legacy Mobile Access==
 
Some mobile devices, while able to access the internet (for example, using GPRS), are not equipped with advanced browsers (and in some cases not even a colour screen!). In such cases, only a limited set of HTML is supported, defined by several mobile internet protocols. SMF supports three protocols commonly used by wireless devices: WAP, WAP 2, and i-mode, which are explained below:
 
===Feature Support===


'''Feature Support'''
The following features are supported:
The following features are supported:
<table class="bbc_table"><tr><td>Feature</td><td>WAP</td><td>WAP 2</td><td>I-mode</td></tr><tr><td>Display boards and categories</td><td>SMF 1.0+</td><td>SMF 1.0+</td><td>SMF 1.0+</td></tr><tr><td>Display topics and posts</td><td>SMF 1.0+</td><td>SMF 1.0+</td><td>SMF 1.0+</td></tr><tr><td>Login and logout</td><td>&nbsp;  -</td><td>SMF 1.0+</td><td>SMF 1.0+</td></tr><tr><td>Distinguish new/read topics</td><td>&nbsp;  -</td><td>SMF 1.0+</td><td>SMF 1.0+</td></tr><tr><td>Create and [[Reply]] to topics</td><td>&nbsp;  -</td><td>SMF 1.0+</td><td>SMF 1.0+</td></tr><tr><td>Read and send personal messages</td><td>&nbsp;  -</td><td>SMF 1.1+</td><td>SMF 1.1+</td></tr><tr><td>View unread posts since last visit</td><td>&nbsp;  -</td><td>SMF 1.1+</td><td>SMF 1.1+</td></tr><tr><td>View new replies to your posts</td><td>&nbsp;  -</td><td>SMF 1.1+</td><td>SMF 1.1+</td></tr></table>
{|
|-
!Feature
!WAP
!WAP 2
!I-mode
|-
|Display boards and categories
|SMF 1.0+
|SMF 1.0+
|SMF 1.0+
|-
|Display topics and posts
|SMF 1.0+
|SMF 1.0+
|SMF 1.0+
|-
|Login and logout
-
|SMF 1.0+
|SMF 1.0+
|-
|Distinguish new/read topics
-
|SMF 1.0+
|SMF 1.0+
|-
|Create and reply to topics
-
|SMF 1.0+
|SMF 1.0+
|-
|Read and send personal messages
-
|SMF 1.1+
|SMF 1.1+
|-
|View unread posts since last visit
-
|SMF 1.1+
|SMF 1.1+
|-
|View new replies to your posts
-
|SMF 1.1+
|SMF 1.1+
|}
Please consult the manual for your wireless device to see which protocol or protocols it supports.
Please consult the manual for your wireless device to see which protocol or protocols it supports.


'''Usage'''
===Usage===
SMF&#039;s support of wireless protocols is always enabled unless the [[Forum]] code is modified. The WAP, WAP 2, and i-mode protocols can be accessed by adding ?wap, ?wap2, or ?imode respectively to the forum&#039;s URL. For example:
 
<ul class="bbc_list"><li type="disc">http://www.simplemachines.org/community/index.php?wap</li><li type="disc">http://www.simplemachines.org/community/index.php?wap2</li><li type="disc">http://www.simplemachines.org/community/index.php?imode </li></ul>
SMF's support of wireless protocols is always enabled unless the forum code is modified. The WAP, WAP 2, and i-mode protocols can be accessed by adding ?wap, ?wap2, or ?imode respectively at the end of the forum's URL. For example:
As of SMF 1.1 an automatic detection of the protocol is attempted. Entering a [[Forum]] URL without any parameters should be sufficient to show the [[Forum]] in the proper protocol.
 
*http://www.simplemachines.org/community/index.php?wap
*http://www.simplemachines.org/community/index.php?wap2
*http://www.simplemachines.org/community/index.php?imode
 
As of SMF 1.1 an automatic detection of the protocol is attempted. Entering a forum URL without any parameters should be sufficient to show the forum in the proper protocol.


If you are interested in modifying the above functionality of your installation of SMF, the sub templates used for the above wireless protocols are located in the Wireless template.
If you are interested in modifying the above functionality of your installation of SMF, the sub templates used for the above wireless protocols are located in the Wireless template.
[[Category:FAQ]]

Latest revision as of 23:24, 29 March 2015

Accessing Your SMF Forum with a Mobile Device

There are several ways you can use your mobile device to access any SMF-powered forum.

Most recent smartphones already include advanced browsers capable of rendering SMF pages as they would appear on any computer. SMF 2.1 ships with a responsive theme (Curve2) that automatically adjusts the layout to the width of the screen in use, meaning that you do not have to zoom in and out.

Legacy Mobile Access

Some mobile devices, while able to access the internet (for example, using GPRS), are not equipped with advanced browsers (and in some cases not even a colour screen!). In such cases, only a limited set of HTML is supported, defined by several mobile internet protocols. SMF supports three protocols commonly used by wireless devices: WAP, WAP 2, and i-mode, which are explained below:

Feature Support

The following features are supported:

Feature WAP WAP 2 I-mode
Display boards and categories SMF 1.0+ SMF 1.0+ SMF 1.0+
Display topics and posts SMF 1.0+ SMF 1.0+ SMF 1.0+
Login and logout - SMF 1.0+ SMF 1.0+
Distinguish new/read topics - SMF 1.0+ SMF 1.0+
Create and reply to topics - SMF 1.0+ SMF 1.0+
Read and send personal messages - SMF 1.1+ SMF 1.1+
View unread posts since last visit - SMF 1.1+ SMF 1.1+
View new replies to your posts - SMF 1.1+ SMF 1.1+

Please consult the manual for your wireless device to see which protocol or protocols it supports.

Usage

SMF's support of wireless protocols is always enabled unless the forum code is modified. The WAP, WAP 2, and i-mode protocols can be accessed by adding ?wap, ?wap2, or ?imode respectively at the end of the forum's URL. For example:

As of SMF 1.1 an automatic detection of the protocol is attempted. Entering a forum URL without any parameters should be sufficient to show the forum in the proper protocol.

If you are interested in modifying the above functionality of your installation of SMF, the sub templates used for the above wireless protocols are located in the Wireless template.



Advertisement: