Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 3 1 2 3
Joined: Sep 2001
Posts: 379
Member
Member
Offline
Joined: Sep 2001
Posts: 379
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: [email protected]
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

Sponsored Links
Joined: Jun 2001
Posts: 572
Member
Member
Offline
Joined: Jun 2001
Posts: 572
Awesome! I'll install this after I get some weird things on my UBB fixed...

~Jon

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Me too, I think I'll start a UD forum etc. on my forum again. smile

Joined: Sep 2001
Posts: 379
Member
Member
Offline
Joined: Sep 2001
Posts: 379
Yeah... get rid of the weird things before adding more weird things. wink

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Awesome, I'm installing it right now. You instructions refer to public_common.cgi as one of the modified files. It does point to the templates directory but it still might confuse some people.

Thanks for this hack, it's for a fantastic cause.

Sponsored Links
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
This appears to be missing from the vars_udst.cgi

$vars_udst{RankImgURL}

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
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!,

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Well, now the rank shows up in the CP for the member but in the members page the rank is a red x. If I look at the properties for the image the name is missing...I.E. I get the.url.com/noncgi/UDRanks/ and the .gif name is missing.

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Pardon me for spamming this thread up but if I go to the UD members page and click on the UD members number it takes me to an error page saying that the member doesn't exist. I'm parsing through the code for a fix but I'm not a coder so it may take me awhile.

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Okay, in public_subteam.pl...

find;

$rank

and replace with;

$rank

This will show the rank image on the UD members page.

Sponsored Links
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Okay, two more things then I'll shut up;

1. when you enter the UBB member number you have to include the 0's or it won't link properly fron the UD members page and you have to clear the cache after updating a UD member in the CP or the changes don't show up.

I'm sorry about so many posts in this thread but I didn't know how else to get all these points across.

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I can't understand what does this name="rankimg" thing mean tipsy

Anyhow, about 0's, instead just use &Do8Digit($variable)

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Without that the image is a red x, and I found that code in one of his cp templates and it fixed it.

Joined: Nov 2001
Posts: 1,704
CTM Offline
Moderator / Da Masta
Moderator / Da Masta
Offline
Joined: Nov 2001
Posts: 1,704
Yes! Finally, thanks for the great hack Idle... I think I'll wait till all the coding's cleared up before it use it... wink

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Okay, after looking through more of the code can I offer some suggestions?

I don't think having the members UBB "number" on the UD team page makes very much sense. It seems that it would be better to have the persons public displayed name with a link to their profile.

How hard would it be to have this use a member file field so that the persons profile would be updated automatically and would show the haxxor gif?

And lastly, how about modifying it so that the topic page would automatically show the haxxor avatar under the members title?

If all of this could happen just by adding the member to the subteam via the control panel that would be great.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Just noticed, your missing a few "light" images. Most I see are dark.

I will install when code is fixed also.

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Actually, the dark images are missing since they mostly all have dark text for light backgrounds. Hopefully we'll get an update soon.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Yeah, I really want this hack now. laugh

*Waits*

Joined: Sep 2001
Posts: 379
Member
Member
Offline
Joined: Sep 2001
Posts: 379
Howdy everyone and thanks for the feedback!

My hard drive went to Hell on thursday morning, and I've been busy getting my things back in order since then.
So, excuse the lack of replies 'n stuff.

I'll have a look at this tomorrow, and hopefully fix everything mentioned in this thread and even add some of your nice suggestions. smile

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
You are truly 1337...thanks in advance for putting your time into this.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Agreed with TheX. This hack will be a success with the sub-teams. smile

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
If it can (we know it can) be modified to give the avatars, modify the members files, etc. then it might spark more interest in forming subteams.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Like the 6.2 version. Isn't that part of this one too?

Joined: Jun 2001
Posts: 572
Member
Member
Offline
Joined: Jun 2001
Posts: 572
Idle, any plans on a mhk? With the fixes, of course. wink

~Jon

Joined: Nov 2001
Posts: 1,704
CTM Offline
Moderator / Da Masta
Moderator / Da Masta
Offline
Joined: Nov 2001
Posts: 1,704
quote:
Originally posted by JonNJapan:
Idle, any plans on a mhk? With the fixes, of course. wink

~Jon

I was planning on making a MultiHack, but I think I'll wait till we've got all the bugs squashed first...

If you're interested, I've got an MHK with all the fixes so far here:

[6.3.x] UD Sub-Team Manager

Note: Bear in mind that some of the instructions may be logged as erroneous, depending on which hacks you have installed on your UBB. To solve this, hack the files in question by hand instead.

Please tell me if you can see something wrong with the MultiHack...

Enjoy smile

Joined: Jun 2002
Posts: 99
Member
Member
Offline
Joined: Jun 2002
Posts: 99
Eh, can someone please port it into 6.1??? Thanks

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
I think I may just put the 6.2 one in (Like whats on UBBDev) Thats what I want.

Joined: Sep 2001
Posts: 379
Member
Member
Offline
Joined: Sep 2001
Posts: 379
Was there already a mod like this available for the 6.2.x series? confused

JonNJapan: No plans on MultiHack, I barely have enough time to support the text instructions, beside how much I fear MHK, sorry. frown

Sean: I might port it once I've sorted out all the glitches and eh... "random features", eheh.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Yeah, it's called Admin Set Picture.

Joined: Nov 2001
Posts: 1,704
CTM Offline
Moderator / Da Masta
Moderator / Da Masta
Offline
Joined: Nov 2001
Posts: 1,704
This hack is more than Admin Set Picture... It also allows export of HTML which (in theory) allows for easy updates for your Sub-team's team pages, if you have them (example: http://www.iphq.co.uk/teamiphq )

Idle: If you want to link to the MHP I made (linked to earlier on in this thread), go ahead smile

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Well if it's more maybe he can incorpirate the two hacks into one.

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
I still think this is going to boost subteams by making it easy to implement.

Joined: Sep 2001
Posts: 379
Member
Member
Offline
Joined: Sep 2001
Posts: 379
I've fixed most of the bugs I've noticed so far, and those you've reported here.
Give me a day or two more before I update the files though, I'm literally drowning in work. :rolleyes:

Oh, and I'll have a look at that "Admin set picture" mod.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
If your busy I can do the admin set picture and just give it to you, it's not that hard. Actually I'm sure it will work on 6.3 with no port.

Joined: Sep 2001
Posts: 379
Member
Member
Offline
Joined: Sep 2001
Posts: 379
Update! Phew...

I must've been sleeping when I wrote the cp_ud.cgi file, haven't seen such mess in a long time.
Cleaned up various parts, fixed others, minor changes here and there, etc.

If you're using the previous release, you'll probably get away with re-doing the cp_lib.cgi steps, and overwriting the previous files added by the mod.
-----------

Lord Dexter: I had a look at the admin set picture stuff. Can't say I'm really interested, but I got another idea to accomplish the same thing, which doesn't require as much editing of other UBB files, and wouldn't cause annoying profile problems when upgrading (in case of added/deleted profile fields and such).

I'll have a better look at it in a day or two.

Joined: Jan 2000
Posts: 94
Member
Member
Offline
Joined: Jan 2000
Posts: 94
I am probably just being stupid here. But what is a "UD Team"? I installed the hack, but cannot seem to find out why I need it. It is possible that I do not, but I do not even know what a UD Team is?


When you sin, you don't fall FROM God's grace, you fall INTO it.

Bring In The Geek Consulting Services
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
It is the United Devices subteam manager. It is the "help fight cancer" team that UBBDev has here, and you can find just under the announcements on the forum summary.

<----haxxor avatar.

Joined: Jun 2002
Posts: 99
Member
Member
Offline
Joined: Jun 2002
Posts: 99
Hmmmmmm Maybe this will work on 6.1. I will check.

Joined: Jun 2002
Posts: 99
Member
Member
Offline
Joined: Jun 2002
Posts: 99
Okay, I had to change things alittle but I'm uploading for 6.1 now. I'll give u the link in a minute.

Joined: Jun 2002
Posts: 99
Member
Member
Offline
Joined: Jun 2002
Posts: 99
The final Product does not work. http://doublebassist.netfirms.com/images/hack.gif thats a screenshot! This is what the UBB looked like before and after I fixed it. Go to http://snow.prohosting.com/gta3ps2/cgi-bin/bb/cgi/ultimatebb.cgi . Hey that was a fun experiment!

Page 1 of 3 1 2 3

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)