Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS PHP-General – Change Status of a Message from Read to Unread

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44808

    How do you implement the option to change status of a Message in our admin section from “Read” to “Unread” ? Is that really hard to do ?

    We receive messages in our admin section and once a message is read we would like to be able to change the status of the message from “read” back to “Unread”.

    Is that a rather easy thing to do or complicated ?

    Thank you !

    #135252
    __
    Participant

    > Is that really hard to do ?

    Who knows? Depends on how sharp your coding skills are. If you have no idea where to start, my best guess is that it will be a “learning experience” for you, and maybe fairly difficult.

    You need to provide more details. What kind of software do you use? WordPress? another CMS? a “home-grown” script? How are your messages stored? How is your “admin section” designed? What programming language does it use?

    *Assuming* your messages are stored in a database, there is likely a field in the table which indicates the status of each message. Making a message “unread” again would simply be a matter of changing the value in that field. As I said, however, it’s not possible to give a more useful answer without more information.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.