1
edge87
TeamSpeak 2
  • 2005/8/8 2:31

  • edge87

  • Just popping in

  • Posts: 5

  • Since: 2005/8/5 2


I was wonder if it be possable, to have a extra menu under the "main menu". I wanna add a page that will load up with the theme and give me a display of the users , the status of those users, and all the other information the good TeamSpeak Blocks do. I don't wanna just add it to the middle of all the pages (bc i could of done that) if theres nobody willing to spend the time to create it , i will if given direction on HOW to start and how i add the link to the main menu on the left.

2
finnerss
Re: TeamSpeak 2
  • 2005/9/2 10:59

  • finnerss

  • Just popping in

  • Posts: 21

  • Since: 2003/1/8 2


I haven't been able to even get this module running. I have followed the Readme, have edited the config.php inside teamspeak's admin folder, I have tried adding the info to my teamspeak server (this is not in the server I have xoops) but I still get a "not able to connect to database" or some kind of error like that both when I click in Teamspeak admin module, and when I click it outside.

Any help will be appreciated.

Thanks

Sergio

3
dean_collins
Re: TeamSpeak 2

btw now that skype has an open api how cool would it be to have a voice module for 2.2.x Xoops

basically anyone who has their skype user name in the extended profiles could join a permanently running conference call on the website by clicking a link.

Does XOOPS have a bounty page?

I'm prepared to kick this one off with a $25 bounty.

Cheers,
Dean
My Xoops site
www.aussienymeetup.net

4
adrock
Re: TeamSpeak 2
  • 2005/9/3 6:09

  • adrock

  • Quite a regular

  • Posts: 291

  • Since: 2004/12/7


Quote:

edge87 wrote:

I was wonder if it be possable, to have a extra menu under the "main menu". I wanna add a page that will load up with the theme and give me a display of the users , the status of those users, and all the other information the good TeamSpeak Blocks do.


open xoops_version.php in the teamspeak mod folder, and look for this:
Quote:

// Admin things
$modversion['hasMain'] = 1;
$modversion['hasAdmin'] = 1;
$modversion['adminmenu'] = "admin/menu.php";


Add these lines to it:

Quote:

// Admin things
$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = _MI_SUBMENU;
$modversion['sub'][1]['url'] =
"yourfile.php";
$modversion['hasAdmin'] = 1;
$modversion['adminmenu'] = "admin/menu.php";


open language/english/global.php
and add this line to it

Quote:

define("_MI_SUBMENU","What you want the sub menu item to be called");


then create a new php file that contains the information that you want to add and save it to the teamspeak module folder with the same name that you define in the blue section of added code above.

That ought to do it....
Happy Xoopsing!
Affordable Web Hosting - Family - Fun!...and not always in that order!

Login

Who's Online

184 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits