Recent content by Robert9

  1. R

    XF 2.2 Delete user, add user, change posts/threads to old user

    User Sam has 12 threads and 99 posts. User Sam deletes his account. User Sam registers again with user_id 1234 I do something like update xf_thread set userid_id = "1234" where username = "Sam"; update xf_post set userid_id = "1234" where username = "Sam"; I also tried the different functions...
  2. R

    Link Checker for XenForo 2.x by AddonsLab [Paid]

    Can i get a list with all posts including www.microsoft.com/something? Can I delete all these links in these posts and/or replace them with "haha, nice text"?
  3. R

    Thread type!

    Yesterday i could choose a thread type. But nobody should use this function. Now we have some new users trying to post articles. Ok, i switch all thread types off. But now I cant switch articles to discussion.
  4. R

    Tags management

    Normally, I avoid touching this, because none of the given functions and none of the installed add-ons work for me in a good way. Maybe someone can write a small add-on like this? Show by first char, sort by title, show/sort by word length? But most important: Give my a list of at least 500...
  5. R

    [OzzModz] Auto Deleted Content [Paid]

    LogicException: Cannot delete an entity that has been partially updated in src/XF/Mvc/Entity/Entity.php at line 1594 XF\Mvc\Entity\Entity->delete() in src/addons/OzzModz/AutoDeletedContent/Service/AutoDeleteAddEditTrait.php at line 75...
  6. R

    Can view deleted posts full

    Situation: Ten moderators delete 100 posts a day. Admin can trust them and delete all the deleted posts with an add-on. But if the admin wants to read what people have written and/or wants to control the work of the mods, there is a click needed for every post to read it. Why? I want to see...
  7. R

    [OzzModz] Auto Deleted Content [Paid]

    Ok, when click "cancel" instead of "trashcan", it works.
  8. R

    [OzzModz] Auto Deleted Content [Paid]

    Next problem: I had two posts in queue; watching list with posts delete one deletion order next page after clicking is: Oops! Calling list again, shows again two posts!
  9. R

    [OzzModz] Auto Deleted Content [Paid]

    Wow! Big problem! I can save only with an input. I cant change that input, because I cant save without input. Now this post ist marked for deletion. But I dont want to delete it. Please check this.
  10. R

    [OzzModz] Auto Deleted Content [Paid]

    Errormessage: I tried to save (checkbox was checked) => error: deleting not possible without a date I have unechecked the box => error
  11. R

    [OzzModz] Auto Deleted Content [Paid]

    Ok, there is an option to show that a post is in the queue. But this needs a query, right? I would prefer just a message inside message field like written above. Option: Add message at end of post message text? (see phrase lala)
  12. R

    [OzzModz] Auto Deleted Content [Paid]

    Somehow nice, but somehow a toy and not a tool. I do not have the time to click on [edit] and change the date. Now this add-on can be used to delete a special message, for example, when you need it one time a month. a) But if I want to write many self-deleting posts, I need a fixed input in...
  13. R

    Alert Improvements by Xon

    Has someone an idea how to translate complicated phrases like sv_x_reacted_y_content_z_times {name} reacted to <a {unsummarizeAlertLinkAttributes}>{reactedcontent}</a> with {reactions} It seems some of the parts are hard-coded? {reactedcontent} for example? At the moment i have something...
  14. R

    XF 2.2 Regex for non latin chars?

    Is it possible to have a regex for non latin chars? Why? Because some languages have really small chars, this looks like this for example: water in english language - water in foreign language What I am thinking about is a regex to do this: find foreign chars start and end, find any needle...
  15. R

    XF 2.2 Threads from guests?

    Solution 4: Use the normal register function and add a crown job deleting users after one day if they have 0 post. Use the register mail to tell them: Post or die!
Top Bottom