 |
Slanker
Mr. T
Registered: Jul 2000
Location: Somewhere in Germany ;)
Posts: 1625 |
I changed my sig
See below.
------------------
I had 931 posts, before Orange set those back to 0 !!
Report this post to a moderator | IP: Logged
|
11-29-2000 09:30 PM |
|
|
|  |
 |
Asta
Murdock
Registered: Nov 2000
Location: Beverly, MA, U.S.A.
Posts: 191 |
lucky you. every time i change my sig, orange gets mad 'cause he has to put my US back. (you lose any special titles)
------------------
The streets will flow with the blood of the non-believers -Asta
visit [url="http://freespace.volitionwatch.com/us"]United Space[/url] now!
Report this post to a moderator | IP: Logged
|
11-29-2000 09:31 PM |
|
|
|  |
 |
R128 BlueFlames
Murdock
Registered: Aug 2000
Location:
Posts: 271 |
Hehe. I actually checked your post count later than you did. You had 942. Plus the 32 you've got now, and you're technically around 974.
Report this post to a moderator | IP: Logged
|
11-29-2000 10:21 PM |
|
|
|  |
 |
AJK
Face
Registered: Aug 2000
Location: UK
Posts: 71 |
quote: you lose any special titles [when you edit your profile]
Why? What code are you using for custom stats, VW peeps?
------------------
AJK
[url="http://www.th3b4r.co.uk"]The (Infamous) Bar[/url]
ajk@volitionwatch.com
[This message has been edited by AJK (edited 11-29-2000).]
Report this post to a moderator | IP: Logged
|
11-29-2000 11:31 PM |
|
|
|  |
 |
Todd
Volition

Registered: Oct 2000
Location:
Posts: 304 |
My code. heh. I didn't download any hacks or anything.
It kind of slipped my mind that your member file changes when you change your profile, so I didn't change the code there. Hence this nice little bug.
Report this post to a moderator | IP: Logged
|
11-29-2000 11:35 PM |
|
|
|  |
 |
AJK
Face
Registered: Aug 2000
Location: UK
Posts: 71 |
Assuming the status info is stored as an extra field in the memberfile, just set it up so that the status field is treated the same way as the permissions field is now.
Yes?

------------------
AJK
[url="http://www.th3b4r.co.uk"]The (Infamous) Bar[/url]
ajk@volitionwatch.com
Report this post to a moderator | IP: Logged
|
11-29-2000 11:38 PM |
|
|
|  |
 |
AZONIC
Hannibal
Registered: Jul 2000
Location:
Posts: 591 |
Are you guys going to be able to fix this litle problem?
------------------
United Space-Webmaster/project leader
[url="http://freespace.volitionwatch.com/us"]http://freespace.volitionwatch.com/us[/url]
Report this post to a moderator | IP: Logged
|
11-29-2000 11:42 PM |
|
|
|  |
 |
Shrike
BWO Team Member

Registered: Jul 2000
Location: Lo-Fidelity All Star
Posts: 2273 |
Presumably, as the hack we have at Warpstorm doesn't screw up out titles
Report this post to a moderator | IP: Logged
|
11-30-2000 12:23 AM |
|
|
|  |
 |
Todd
Volition

Registered: Oct 2000
Location:
Posts: 304 |
quote: Originally posted by AJK:
Assuming the status info is stored as an extra field in the memberfile, just set it up so that the status field is treated the same way as the permissions field is now.
Yes?

Something like that. UBB only tracks 14 (I think) fields in the member file, so if you add a new one, you have to add the functionality to track a new number of fields. This is what the profile editing functions lack, hence the new field doesn't get re-written with everything else when the profile changes.
Report this post to a moderator | IP: Logged
|
11-30-2000 12:37 AM |
|
|
|  |
 |
Shrike
BWO Team Member

Registered: Jul 2000
Location: Lo-Fidelity All Star
Posts: 2273 |
Why don't you ask Heretic nicely for the title hack we have?
Report this post to a moderator | IP: Logged
|
11-30-2000 06:50 AM |
|
|
|  |
 |
heretic
FreeSpace: FPS
Registered: Oct 2000
Location:
Posts: 246 |
quote: Originally posted by Todd:
Something like that. UBB only tracks 14 (I think) fields in the member file, so if you add a new one, you have to add the functionality to track a new number of fields. This is what the profile editing functions lack, hence the new field doesn't get re-written with everything else when the profile changes.
The tiel hack we have is on 15, so you have to go and update all files to the number and set the maxfields up (I went ahead and made it 20, justing case )
as to making it customizable like AJK has, I have yet to learn how to make the profile script to update the line.
dunno now though, something on my board's fuxzored up and I don't have access to my backups, so the site's on hold the day before Nyxfall is released.
ARRGGGGHHH!!!!
------------------
The hunter.
[url="http://warpstorm.com/cgi-bin/Ultimate.cgi?action=intro&BypassCookie=true"]Visit Warpstorm, home of Nyxfall[/url]
heretic- loves to scare mods to the point they delete threads.
Report this post to a moderator | IP: Logged
|
11-30-2000 02:04 PM |
|
|
|  |
 |
Todd
Volition

Registered: Oct 2000
Location:
Posts: 304 |
I also had to update all to reflect the new number of fields.
The profile problem is pretty easy. Just add in so it reads and writes the extra line when it does the file stuff.
Report this post to a moderator | IP: Logged
|
11-30-2000 04:10 PM |
|
|
|  |
 |
Slanker
Mr. T
Registered: Jul 2000
Location: Somewhere in Germany ;)
Posts: 1625 |
quote: Originally posted by R128 BlueFlames:
Hehe. I actually checked your post count later than you did. You had 942. Plus the 32 you've got now, and you're technically around 974.
Even better. I wasn´t sure about the post count, but was around 930/940.
Report this post to a moderator | IP: Logged
|
11-30-2000 05:20 PM |
|
|
|  |
 |
|  |
 |
AJK
Face
Registered: Aug 2000
Location: UK
Posts: 71 |
Profile Fields:
It's easy. In ubbmisc.cgi, find
code: sub ModifyBio
and look for a short block of code starting
code: ## Confirm UserName and Password to prevent hacking
In that section, the non-editable profile fields are assigned to variables for printing later. Just add the status field to that section, and the to the section where it reprints the file, later.
quote: I have yet to learn how to make the profile script to update the line.
Heretic, aside from "huh?" at the above statement, I assume you are joking about increasing the profile fields number in ubb_library to 20..?

[This message has been edited by AJK (edited 11-30-2000).]
Report this post to a moderator | IP: Logged
|
11-30-2000 07:53 PM |
|
|
|  |
 |
heretic
FreeSpace: FPS
Registered: Oct 2000
Location:
Posts: 246 |
no, not the actual fields, but the $maxmemfields or whatever.
as to the profile "script"
I mean to give the user an option to change their own title in their profile.
------------------
The hunter.
[url="http://warpstorm.com/cgi-bin/Ultimate.cgi?action=intro&BypassCookie=true"]Visit Warpstorm, home of Nyxfall[/url]
heretic- loves to scare mods to the point they delete threads.
Report this post to a moderator | IP: Logged
|
11-30-2000 08:11 PM |
|
|
|  |
 |
AJK
Face
Registered: Aug 2000
Location: UK
Posts: 71 |
Advice: don't have the $maxmemfields variable set any higher than the number of fields your profile files are actually using.
To have the statuses editable by users, just add an extra HTML field to the ProcessEdit subroutine and a corresponding field in the ModifyBio subroutine. S'easy, really 
Report this post to a moderator | IP: Logged
|
11-30-2000 08:50 PM |
|
|
|  |
 |
Alphakiller
Volition Watch

Registered: Aug 2000
Location: Somewhere
Posts: 2894 |
heh, AJK r0x0rs when it comes to UBB hacking! 
------------------
[url="http://www.dopefish.com"]swim...swim...hungry...[/url]
Report this post to a moderator | IP: Logged
|
12-01-2000 04:50 AM |
|
|
|  |
 |
| All times are EST. The time now is 09:06 PM. |
 |
|
 |
|
|
|  |
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|