UBB.Dev
Posted By: AllenAyres Current User Profiles - 01/02/2004 7:04 PM
This topic will keep track of user profile lines and those reserved for modifications. If you desire to use one for a modification it must be >50 and not in current use. If there are some I am unaware of, please let me know and I'll update the list smile

Base Code Profile Fields (6.7):
0 - user name
1 - password
2 - email address
3 - homepage
4 - permissions (Write&)
5 - occupation
6 - location
7 - post count
8 - status (Admin|Mod|Member)
9 - interests
10 - register date (YYYY-MM-DD)
11 - email address viewable (yes|no)
12 - signature
13 - ICQ
14 - allow mass email (yes|no)
15 - publically displayed name
16 - custom field 1
17 - custom field 2
18 - custom field 3
19 - custom field 4
20 - member picture
21 - default topics viewed
22 - AIM
23 - publically displayed name of last user to update this profile|^|member number of last user to update this profile|^|update date
24 - profile locked (yes|no)
25 - publically display user rating (yes|no)
26 - approved registration/moderation que (yes|no)
27 - PMs enabled (yes|no)
28 - PM notify enabled (yes|no)
29 - PMs locked (yes|no)("no" means locked)
30 - Last Post Info (forum|thread|post|YYYY-MM-DD|IP)
31 - custom title
32 - birthdate|yes/no
33 - last profile edit/registration IP
34 - hide from wol (0|1)
35 - ban user from polling (0|1)
36 - Ban user from polling (1 = yes)
37 - Relative or abs URL to user Avatar
38 - Lock user avatar (1 = yes) | No user avatar (1 = yes) | User hides other avatars (1 = yes)
39 - user-defined timezones
40 - login date, login IP, last login date, last login IP.
41 - personal note
42 - user preferences (hide-show quick reply/avatars, check-uncheck graemlins, check-uncheck sig)

Reserved Profile Fields for Modification:
60 - Colorforums (chosen template)
Posted By: LK Re: Current User Profiles - 01/02/2004 7:29 PM
[40] is, I think: login date, login IP, last login date, last login IP.

[41] is personal note.

MyStyle isn't used anymore, and Colorforums is [60]. Note: I want colorforums to use [42], but it's up to weird al, the official porter smile
Posted By: Chucky Re: Current User Profiles - 01/03/2004 1:24 AM
thanks a million guys big help
Posted By: AllenAyres Re: Current User Profiles - 01/03/2004 1:41 AM
thanks for the pointers LK smile
Posted By: Ian Spence Re: Current User Profiles - 01/03/2004 2:06 AM
Colorforums is in [42]->{css_style}

However is it possible to reserve cookie spot 21?
Posted By: CTM Re: Current User Profiles - 01/03/2004 5:10 PM
Yeah, keeping track of individual cookie spots would be a good idea, I never know which spot to use when I'm writing hacks that need cookies... smirk
Posted By: LK Re: Current User Profiles - 01/03/2004 9:45 PM
using [14] here... wait a minute...
Code
# WARNING: 0 - 20 are RESERVED for future internal use.
oops wink
Posted By: Ian Spence Re: Current User Profiles - 01/04/2004 4:15 AM
Since no one else is jumping on it, I'd also like cookie spot 22 for the Sig Hiding hack smile

the sig hiding hack will use the 42 spot also
Posted By: Ian Spence Re: Current User Profiles - 04/18/2004 10:18 PM
If possible, I'd like to reserve spots 55 abd 56 for a mod I'm working on
Posted By: Brett Re: Current User Profiles - 04/19/2004 4:00 AM
67 - VIPHTML
68 - Gender Hack
69 - Point System
70 - Upload Pref
Posted By: eXtremeTim Re: Current User Profiles - 05/06/2004 9:09 AM
71-86 Will be for my upcoming 16 extra custom profile fields hack. I will also release a few other version of it for like 4,8,12 extra ones as well so you can tailor it to your sites needs.
Posted By: Brett Re: Current User Profiles - 05/06/2004 9:12 AM
Why not take 51-66? As Ian said, we need to fill those fields before moving above. smile
Posted By: eXtremeTim Re: Current User Profiles - 05/06/2004 9:16 AM
Ian already requested 55 and 56. So thats kind of hard todo wink Not to mention colorforums using 60
Posted By: Gizmo Re: Current User Profiles - 05/06/2004 9:44 AM
Heh, allen needs to update the list :choff:
Posted By: Charles Capps Re: Current User Profiles - 05/06/2004 9:51 AM
Oh come on guys, you don't need to use a dozen profile fields to represent a dozen profile fields. Why even limit it like that? flatten_hash() and unflatten_hash() have been present since at LEAST 6.2...
Posted By: Gizmo Re: Current User Profiles - 05/06/2004 9:56 AM
yeh, one profile field per mod! :x...
Posted By: Ian Spence Re: Current User Profiles - 05/06/2004 4:43 PM
I wanna request 87 through 186 for my "100 wastes fields" hack
Posted By: eXtremeTim Re: Current User Profiles - 05/07/2004 7:24 AM
What you have a proble with somebody releasing something they were going to code up anyway for there site?

I will see if I can use the hash stuff. Please remember its been a year in a half since I coded for ubb so I dont remember alot of the functions. So please just chill out ian.
Posted By: Gizmo Re: Current User Profiles - 05/07/2004 9:18 AM
Quote
Originally posted by eXtremeTim:

What you have a proble with somebody releasing something they were going to code up anyway for there site?

I will see if I can use the hash stuff. Please remember its been a year in a half since I coded for ubb so I dont remember alot of the functions. So please just chill out ian.
Umm I don't see what ian said to constitute your yelling at him... He made what is commonly known as a JOKE.
Posted By: eXtremeTim Re: Current User Profiles - 05/10/2004 6:49 AM
I wasnt yelling I was just stating the point of the requested fields. smile
Posted By: Ian Spence Re: Current User Profiles - 05/14/2004 5:37 PM
60, 62 for the IM Status mod.


Tim, take a look at the flattenhash subs, I love them, and all "new" mods of mine will use them.
Posted By: eXtremeTim Re: Current User Profiles - 05/14/2004 10:16 PM
I am planning to take a look at them. smile Its just been a while since I have really worked on code for ubb.
Posted By: eXtremeTim Re: Current User Profiles - 05/18/2004 6:21 AM
I just took a look at the flatten and unflatten hash functions and I just fell in love with them. smile
Posted By: AllenAyres Re: Current User Profiles - 02/18/2005 3:25 AM
Can we expect children soon?
Posted By: Gizmo Re: Current User Profiles - 02/18/2005 4:17 AM
From me at least wink ...
© UBB.Developers