The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
WAP Plugin BETA Details »» | |||||||||||||||||||||||||
WAP Plugin
BETA By 007pig at vBulletin Chinese What is the product for? WAP is a highly demanded feature of the Chinese customers so I write the plugin. The plugin is for any vB forums which would like their members browsing them with mobile device. It is able to detect mobile device correctly and provide narrow page output for mobile. Currently there's only a style for WAP 2.0 devices, that means the plugin doesn't support WAP 1.x/WML device now. History Nov 14, 2005 Beta -- Initial release Installation 1. Unzip. 2. Upload and import the product "product-wap-en.xml". 3. Upload and import the style "vbulletin-style-wap.xml". Remember to select NO for "Allow User Selection". 4. Go to "vBulletin Settings" -> "WAP settings" and change "Default WAP 2.0 Style" to "WAP 2.0". 5. Browse your vB forum with your mobile. TODO Create a new style for WML 1.x device. Please click Install if you have installed this mod. Supporters / CoAuthors Show Your Support
|
Comments |
#62
|
||||
|
||||
Quote:
|
#63
|
||||
|
||||
Whats the difference between wap1 and wap2??? Curious LOL
|
#64
|
|||
|
|||
Quote:
|
#65
|
||||
|
||||
i have one problem when i log on through my phone to view the site i get this message about " in order to accept post request originating from this domain, the admin must add this domain to the white list" now what domain do i use ? my site or the cell phone?.... :ermm:
thanks in advance. |
#66
|
|||
|
|||
works great thanks!
|
#67
|
||||
|
||||
Quote:
Quote:
Quote:
|
#68
|
||||
|
||||
I got a MySQL error message until I completed this step:
4. Go to "vBulletin Settings" -> "WAP settings" and change "Default WAP 2.0 Style" to "WAP 2.0". |
#69
|
|||
|
|||
Quote:
Quote:
|
#70
|
||||
|
||||
is there also a palm plugin ?
|
#71
|
||||
|
||||
I've been customizing this style quite a bit.
* I removed the $forum[description] code from all four threadbit templates. * I went ahead and deleted the entire Quick Reply section from SHOWTHREAD since I can't imagine that working on WAP2. * I did add this to my postbit between the </if> and the <hr /> so I can edit (it uses advanced edit instead of trying to do quickedit) my and other posts on the road: HTML Code:
<if condition="$post['editlink']"></if><if condition="$post['editlink']"> | <a href="$post[editlink]">$vbphrase[edit_delete_message]</a></if> HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$vboptions[bbtitle] - $vbphrase[edit_post]</title> </head> <body$onload> $header $navbar $postpreview <form name="vbform" action="editpost.php" method="post"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0"> <tr> <td class="panelsurround"> <div class="panel"> <div align="$stylevar[left]"> $usernamecode <!-- edit reason field --> <div class="smallfont" style="margin-bottom:$stylevar[formspacer]px"> <div>$vbphrase[reason_for_editing]:</div> <div><input type="text" class="bginput" name="reason" value="$newpost[reason]" size="20" maxlength="200" tabindex="1" title="$vbphrase[optional]" /></div> </div> <!-- / edit reason field --> <!-- subject field --> <table cellpadding="0" cellspacing="0" border="0" style="margin-bottom:$stylevar[formspacer]px"> <tr> <td class="smallfont" colspan="3">$vbphrase[title]:</td> </tr> <tr> <td><input type="text" class="bginput" name="title" value="$title" size="20" maxlength="85" tabindex="1" title="$vbphrase[optional]" /></td> <td> </td> <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td> </tr> </table> <!-- / subject field --> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> <!-- message area --> <div class="smallfont"><phrase 1="member.php?$session[sessionurl]u=$postinfo[userid]" 2="$postinfo[username]" 3="$postinfo[postdate]" 4="$postinfo[posttime]">$vbphrase[message_by_x_on_y_at_z]</phrase>:</div> $messagearea <!-- / message area --> </td> </tr> </table> </div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="updatepost" /> <input type="hidden" name="p" value="$postid" /> <input type="hidden" name="posthash" value="$posthash" /> <input type="hidden" name="poststarttime" value="$poststarttime" /> <input type="submit" class="button" name="sbutton" id="{$editorid}_save" value="$vbphrase[save_changes]" accesskey="s" tabindex="1" /> <input type="submit" class="button" name="preview" value="$vbphrase[preview_changes]" accesskey="p" tabindex="1" /> </div> </td> </tr> </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0"> <tbody id="collapseobj_newpost_options" style="$vbcollapse[collapseobj_newpost_options]"> <tr valign="top"> <td class="panelsurround" align="center"> <div class="panel"> <div align="$stylevar[left]"> <fieldset class="fieldset"> <legend>$vbphrase[miscellaneous_options]</legend> <div style="padding:$stylevar[formspacer]px"> <if condition="$bbuserinfo['signature'] != ''"><div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" $checked[signature] />$vbphrase[show_your_signature]</label></div></if> <if condition="$show['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if> $disablesmiliesoption </div> </fieldset> $threadmanagement </div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <input type="submit" class="button" name="sbutton" value="$vbphrase[save_changes]" accesskey="s" tabindex="1" /> <input type="submit" class="button" name="preview" value="$vbphrase[preview_changes]" accesskey="p" tabindex="1" /> </div> </td> </tr> </tbody> </table> </form> <br /> $footer </body> </html> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|