Jump to content

blustic

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    blustic reacted to Adriano Faria in Restore all of a user's posts / responses (unhide)   
    Yes, that’s the problem when you are used to technical terms: you take it to the letter. As you said “posts”, I showed you how to it with posts. Anyway, glad you figured it out.
  2. Like
    blustic reacted to Jim M in Restore all of a user's posts / responses (unhide)   
    If you do wish to update manually via SQL, as mentioned by Adriano, it is at your own risk and please take a backup of your database before 🙂 .
  3. Thanks
    blustic reacted to Adriano Faria in Restore all of a user's posts / responses (unhide)   
    You can run the following query in your PHPMyAdmin (your host panel:
    update forums_posts set queued = 0 WHERE queued = 2 AND author_id = XXX; where XXX is the member_id.
    After that, hide and unhide any post just to update the cache so then it will dismiss the pending notice in the index/forum view.
    DO AT YOUR OWN RISK.
  4. Like
    blustic reacted to Day_ in Night Mode Theme   
    No it’s not, sorry. With 4.6 around the corner I may look at updating it for that release 
×
×
  • Create New...