Unresolved Issues- Anything with saved messages
- Anything with sent messages
- PM forwarding... not exactly sure on how I will do this.
- Mass altered functions (move, delete)
- Check names + find names links
- Empty signature / avatar boxxes (I checked a PM, and the boxxes seem sorta distorted. I don't know what half of them are...see for yourself in the screenshot.)
FixxedBut like always... don't take my word for it
.
Legacy:
Could you make tabbing from "Quick Reply" textbox go to the "Reply" button?Yup.
Rexy:
Editing someone in your contacts gives you a blank critical error.I finally found what you were talking about! It was a misspelling by me
.
Legacy:
Also, trying to make your folder named blank will cause this errorLegacy:
Naming a folder space (" ") will cause it to be named blank, so when you press submit again, it will give the blank folder name error.I did account for these! I just... forgot to tell my function that it's okay to call another class... and such
.
Legacy:
Adding a blank contact to your address book gives you this error... [sql failure]Rexy:
Not entering a name in the block list gives a warning saying that the member doesn't exist.These last two were exceptionally noobish of me because I didn't even attempt to account for them!
Legacy & others:
If you try to enter the same person's username more than once when trying to send a PM, it will have an incorrect error messageThe data array that holds all the entered names now auto truncates duplicated copies. This will also fix if you entered a single user from the address book and the same user in the entered field. ALTHOUGH, if someone enters someone's name more than one, I'd probably think they were trying to spam the user on purpose and giving them a critical error would probably feed my need to annoy idiots who wish to do things such as.
However, if you select the user from a "mass send" group and then also write their name in, it will give you a warning. At least, it did when I tried it...
Sheemps + Rexy:
Doesn't check for a title, and if there is none then you can't open it.No title now defaults to
(no title).
Rexy:
Bug: Blank box when viewing a sent PM. It's to the left of the clock. Unless...it's just to take up space.Was a bug... misspelled {$row['pt_title']} as {$row['title']}
.
Hmmmmmm?Rexy:
Clicking the Go Back link from the critical error window after sending a PM really just refreshes the pageWalk me through this... You make a pm... caused a critical error (how?) and then push back?
Sheemps:
You need to put a limit on custom folder.There is a limit... kinda. Eventually, if you use too many folders, your serialized data will outgrow the boundaries it has to fill in mysql and your entire array will just combust into meaningless nothingness, screwing things up everywhere for you. 65535 is kinda hard to fill though. The default start with 3 folders takes up 250 characters... With over-estimating, that's 250 folders! lol... what do you guys think a good limit is? 10? 20?
Rexy:
Lot's a Re: Re: Re: after big conversations. How about it just says it once?I dunno... what does everyone else think?
Rexy:
What happened to those quote boxes?Nothing. The quote bbcode isn't correctly working... sometimes it does, sometimes it doesn't... if that's what you are talking about. It's hawt though?
Rexy:
Fix IE CSS where it repeats the silver gradient image.Show picture... sorry... just me being lazy. I tired.
Rexy:
Make things like [ delete ] buttons? (form buttons)I initially planned on making images for them later. Maybe I will just use buttons though.
Sheemps:
Defiantely fix the word wrapping.It's a bit hard to prevent huge unbroken strings. This has been an issue for like ever in every area with senv4. The biggest problem is some huge unbroken strings are okay to post... such as long urls or image paths. I'll ponder upon this for awhile, but for now, it'll be an issue from here on out, in every script.
Well, while looking for a different function in php, I stumbled upon wordwrap() (well, restumbled upon it). Fixxing this is probably a good possibility. Later though.
.
Sheemps:
And on the block page, it says block notices and PMs, aren't notices only mod/admin sendable? If so, wouldn't that just meses up alot of things?There are several types of notices... admin, friendship, clan, etc...
You can not block admin notices, and you wouldn't want to! You'll be able to ask for a second judgement on any action taken against you and the notice will send a request to the admin section, containing the ability for your post/signature/etc/etc/etc to be restored! Quite hot shit. In theory. It'll also contain such things as map / tutorial submission status and so forth.
The other type is unnecessary types like friendship, clan, and game requests. You could block such things from higher powers like me if you want, and they would be blocked.
Hopefully I covered every little report with a response or a question. I think I may take a nap and get on those saved/sent pm issues tomorrow.
You guys are great
. Even though I did state the message center was ready for playing with kinda early, it seems to help to finish it faster with you guys yelling what's wrong
.