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 11-05-2009 11:14 AM

When you click a xmpp-Uri-Link, it opens your Jabber client. Example "Sending Message to xdy@xyz.tld" at "More Jabber Functions via Jabber Client" opens Your Send Message Window of your Client.

The other thing at top sends a Jabber Message without a Client. You need to configure a Jabber Account at vBulletin Settings.

T34 11-05-2009 02:21 PM

Quote:

Originally Posted by Sebijk (Post 1910528)
The other thing at top sends a Jabber Message without a Client. You need to configure a Jabber Account at vBulletin Settings.

Thank you.

I configured JA at vB 3.8.4 settings, but there is no jabber button near skype button at the forum messages of users, who included the jabber address data in there profiles. Also when I click the "Sent Jabber message" at the popup menu in profile, there is no the message body field in popup message window.

How can I solve this trouble?

tlwwolfseye 11-19-2009 01:45 PM

Ok, the Mod works, but there is a problem.

It seems only I (Administrator) get notified of PM's or get messages send to me via Jabber in my Profile. When I or someone else tries to send a Message using Jabber in someone's Forum Account, nothing ever gets there.

And since there is no further permission setting for Registered Users, I wonder why that only works for / with me.

PLEASE HELP !! I WOULD LIKE TO KNOW WHAT IS GOING WRONG HERE !

Even adding someone else as Admin doesn't change the fact that he can't receive Messages with the Jabber (Web) Message within his Profile. So why is that ? I thought maybe there would be a thing that it is only working for Admins, but that wouldn't make sense. So why am I the only one that can receive Messages with that thing ?

BlueEyesOnly 02-06-2010 03:07 PM

will this mod be ported to vbulletin4?

Sebijk 02-06-2010 09:47 PM

Sorry for the longtime away from me.

Quote:

Originally Posted by tlwwolfseye (Post 1917224)
Ok, the Mod works, but there is a problem.

It seems only I (Administrator) get notified of PM's or get messages send to me via Jabber in my Profile. When I or someone else tries to send a Message using Jabber in someone's Forum Account, nothing ever gets there.

And since there is no further permission setting for Registered Users, I wonder why that only works for / with me.

PLEASE HELP !! I WOULD LIKE TO KNOW WHAT IS GOING WRONG HERE !

Even adding someone else as Admin doesn't change the fact that he can't receive Messages with the Jabber (Web) Message within his Profile. So why is that ? I thought maybe there would be a thing that it is only working for Admins, but that wouldn't make sense. So why am I the only one that can receive Messages with that thing ?

I would look to this issue.


Quote:

Originally Posted by BlueEyesOnly (Post 1976070)
will this mod be ported to vbulletin4?

I haven't vbulletin 4 (and I wouldn't pay for this), but a other vB User have a access to Version 4 (and i'm mainintenance the forum from him). I would port it to vBulletin 4, if I have time for this.

BlueEyesOnly 02-07-2010 07:07 PM

Quote:

Originally Posted by Sebijk (Post 1976295)
Sorry for the longtime away from me.



I haven't vbulletin 4 (and I wouldn't pay for this), but a other vB User have a access to Version 4 (and i'm mainintenance the forum from him). I would port it to vBulletin 4, if I have time for this.

Im looking forward to it :)

Charles_1 03-16-2010 12:25 AM

Quote:

Originally Posted by tereg (Post 1812742)
I have just updated to 1.23 RC2, and I am experiencing the following behavior in the postbit section under the user's avatar.

http://img152.imageshack.us/img152/6...fgsdfgsdfg.png

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?

Quote:

Originally Posted by tereg (Post 1816826)
When I revert the postbit and postbit_legacy templates, both icons disappear

Quote:

Originally Posted by T34 (Post 1909477)
I've install it in vB 3.8.4, but there is no jabber icons in the message body, near the Skype icon. I've try to change the templates MEMBERINFO and "whosonlinebite" following the file "EN-templateedits-enhanced_jabber.txt" in archive included, but it doesn't help.

I had this too after upgrade from 1.23 RC2. After import new version of product there were 2 icons, so I deleted template edits from older version which are not needed anymore and both icons dissapeared. I looked in plugin which is taking care about inserting (well, by replacing in this case) code to postbit and postbit_legacy and found typo. Fix is easy:

Open plugin "Parse Templates for Jabber" and change 2x this (first is for postbit and second is for postbit_legacy):
Code:

(' $post[icqicon]', '$post[jabbericon] $post[icqicon]', $vbulletin->templatecache['postbit_legacy']);
...to this (remove first space before $post[icqicon]):
Code:

('$post[icqicon]', '$post[jabbericon] $post[icqicon]', $vbulletin->templatecache['postbit_legacy']);
Icon will appear :)


And one more thing. When I was in usercp (page "Edit Your Details"), there was unchached template "im_jabber_field_modifyprofile". Fix is easy too:

Open plugin "Jabber Integration Template Cache" and change this:
Code:

$globaltemplates  = array_merge($globaltemplates, array('im_jabber','im_send_jabber', 'im_send_jabber_complete','im_send_jabber_complete_2','memberinfo_block_jabber'));
...to this:
Code:

$globaltemplates  = array_merge($globaltemplates, array('im_jabber','im_send_jabber', 'im_send_jabber_complete','im_send_jabber_complete_2','memberinfo_block_jabber','im_jabber_field_modifyprofile'));
Good luck :up:

radex 03-18-2010 08:35 AM

it's posible to run that module in vBulletin™ Version 4.0.2 ?

radex 03-30-2010 03:37 PM

any news?

Sebijk 06-22-2010 04:32 PM

Yes, sorry for the wait time, but currently i have no time on this month (but in the next month).

Quote:

it's posible to run that module in vBulletin™ Version 4.0.2 ?
I think not, but a version for vbulletin 4 is planned.


All times are GMT. The time now is 07:49 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.02176 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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