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)
-   -   TS2Live - TeamSpeak 2.x Online Status (https://vborg.vbsupport.ru/showthread.php?t=99032)

Phalynx 08-12-2008 07:29 AM

Quote:

Originally Posted by Antek (Post 1596584)
Hello,

somebody can tell me how move ts module to another place (like on screenshot)?
Antek

You would need to modify the code to do that. Take a look at the very end of the hook forumhome_start named "TSLive 2.0 (get users)".

Nantrox 01-26-2009 08:32 AM

does this thing work with the new vB 3.8 too?

Taragon 01-26-2009 12:04 PM

Quote:

Originally Posted by Nantrox (Post 1725001)
does this thing work with the new vB 3.8 too?

Yes, it works like a charm :)
Your web server does need a dedicated ip.

We've got it running here if you'd like to take a quick peek http://die16-clan.com/forum

HaS?R 01-28-2009 05:40 PM

Thanks.

sub_ubi 02-03-2009 12:00 PM

Quote:

Originally Posted by joergh (Post 1239363)
Maybe this can help other users. It is only a small addition to add the user nickname to the link to the ts-server. So now the user will have the same name in the channel he will be logged in using the ts2live link. Before this i always got the name "Guest1" f.e.

After this the URL will look like this:

teamspeak://11.111.111.111:8767/?channel=channelname?password=passwordforchannel?n ickname=usernameinvb

Just add the variable



in template "forumhome_tslive" to the link to the TS-Server. The line is near the bottom.



Code:

href="teamspeak://$vboptions[ts2live_server_address]:$vboptions[ts2live_server_port]/?channel=$vboptions[ts2live_join_channel]?password=$vboptions[ts2live_join_password]?nickname=$bbuserinfo[username]
It seems that you will have problems if the users have special characters in their names (f.e. german characters: J?rg in VB will be changed to Jörg in TS-Server) but i don?t know to prevent this but Jörg is better than Guest1. ;) If anyone has a hint. Tell me. :)

Thanks

Joergh

Thank you, both the original dev and you :)

zoomervb 09-30-2009 10:10 AM

just installed ts2live - works well.

now i wonder if there is a way to prevent unregistered users to see the password for the ts-server mentioned in the url. is it possible to deny the delivery of any hack-code to unregistered, so that they will not see active ts-users also? that would help me a lot.

thanks for any hint in advance

Phalynx 09-30-2009 05:02 PM

You can create a template condition for this. For example:
Code:

<if condition="is_member_of($vbulletin->userinfo, 1)">
...URL...
</if>



All times are GMT. The time now is 02:01 PM.

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.01464 seconds
  • Memory Usage 1,729KB
  • 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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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