Recent content by Burp

  1. Burp

    Post Content Find / Replace

    More like #(http(?:s)?:\/\/)(ostertagdeteweforum\.de\/)((?:[^\[]+)?)#siu replace https://kms.\2\3 Test this with regex101.com to fine tune this
  2. Burp

    Post Content Find / Replace

    The regex should be something like this #(\[url]https:\/\/my-forum\.com\/threads\/)([0-9]+)\&highlight\=keyword\+keyword2(\[\/url])#siu Replacement: \1\2\3 Always test first
  3. Burp

    Post Content Find / Replace

    Always best to place an actual working link (with domain name changed if you please) so we can test it before give you the correct search and replace strings.
  4. Burp

    Post Content Find / Replace

    Yes, I was just looking for that one :) I knew that I made one recently, very recently :D:D:D:D
  5. Burp

    Post Content Find / Replace

    If you want to use this tool then: Quick Find: #siu Replace: Always try first without saving. If you get server errors, read this: https://xenforo.com/community/threads/import-from-ipb-3-2-posts-not-parsed-at-all.39577/#post-435226
  6. Burp

    Post Content Find / Replace

    Quick Find: Why web when you can app... Tapatalk from SM-910c Regex: #Why web when you can app\.\.\. Tapatalk from SM-910c#siu replacement: Leave empty Try testing first (leave check box save changes empty)
  7. Burp

    Post Content Find / Replace

    I supose it should but you ca try to just use [url= I have some trouble myself to find postings which I know they exist but the tool doesn't seem to find them. Regex is fine but I suspect the Quick Find
  8. Burp

    Youtube Media Site Extended

  9. Burp

    Youtube Media Site Extended

    Embeds are fine but it looks like he ignores the time you can set. Plays the youtube movie from the beginning instead of the specified time.
  10. Burp

    Youtube Media Site Extended

    It doesn't seem to work on our forum.
  11. Burp

    Youtube Media Site Extended

    Hi EQ, what is the syntax now?
  12. Burp

    Post Content Find / Replace

    This tool works only in the postings and not the signatures.
  13. Burp

    Post Content Find / Replace

    Yes, that should work. But Always test first. (Leave check box "save changes" unchecked)
  14. Burp

    Post Content Find / Replace

    For the first one u can use: QF: http://www.example.com/forum/showthread.php?t= Regex: #http://www.example.com/forum/showthread.php\?t=([0-9]+)#siu Replace: http://www.example.com/threads/\1 The second one is straight forward. U can figure that one out yourself. :)
  15. Burp

    Post Content Find / Replace

    YW :)
Top Bottom