Delete messages

Karl-Heinz Mohr Posted in Performance and Scalability 9 years ago

Hello,

where can i delete older messages or all my messages. Where can help me?

Greetings from germany
Kalle

Replies
Karl-Heinz Mohr Replied 9 years ago

He cool, it's working now. Many thanks. It's great!!!!! Thank you sir!

Indonesian Arsalan Shah Replied 9 years ago

I just confirmed that its font-awesome component issue. You should delete form your site, its of no use.

Indonesian Arsalan Shah Replied 9 years ago

After disable font-awesome component disable and enable cache again.

Indonesian Arsalan Shah Replied 9 years ago

Try to disable font-awesome component, i have delete that component from community repository now.

I saw your css code, there is code that is blocking topbar icons. I think its font-awesome try to disable that component.

Karl-Heinz Mohr Replied 9 years ago

done! but it dosent work.
can you check it?
http://wkwfreunde.de

Indonesian Arsalan Shah Replied 9 years ago

Try to disable site cache

Karl-Heinz Mohr Replied 9 years ago

Hello,

i had delete Message at the mysql database. Now the Icons for Messages, friend requests and notifications can didn`t show anymore. the icons are on the webspace.

enter image description here

Karl-Heinz Mohr Replied 9 years ago

OK thank you sir

Greetings from germany
Kalle

Indonesian Arsalan Shah Replied 9 years ago

There is no way to delete messages at the moment, we should provide a way to delete message, all the messages are stored in ossn_messages table,

If you want to delete manually execute following sql command from phpmyadmin or sql console

DELETE FROM ossn_messages WHERE(message_from='10' OR message_to='10');

Here change 10 to your user guid, you can find your user guid in ossn_users table