 |
 |
 |
 |
#154402 - 07/04/02 05:26 AM
[6.3.x] [beta] UD Subteam Manager
|
Member
Registered: 09/17/01
Posts: 307
Loc: Iceland
|
Title: UD Subteam Manager Description: Makes managing your UD team as easy as 1, 2, 3 from the UBB.classic Control Panel™. You can add, delete and modify member profiles. Adds a new page (link on bottom, next to your Homepage, Privacy Statement, Contact Us, etc.) which lists your UD team members. You can also export your member list in HTML format. Author: Idle WWW: www.iceware.net E-mail: admin@iceware.net Date: July 4th, 2002 Version: 1.1.0.4 Requirements: 6.3.0 or newer. Compatibility: 6.3.0 and newer. Tested On: 6.3.0.1 Credits: CTM for the original idea. Stilgar for the original UBBDev Haxxor images. Anyone else I may have forgot. Download: ZIP File
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#154408 - 07/04/02 11:42 AM
Re: [6.3.x] [beta] UD Subteam Manager
|
Spotlight Winner
Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
|
To fix it add this...
in cp_vars_udst.pl
find;
&RegField("Absolute Path: Rank Image Directory", "RankImgPath", "yes", "45", "120", "Typically this would be your UBB's NonCGIPath/UDRanks.", "$vars_udst{RankImgPath}");
after add;
&RegField("URL: Rank Image Directory", "RankImgURL", "yes", "45", "120", "Typically this would be your UBB's NonCGIURL/UDRanks.", "$vars_udst{RankImgURL}");
in vars_udst.cgi
find;
q!RankImgPath! => q!D:/Inetpub/wwwroot/devubb/noncgi/UDRanks!,
After add;
q!RankImgURL! => q!http://url.to.your/noncgi/UDRanks!,
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|