Staredit Network

Staredit Network -> SEN v5 Alpha -> Control Panel
Report, edit, etc...Posted by BeeR_KeG on 2005-06-13 at 19:49:11
My Control Panel/Overview

It displays this at top, always.
This also distorts some of the CSS because you can see the font size of the top right corner increase.

CODE
Warning: Division by zero in /home/is047s3n/public_html/1337v5/scripts/settings/overview.php on line 67

Warning: Cannot modify header information - headers already sent by (output started at /home/is047s3n/public_html/1337v5/scripts/settings/overview.php:67) in /home/is047s3n/public_html/1337v5/scripts/global_code.php on line 228



My Control Panel/Account Options/Name Change

Changing your name works perfectly.
Not changing it for 15 days works, but there should be a message that says:
"You have already changed your password during the past 15 days." instead of just having nothing happen.

If possible you could have one of the following:
1) "You must wait 15 days after your past name change"
2) "There are X Days remaining for you to change your name". (This one would take a bit more of PHP but not much because you could use the same "invisible clock" that tracks those 15 days and implement it there)

My Control Panel/Messages/Email

You have to perform whatever action you want to do, be it check the box or uncheck it, and submit it twice before you could see the changes.

My Control Panel/Starcraft/Game Preference & Mapping Preference

Not sure if it's finished, but some options are missing.
Game Preference should be: Melee, UMS, Both, None
Mapping Preference: Just put all the categories in the DLDB

My Control Panel/Avatar

CODE
The action you performed has failed.
Reasons(s) returned:
» Size Failure ~ Width: (Requested: 125 | Given: 240)  


It would be nice to have the resize option like in SENv4.1
Report, edit, etc...Posted by RexyRex on 2005-06-13 at 19:55:13
  • Uploading an invalid extension kills the current avatar.
  • Putting "[img][/img] Ahh!" in the signature gives me
    QUOTE
    Parse error: parse error, unexpected '<' in /home/is047s3n/public_html/1337v5/core/parser.php(30) : regexp code on line 1

    Fatal error: preg_replace(): Failed evaluating code: <b>Ahh!</b> in /home/is047s3n/public_html/1337v5/core/parser.php on line 30
Report, edit, etc...Posted by LegacyWeapon on 2005-06-13 at 21:51:17
Trying to upload background caused this error for me:
CODE
The action you performed has caused a critical error.
Error(s) returned:

   invalid_pos 3t

Trying to upload this image:[attachmentid=10339]

Suggestion: Menu System » My Favorites
Do not allow repeated options?
Dividers?

Report, edit, etc...Posted by chuiu on 2005-06-14 at 14:50:50
QUOTE
Messages:  15% 14 / 100


Last time I checked, 14 of 100 is 14%. tongue.gif
Report, edit, etc...Posted by RexyRex on 2005-06-14 at 16:09:44
That must mean he's using ceil().
Tsk tsk...round($row['pmcount'],1) or round($row['pmcount']) is so much better. sad.gif

ADDITION:
Control Panel -> Avatar
"Your group () allows for a max of kb."

In profiles it says I'm a member, and it also doesn't specify the number of kb. wink.gif
Report, edit, etc...Posted by LegacyWeapon on 2005-06-14 at 16:26:53
Profile Link
Link for "Ignore My PM's/Notices" leads to:
http://www.staredit.net/1337v5/?p=messages...a=ignore&mid=21

It should lead to:
http://www.staredit.net/1337v5/?p=messages...=ignored&mid=21

Report, edit, etc...Posted by BeeR_KeG on 2005-06-14 at 16:56:53
My Control Panel/Personal/Personal Attributes

Each box has a maximun limit of 65355 characters. I suggest that you make it a tiny bit smaller.
After putting in so many characters, they will stop being visible but you can still put some more.

My Control Panel/Add Journal Entry

I believe that there is an unlimited amount of lines and most probably 65535 horizontal character length.
Would be nice to have some limits because not only does it greatly distorts the page, it's making me lag a whole lot.
Report, edit, etc...Posted by Shmeeps on 2005-06-14 at 17:48:19
Edit Profile>Psersonal: Links go to non existant pages, and increments wrong. Goes 10, 10, 30.

Where it says 10, 20, Maximum, all the links go into a non existant page, and they increment 10, 10, 30, should be 10, 20, 30.

Also just might be the IE CSS, but the drop down part of the menu is a darker green then the bar wink.gif
Report, edit, etc...Posted by IsolatedPurity on 2005-06-14 at 20:07:33
QUOTE(Beer)
You have to perform whatever action you want to do, be it check the box or uncheck it, and submit it twice before you could see the changes.

That was fixxed, right?

QUOTE(Beer)
Not sure if it's finished, but some options are missing.
Game Preference should be: Melee, UMS, Both, None
Mapping Preference: Just put all the categories in the DLDB

I'll add them soon, but if I use the categories from the DLDB, I might as well as dynamically create the list from there, and so, I'll wait for the DLDB to finish.

QUOTE(Sheemps)
Also just might be the IE CSS, but the drop down part of the menu is a darker green then the bar.

You're talking abotu the menu on top? If so, I'm just going to scratch the whole thing and hopefully do something better... soon.

QUOTE(Legacy)
Suggestion: Menu System » My Favorites
Do not allow repeated options?
Dividers?

Huh?

QUOTE(Rexy)
Uploading an invalid extension kills the current avatar.

What would it do otherwise?

QUOTE
"You have already changed your password during the past 15 days." instead of just having nothing happen.

If possible you could have one of the following:
1) "You must wait 15 days after your past name change"
2) "There are X Days remaining for you to change your name". (This one would take a bit more of PHP but not much because you could use the same "invisible clock" that tracks those 15 days and implement it there)

If no name change yet: "You haven't changed your name yet! Good for you smile.gif"
If name change < 15 days: Displays next possible name change date/time.
If name change > 15 days: "You have regained the ability to change your name"

I'm not sure what you mean by "instead of just having nothing happen".

QUOTE
Trying to upload this image...

Fixxed, but that image should fail anyways for being too big.


Need to do a little fixxing on the journal entry part, but other than that, everything should be good?
Report, edit, etc...Posted by BeeR_KeG on 2005-06-14 at 21:21:53
My Control Panel/Add Entry

It would be nice that when you added the entry, a message appeared that it has been added, instead of just having all the text removed and wonder wetehr it was added or not.

Then some links would be in the message.
[ Click Here to see your Entry ]
[ Click Here to Go Back ]
[ Click Here to add another Entry ]
Report, edit, etc...Posted by IsolatedPurity on 2005-06-14 at 21:44:14
It automatically goes to your journal now, after adding an entry (was intended).
I could do it your way though.... think so?

Avatar no longer distorts higher dimension images if the width isn't the same as it's height.
Report, edit, etc...Posted by BeeR_KeG on 2005-06-15 at 11:05:36
Yes, not because it's my way but mainly because it would be much easier to navigate. Not all people want to see their Entries inmediatly because sometimes they decide to write 2 entries.
Report, edit, etc...Posted by RexyRex on 2005-06-15 at 18:11:27
QUOTE(isolatedpurity @ Jun 14 2005, 05:07 PM)
QUOTE(Rexy)
Uploading an invalid extension kills the current avatar.

What would it do otherwise?
[right][snapback]235410[/snapback][/right]
Keep the old avatar and display a warning saying the uploaded avatar is invalid.
Report, edit, etc...Posted by BeeR_KeG on 2005-06-15 at 18:17:48
I think it already does that...
I try every day to see if the avatar resize is installed just like in SENv4, so that I can put my spinners instead of having Mike's face.
Report, edit, etc...Posted by IsolatedPurity on 2005-06-15 at 18:39:23
It should have allowed you to upload your avatar like... yesterday sometime beer.

Rexy, the problem is I need to kill an old file before putting a new file there... I think. Anyways, I just kill everything before I start handling the upload just to be on the safe side smile.gif. It really won't be an annoyance to anyone who isn't uploading invalid file formats!
Report, edit, etc...Posted by RexyRex on 2005-06-15 at 18:44:34
QUOTE
if($_FILES['file']['type'] == image/gif || etc etc) //Proper extensions...
{
copy($_FILES['file']['tmp_name'],directory,"av".$row['member_id'].".gif"); //Copy from temp directory to actual directory...
}
else
echo("Warning: Invalid filetype!");
unlink($_FILES['file']['tmp_name']); //Remove temp file...



You get the idea.
Report, edit, etc...Posted by BeeR_KeG on 2005-06-15 at 18:53:11
QUOTE(isolatedpurity @ Jun 15 2005, 06:39 PM)
It should have allowed you to upload your avatar like... yesterday sometime beer.

Rexy, the problem is I need to kill an old file before putting a new file there... I think.  Anyways, I just kill everything before I start handling the upload just to be on the safe side smile.gif.  It really won't be an annoyance to anyone who isn't uploading invalid file formats!
[right][snapback]236136[/snapback][/right]


Yeah, it automatically resized it.

I was going to put in an older .jpg avatar and resized it but it was 41.3 kb and the max is just 30kb. I think that 30kb is far too little. Maybe 50Kb should do it for a 125x125.jpg
Report, edit, etc...Posted by IsolatedPurity on 2005-06-15 at 19:14:42
The idea was to balance out the avatar + sig with the new post background... in order to make topic page loads not anymore "heavy" than they already are. Regulars and Elites (and groups like DLDB) get more space.

It doesn't really resize the image... it just specifies the dimensions for it. If you would go into photoshop and manually resize it the dimensions, you would make the image size less...

I'll bump you into a better group soon smile.gif.
Report, edit, etc...Posted by BeeR_KeG on 2005-06-17 at 21:36:29
My Control Panel/Signature

Alright, usually I'd just put BBCodes in my signature and they'd stay that way. You could see the codes in my signature just like any plain text.

So I go ahead and copy/paste my current SENv4 signature into SENv5, knowing that I will still see all the BBCodes in the PM's and stuff.

I got this Fatal Error:
CODE
Parse error: parse error, unexpected '<' in /home/is047s3n/public_html/1337v5/core/parser.php(30) : regexp code on line 1

Fatal error: preg_replace(): Failed evaluating code: <b>» My new website --&gt;[url=http://www.beerkeg.t-rh.com/][color=red]http://www.beerkeg.t-rh.com/[/color][/url]</b> in /home/is047s3n/public_html/1337v5/core/parser.php on line 30
Report, edit, etc...Posted by RexyRex on 2005-06-29 at 17:15:12
Suggestion:
You know in the overview, where it has the little marker for how much PM space you have? (Has user posted image)...Well, maybe you could use GD and make it darker as you use more space, or (this is without GD) at 25%+ make it light green, 50%+ make it yellow 75%+ make it red. It'd be sexy. happy.gif
Report, edit, etc...Posted by IsolatedPurity on 2005-06-30 at 13:51:37
It's already has been done (the 2nd one). I think green until 50, yellow until 75, red until 100.
Report, edit, etc...Posted by illusion(SS) on 2005-07-03 at 14:10:52
why dont you just have a script change the color slowly according to how many messages you have.
Report, edit, etc...Posted by RexyRex on 2005-07-04 at 03:39:06
That's exactly what I said. But right now it's fine with the 50, 75, etc. He should leave it the way it is.
Next Page (1)