vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   WAP Plugin BETA (https://vborg.vbsupport.ru/showthread.php?t=100764)

feldon23 12-19-2005 06:19 PM

Quote:

Originally Posted by Phlex
is there also a palm plugin ?

Have you tried visiting your forum with this style on your Palm? What happens?

cd1986 12-20-2005 01:37 AM

Seems to be working well with Openwave Phone Simulator - i like it a lot better than the nokia mobile browser.

Nice hack - hope it can be developed further. :)

fly 12-31-2005 06:14 PM

Quote:

Originally Posted by feldon23
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>
* and I have stripped down editpost considerably:

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>&nbsp;&nbsp;</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>

I could see editing threadbit to manually include a &perpage=5 just to keep download sizes under control.

sweet. Please let us know about any changes you make. :cool:

Mukashi 12-31-2005 09:38 PM

Would there be any chance of you making your edited styled available for download, feldon?

Masiello 01-03-2006 03:49 PM

Anyone know if it works fine on vb 3.5.2, It is sufficient using ignore style version?

computer1 01-04-2006 02:44 PM

I have install this to my board nowe 3.5.2 can some one se if thats work
http://forum.wrestlingsidan.se

I have try but canot conect :(

kewl1uk 01-04-2006 08:09 PM

*clicks install*. Thank you.

C.Birch 01-20-2006 02:45 PM

it dont work with a sony ericsson w800 turn the plugin off and the phone can load the site.

Antivirus 01-20-2006 05:24 PM

I would really like to see vbulletin.org install this after it comes out of beta... it's such a chore to browse these boards as normal on my blackberry- pages take forever to load. I think this may help make it easier.

feldon23 01-24-2006 05:01 PM

Quote:

Originally Posted by Antivirus
I would really like to see vbulletin.org install this after it comes out of beta... it's such a chore to browse these boards as normal on my blackberry- pages take forever to load. I think this may help make it easier.

I just downloaded Openwave Simulator 7. I will maybe take a shot at improving this add-on.


All times are GMT. The time now is 08:05 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01276 seconds
  • Memory Usage 1,782KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete