Staredit Network

Staredit Network -> SEN v5 Alpha -> Message Center
Report, edit, etc...Posted by RexyRex on 2005-06-10 at 15:53:05
Okay, let's see.
  • Saved a draft of a PM to send to myself...I go into drafts folder...Click on link...And get critical error: "Invalid message type to load."
  • Can't delete anything, but you already told us that. wink.gif I can empty things though.
  • Can't send messages to self. I get a warning. I personally like being able to do this, so I can see my signature in topic view, test BBCodes, etc..
  • When sending a PM to the other account I just made, I get a critical error saying my keys don't match. Probably because I just made an account in the other window, but...ermm.gif
  • Clicking the Go Back link from the critical error window after sending a PM really just refreshes the page.
  • Some CSS problems on the side panel...on hover things go down to two lines, etc. (Firefox)
  • That's a sexy little notification of a new PM. smile.gif
  • I checked a PM, and the boxes seem sorta distorted. I don't know what half of them are...see for yourself in the screenshot.
  • Sorry for another bullet, but the quote block looks awesome. happy.gif
  • The 'Message for' row in saved drafts is blank.
  • Preview does nothing, you probably haven't started that yet. wink.gif
  • Cannot create your own folders, yet there is a section to edit them. blink.gif
  • You can add yourself to the address book, but you can't PM yourself.
  • Editing someones group in the contact list gives a blank critical error.
  • Can add self to ignore list.
  • Settings section makes a critical error saying it doesn't exist.
  • Adding no names in the sending box gives me die() error.."Query failed : INSERT INTO message_pms_topics VALUES
    (1064): You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1"
Keke, even more coming soon?
Report, edit, etc...Posted by BeeR_KeG on 2005-06-10 at 17:02:59
This is a problem with certain characters when making PReviews out of PM's. When you use thsoe certain characters they will get replaced by some PHP syntax in the Preview Section.

Any use of any PHP syntax or symbols that PHP sues will screw this up.

In Example:

<?php echo \'<p>Hello World</p>\'; ?>

Will transform into:

&lt;?php echo \'&lt;p&gt;Hello World&lt;/p&gt;\'; ?&gt;

Meaning that any character used in either PHP and/or HTML will be transformed.

PHP and HTML isn't enabled but the special characters used to distinguish syntax/scripts is enabled in a wierd way.
Report, edit, etc...Posted by RexyRex on 2005-06-10 at 17:11:58
It does that so it doesn't execute the scripts. How is that weird?
Report, edit, etc...Posted by IsolatedPurity on 2005-06-10 at 17:25:19
Unresolved Issues:
* Can't delete anything, but you already told us that. wink.gif I can empty things though.
Yes... but that empty function probably doesn't correctly sync everything yet. Viewing a pm and then deleting it from the [delete] link should work.

* The 'Message for' row in saved drafts is blank.
* Saved a draft of a PM to send to myself...I go into drafts folder...Click on link...And get critical error: "Invalid message type to load."
Yeah, loading a saved draft hasn't been totally configured yet. I'll do it soon!

* Clicking the Go Back link from the critical error window after sending a PM really just refreshes the page.
What?

* I checked a PM, and the boxes seem sorta distorted. I don't know what half of them are...see for yourself in the screenshot.
Empty signature and empty avatar boxxes...


Fixxed Bugs (hopefully?):
* Can't send messages to self. I get a warning. I personally like being able to do this, so I can see my signature in topic view, test BBCodes, etc..
* Can add self to ignore list.
* You can add yourself to the address book, but you can't PM yourself.
* Adding no names in the sending box gives me die() error.."Query failed : INSERT INTO message_pms_topics VALUES
(1064): You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1"



Maybe not bugs?:
* Editing someones group in the contact list gives a blank critical error.
It shouldn't... check again.
* Preview does nothing, you probably haven't started that yet. wink.gif
It should! I think it's some type of cache problem. It works for me though... I'll look into later and make a poll or something. Try again?


Not bugs:
Well... try again... and make sure.
* Cannot create your own folders, yet there is a section to edit them. blink.gif
Yes you can... but I told you that.
* When sending a PM to the other account I just made, I get a critical error saying my keys don't match. Probably because I just made an account in the other window, but...ermm.gif
If you use the same browser, it will kill your older session, making your key invalid.
* Some CSS problems on the side panel...on hover things go down to two lines, etc. (Firefox)
Was only the splash page's info I was echoing out...
* That's a sexy little notification of a new PM. smile.gif
And it will be better soon!
* Sorry for another bullet, but the quote block looks awesome. happy.gif
The quote block for bbcode?
* Settings section makes a critical error saying it doesn't exist.
Yes... because it's referring to the usercp which isn't converted to the new class format.




ADDITION:
Beer... your problem was fixxed. Old bbcode parser residue smile.gif.
Report, edit, etc...Posted by LegacyWeapon on 2005-06-10 at 17:25:32
Forwarding messages causes this:
CODE
<br />- - - - This message was recieved from LegacyWeapon.<br />
Report, edit, etc...Posted by Shmeeps on 2005-06-10 at 17:41:58
I see alot of BBCode still has to be done, eh?

user posted image

Very nice work on the thumbnailing though happy.gif
Report, edit, etc...Posted by LegacyWeapon on 2005-06-10 at 17:43:32
Yes... but that empty function probably doesn't correctly sync everything yet. Viewing a pm and then deleting it from the [delete] link should work.
Confirmed.

Can't send messages to self. I get a warning. I personally like being able to do this, so I can see my signature in topic view, test BBCodes, etc..
Confirmed fix.

Can add self to ignore list.
Confirmed fix.

Adding no names in the sending box gives me die() error...
Confirmed fix.

Editing someones group in the contact list gives a blank critical error.
Still bugged.

New bug:
Cannot move PMs to another folder.
Report, edit, etc...Posted by RexyRex on 2005-06-10 at 17:51:37
Bug: Blank box when viewing a sent PM. It's to the left of the clock. smile.gif
Unless...it's just to take up space.
Report, edit, etc...Posted by LegacyWeapon on 2005-06-10 at 17:52:49
Daylight savings time doesn't work yet tongue.gif
Report, edit, etc...Posted by RexyRex on 2005-06-10 at 17:54:53
Lot's a Re: Re: Re: after big conversations. How about it just says it once? smile.gif

ADDITION:
What happened to those quote boxes?
Report, edit, etc...Posted by Shmeeps on 2005-06-10 at 17:56:03
I think you forgot word wrapping..... or something.

EDIT: Look at the scrollbar.
Report, edit, etc...Posted by RexyRex on 2005-06-10 at 17:56:06
Clicking on "Add to aBook" I think uses an unessecary query (Selecting the MID from the $_GET), can we have our debugger back? sad.gif
Report, edit, etc...Posted by LegacyWeapon on 2005-06-10 at 17:57:50
Firefox doesn't have the cool "New PM" thingy that IE does.

nvm, either someone fixed it or I never realized it was there.
Report, edit, etc...Posted by Shmeeps on 2005-06-10 at 17:58:41
Doesn't check for a title, and if there is none then you can't open it.

[attachmentid=10196]
Report, edit, etc...Posted by RexyRex on 2005-06-10 at 17:59:59
Can send a message without a title.

ADDITION:
Lololol...
Report, edit, etc...Posted by Shmeeps on 2005-06-10 at 18:00:22
Wow, timing was perfect happy.gif
Report, edit, etc...Posted by IsolatedPurity on 2005-06-10 at 18:01:04
How would you know?! (daylight savings time)


In summary: Playing around with saved, sent, or fowarded pm's is buggy. I pretty much knew this before this topic started angel.gif. You guys did, however, point out some bugs I didn't know about.

I'll make sure the next script a little more completed before stating it's available for testing smile.gif. This is almost as sad as a Blizzard game released as beta.


Any suggestions for improvements on features or the general look of things?



BBcode and some of the other things were stated as not done in the topic that gives you the link to senv5. Try to refrain from posting about things already covered in that topic.

I needs to go to my sister's graduation thing soon...
I'll try to get the message center like 95% done when I'm back.
Report, edit, etc...Posted by RexyRex on 2005-06-10 at 18:01:27
QUOTE(LegacyWeapon @ Jun 10 2005, 02:57 PM)
Firefox doesn't have the cool "New PM" thingy that IE does.

nvm, either someone fixed it or I never realized it was there.
[right][snapback]231699[/snapback][/right]

Report, edit, etc...Posted by LegacyWeapon on 2005-06-10 at 18:01:43
Could you make tabbing from "Quick Reply" textbox go to the "Reply" button?
Report, edit, etc...Posted by RexyRex on 2005-06-10 at 18:02:37
Fatal error: Call to undefined function: critial() in /home/is047s3n/public_html/1337v5/scripts/messages/read.php on line 16
I manually changed the $_GET from http://www.staredit.net/1337v5/?p=messages...ype=inbox&id=53 to http://www.staredit.net/1337v5/?p=messages...ype=inbox&id=52.

??
Report, edit, etc...Posted by Shmeeps on 2005-06-10 at 18:06:41
QUOTE
Any suggestions for improvements on features or the general look of things?

Defiantely fix the word wrapping.

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?

QUOTE
BBcode and some of the other things were stated as not done in the topic that gives you the link to senv5. Try to refrain from posting about things already covered in that topic.

Umm, it didn't say anything about BBCode specifically though happy.gif
Report, edit, etc...Posted by IsolatedPurity on 2005-06-10 at 18:06:48
Yes... the whole header will be redone after I fix up the scripts I practically already have done. Hopefully my weak image skills will strengthen and it will totally kick ass. I'll make sure to make the new pm box more noticable.

-----

What do you mean LW?

-----

lol rext... miss spelt "critical" there... fixxed.
Report, edit, etc...Posted by LegacyWeapon on 2005-06-10 at 18:08:48
When you are in the "Quick Reply" textbox, then you press tab, it is on your username at the top right. I'm used to these textboxes going to a place where I can press Enter to submit. Could you make it so that tab order goes from "Quick Reply" textbox to "Reply" button?
Report, edit, etc...Posted by RexyRex on 2005-06-10 at 18:10:18
Let's see, skin suggestions...
  • Where did our quote thing go? It used to be a gray box...
  • Fix IE CSS where it repeats the silver gradient image.
  • Make things like [ delete ] buttons? (form buttons)
Found a bug. You can send yourself a message if you send another one to someone else, first. Such as "LegacyWeapon, RexyRex"

ADDITION:
perhaps strstr($_SESSION['username']) ?
Report, edit, etc...Posted by Shmeeps on 2005-06-10 at 18:12:07
QUOTE
Found a bug. You can send yourself a message if you send another one to someone else, first. Such as "LegacyWeapon, RexyRex"

You can send one to your self anyways, happy.gif
Next Page (1)