» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 55
0 members and 55 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Im Completley dumbfounded within the Nuke 6.5 to 6.9 - Modules forums, part of the PHP-Nuke 6.5 to 6.9 category; Im trying to make a list of clan members that are in my clan but i have friends registered that ...


Go Back   Nukemods Forum » PHP-Nuke 6.5 to 6.9 » Nuke 6.5 to 6.9 - Modules

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-08-2003, 02:03 AM
Junior Member
 
Join Date: Jul 2003
Posts: 14
Im Completley dumbfounded
Im trying to make a list of clan members that are in my clan but i have friends registered that arnt in my clan.
Basically i want to keep the Members_List but also have a Clan_Members page that will display the people in my clan. Can anyone help me out?

I have no clue what to do.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-08-2003, 03:47 AM
Junior Member
 
Join Date: Jul 2003
Posts: 14
I figured it out. All i need now is howto put a Clan Members link in the admin control panel so that i can edit members like add and remove in certain catagories
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-08-2003, 03:51 AM
Junior Member
 
Join Date: Jul 2003
Posts: 14
Code:
<?php

if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
    die ("You can't access this file directly...");
}

require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);

$index = 0;
$subject = "$sitename "._CLANMEMBERS."";
$regmembers = ""._REGMEMBERS."";
$calmembers = ""._CALMEMBERS."";
$lanmembers = ""._LANTEAM."";
$regteam = ""._REGTEAM."";
$calteam = ""._CALTEAM."";
$lanmember = ""._LANMEMBERS."";
/**********************************/

include("header.php");


OpenTable();
print "$subject";
print "$regmembers";
print "$regteam";
print "$calmembers";
print "$calteam";
print "$lanmembers";
print "$lanmember";
CloseTable();
  
include("footer.php");

?>
Thats my code for Clan_Members just used a language file to put in the info
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 02:31 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31