1
tvepsorg
Teamspeak auto show expaned???
  • 2005/5/30 19:38

  • tvepsorg

  • Quite a regular

  • Posts: 276

  • Since: 2004/5/18


Hello,

I have just installed the XOOPS Teamspeak module and like it a lot, but was wondering if there was a way that I could make it automatically show the expanded details when you go to the module rather than having to click on "details" to see who is on the server?

Basically go from this:

Resized Image

To this:

Resized Image

2
Lance_
Re: Teamspeak auto show expaned???
  • 2005/5/30 19:55

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Mind you the module was made for multiple servers, so it's not that way by default.

Have you looked at the block settings, I think it might give you the info and direct link to the details. Otherwise, I guess, I would create a direct link to it using Multimenu and not have it appear on my Main Menu.

Cheers.

3
tvepsorg
Re: Teamspeak auto show expaned???
  • 2005/5/30 20:18

  • tvepsorg

  • Quite a regular

  • Posts: 276

  • Since: 2004/5/18


Thanks for the tips. I figured it out, trial and error works the best

Change index.php from:

Quote:

*/

include("./admin/db_inc.php");

if ($setting["showgroups"] == 'yes') {
header ("location: groups.php");
} else {
header ("location: listing.php");
}
?>


To:

Quote:

*/

include("./admin/db_inc.php");

if ($setting["showgroups"] == 'yes') {
header ("location: groups.php");
} else {
header ("location: listing.php?detail=70.84.113.90&detailport=
8840&page=1&sort=server_name&direction=asc&showgroup=all");
}
?>


Or in someone else's case, change the default "listing.php" to the url for the details for the server you would like to be displayed by default.

(btw: I put a line break between "=" and "8840" so that the XOOPS forum wouldn't be expanded. you should leave your url comepletly expanded.)

Sorry if this is confusing

Login

Who's Online

181 user(s) are online (102 user(s) are browsing Support Forums)


Members: 0


Guests: 181


more...

Donat-O-Meter

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

Latest GitHub Commits