Welcome Guest, Not a member yet? Register   Sign In
Private Msg Like Facebook
#1

[eluser]MMCCQQ[/eluser]
hi!

i starting design a Private Msg, i want somethin like facebook.com with ajax , when i click a checkbox, active the link , if msg is new , just active Mask As Read and Delete. who know can i make this?


[Image: ejemploxt9.gif]
#2

[eluser]Philip Ramirez[/eluser]
It's just a CSS class + Javascript.

CSS
Code:
.menu_disabled a:hover {
    cursor:default;
    text-decoration:none;
}

.menu_disabled a {
    color: #AAAAAA;
}

Then use Javascript (I recommend using JQuery) to add/remove the menu_disabled class from the element when a checkbox is checked/unchecked.

Facebook's implementation allows for multiple message editing and is also aware of the state of the messages.
#3

[eluser]Yash[/eluser]
Read more about moo tools or spry or jquery

and little css that's it you will make that.
#4

[eluser]The Wizard[/eluser]
if your asking for the table and the database thing,
you have to store the topic and the messages seperately.

for example in 1 table you can store the subject, and from who to who you
send the messages, and in 1 table you store the entire messages
in conjuction with the propper ID for the message and the subjects table.

If you dont do it like this, you have to way mass with subjects in every row
and it would look unprofessional.
#5

[eluser]angelina042[/eluser]
yes this looking good as i saw this here is : http://img111.imageshack.us/img111/5770/ejemploxt9.gif it is good to go excited to see what you come up with.
#6

[eluser]angelina042[/eluser]
That's look great i mean it really good working . Excited to see this. Smile




Theme © iAndrew 2016 - Forum software by © MyBB