vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Integration with vBulletin - Enhanced Jabber (XMPP) Integration (https://vborg.vbsupport.ru/showthread.php?t=179114)

Sebijk 03-07-2009 09:52 PM

PHP Version? 32 or 64-Bit?
Is PHP running as Apache Module or as CGI?

TandyServices 03-07-2009 10:16 PM

PHP 5,
32, apache, Cpanel.
The hosting company is Bluehost. I think it is CGI.
Thanks for the fast response :)

Sebijk 04-06-2009 07:13 AM

Sry for my late answer, but i think CGI is the problem. I have only tested as apache Module. I ask the xmpphp Developer for CGI compatibility.

Sebijk 05-02-2009 08:21 PM

my TODO list:

Quote:

  • Seperate Settings for E-Mail and Jabber
  • A Option to send Notifications via Scheduled Tasks, so some Code Modifications are not anymore needed and makes no problems for PM System.
  • Show Jabber Icon at Tab Friends
  • Option for Users to seit Public the Jabber ID or private.
  • Option for Forum Register: Validation via Jabber instead of E-Mail

But i have not enough time for this, but if I have some time, I will working on. If you want develop this Plugin, you are welcome.

Known Issues (02.05.2009) : PM-Autoresponder from Vossi. It make errors by sending PMs.

Solution: Disable Notifications about new PM via Jabber or disable Plugin "New PM Notifications via Jabber".


I have updated the screenshots :), see below.

Sebijk 05-11-2009 09:38 PM

Version 1.23 RC 2 is out:
Quote:

* Jabber PM Notification is automatically disabled if Vossis PM-Autoresponder is installed (I'm currently work for a complete fix)
* Reduced Template Modifications, only 2 Template Edits is required, if TMS is not installed
* Updated xmpphp Class (SVN Rev 76)

tereg 05-18-2009 03:20 AM

I have just updated to 1.23 RC2, and I am experiencing the following behavior in the postbit section under the user's avatar.

https://vborg.vbsupport.ru/

I have checked the postbit, postbit_legacy and im_jabber templates, but they appear normal and I see no indication as to why the IM icon is duplicating. I have not experienced any problems until just now. Is anyone else experiencing this?

Sebijk 05-18-2009 06:37 AM

Revert the postbit and postbit_legacy. Since 1.23 RC 2 is no Template Edits at postbit and postbit_legacy required.

tereg 05-25-2009 01:24 PM

When I revert the postbit and postbit_legacy templates, both icons disappear

Reverted postbit template (the relevant section):

Code:

...
                        <td valign="top" nowrap="nowrap">

                                <div class="smallfont">
                                        <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                                        <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
                                        <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
                                        <div>
                                                $vbphrase[posts]: $post[posts]
                                        </div>
                                        $template_hook[postbit_userinfo_right_after_posts]
                                        <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
                                        <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
                                        $template_hook[postbit_userinfo_right]
                                        <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
                                </div>

                        </td>
...

Reverted postbit_legacy template (the relevant section):

Code:

...
        <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

                        <div id="postmenu_$post[postid]">
                                <if condition="$show['profile']">
                                <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                                <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
                                <else />
                                $post[musername]
                                </if>
                        </div>

                        <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
                        <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
                        $template_hook[postbit_userinfo_left]

                        <if condition="$show['avatar']">
                                <div class="smallfont">
                                        &nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
                                </div>
                        </if>

                        <div class="smallfont">
                                &nbsp;<br />
                                <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                                <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
                                <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
                                <div>
                                        $vbphrase[posts]: $post[posts]
                                </div>
                                $template_hook[postbit_userinfo_right_after_posts]
                                <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
                                <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
                                $template_hook[postbit_userinfo_right]
                                <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
                        </div>

        </td>
...


Sebijk 05-25-2009 02:58 PM

TMS installed? If yes, delete the Template Modification from postbit and postbit_legacy (at Template-Modifications, NOT Template Edits).

Sebijk 08-11-2009 10:26 PM

Version 1.23 RC 3 is out:

Quote:

* PHP 5.3 Compatibility Fixes
* Updated xmpphp Class (SVN Rev 77)


All times are GMT. The time now is 06:31 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.01352 seconds
  • Memory Usage 1,759KB
  • 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_code_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