CodeIgniter Forums
Private Msg Like Facebook - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Private Msg Like Facebook (/showthread.php?tid=4165)



Private Msg Like Facebook - El Forum - 11-10-2007

[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]


Private Msg Like Facebook - El Forum - 07-26-2008

[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.


Private Msg Like Facebook - El Forum - 07-26-2008

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

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


Private Msg Like Facebook - El Forum - 07-27-2008

[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.


Private Msg Like Facebook - El Forum - 11-26-2012

[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.


Private Msg Like Facebook - El Forum - 12-06-2012

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