Recent content by IPF

  1. I

    XF 1.5 White theme

    Is there a white theme for Xenforo that I can buy with minimal/ zero color - minimalist, straight lines, no shadows or gradients? Basically a snow white theme. Thank you.
  2. I

    XF 1.5 Removing 'Last edited by a moderator'

    Found these two. So far, I have emptied the xf_edit_history table. What sql command should I use to remove that line? Will these work? UPDATE xf_post SET last_edit_date = '0' UPDATE xf_post SET last_edit_user_id = '0' UPDATE xf_post SET edit_count ='0' Update: The 3 commands worked...
  3. I

    XF 1.5 Removing 'Last edited by a moderator'

    I used the Post find and replace addon and now my forum has a few of these. How do I remove the line via phpmyadmin?
  4. I

    XF 1.5 Is it possible to split posts where half a post stays and the other half gets moved to other thread?

    It will have the same date as the original so postb-copy will appear in the middle of thread X. Test a couple of your own posts and see before you try it with a member's post.
  5. I

    XF 1.5 Is it possible to split posts where half a post stays and the other half gets moved to other thread?

    Make a copy of the post. Move one to the off-topic thread. Edit and remove the unwanted portion in both.
  6. I

    Post Content Find / Replace

    The code worked perfectly well. Thanks @EQnoble.
  7. I

    Post Content Find / Replace

    Thank you very much (y)
  8. I

    Post Content Find / Replace

    Thanks for your help. Oooh, I laughed so much Punita!!! Also attaching an image.
  9. I

    Post Content Find / Replace

    Yes I did take a back up and restored it. So everything is back to normal and tagged usernames are appearing as a link as shown below. Can I use the code you have given above so the circled name is not a link anymore? Thank you very much. Have a happy and blessed new year. (y)
  10. I

    Post Content Find / Replace

    How can I remove all username tags using this addon? Is this possible? I want to remove all instances of @ before user names so it is not a link but just a name. Edit: After trying a code mentioned here, my entire posts have become links. I think [/user] part alone got removed.
  11. I

    XF 1.5 Phpmyadmin shows 2 databases

    The other one was my vbulletin database. I have removed it now. Thanks.
  12. I

    XF 1.5 Phpmyadmin shows 2 databases

    I know which one I used in config.php. It has XF tables so I am not sure how I can delete it. I don't remember creating two databases when I installed XF.
  13. I

    XF 1.5 Phpmyadmin shows 2 databases

    My XF forum is having 2 databases in phpmyadmin. Is this for a reason? Can I merge them? Thanks.
  14. I

    XF 1.5 Remove entire navbar on UI.X theme

    This one - https://xenforo.com/community/threads/remove-forums-tab.76440/
Back
Top Bottom