The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Enhanced Jabber (XMPP) Integration Details »» | ||||||||||||||||||||||||||
Modification is compatible with vBulletin 3.6, 3.7 and 3.8.
As Jelsoft still hasn't been able to integrate Jabber as normal IM Field, I had to make my own hack. This Add-On is based on the Jabber Integration by Patria, but completly rewrite this Mod. What is different in this Add-On? This Add-On gives you a lot more than just an IM Field for Jabber. It allows users to send Jabber Messages (see screenshot 2) and can send Birthday wishes via Jabber, if the JID has been entered by the user. New post, thread and PM notifications, are integrated too, duuh! In future we plan seperate Setting for Jabber and E-Mail. The PHP code changes in EN-codechangs.txt are optional and is not required for running this hack. Included Languages:
Version History: Quote:
For Auto-Template Changes you need the Template Modification System from Andreas. If is this not installed, read the EN-templateedits-enhanced_jabber.txt for Template Changes. If you like Jabber, join to the Jabber social group at vBulletin.com (Link not working was removed from vBulletin.com?) PHP Version: Minimal is PHP 4.3.3 required, but PHP 5.2.6 is recommended. License: This Product is licensed under the LGPL License. The xmpp Class is licensed under the GPL v2 License, but I have a permission from the Author to use this. See upload/includes/XMPPHP/LICENSE under Exceptions for more details. Is a vBulletin 4 version planned? Yes, see here: https://vborg.vbsupport.ru/showthread.php?t=262896 Supporters / CoAuthors Show Your Support
|
Comments |
#42
|
|||
|
|||
PHP Version? 32 or 64-Bit?
Is PHP running as Apache Module or as CGI? |
#43
|
||||
|
||||
PHP 5,
32, apache, Cpanel. The hosting company is Bluehost. I think it is CGI. Thanks for the fast response |
#44
|
|||
|
|||
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.
|
#45
|
|||
|
|||
my TODO list:
Quote:
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. |
#46
|
|||
|
|||
Version 1.23 RC 2 is out:
Quote:
|
#47
|
|||
|
|||
I have just updated to 1.23 RC2, and I am experiencing the following behavior in the postbit section under the user's avatar.
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? |
#48
|
|||
|
|||
Revert the postbit and postbit_legacy. Since 1.23 RC 2 is no Template Edits at postbit and postbit_legacy required.
|
#49
|
|||
|
|||
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> ... 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"> <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"> <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> ... |
#50
|
|||
|
|||
TMS installed? If yes, delete the Template Modification from postbit and postbit_legacy (at Template-Modifications, NOT Template Edits).
|
#51
|
|||
|
|||
Version 1.23 RC 3 is out:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|