Recent content by The Dawg

  1. T

    Post Content Find / Replace

    If you want it to replace all :emoji_XX: to 🆒 then you won't need to insert the matched wildcard. (\1). Just do this: Quick Find: :emoji RegEx: #:emoji_(\w+):# Replacement: :cool: ** Remember do a test run before you save the settings **
  2. T

    Post Content Find / Replace

    Sorry I forgot you'll need to use a delimiter, so the RegEx should be: #:emoji_(\w+):#
  3. T

    Post Content Find / Replace

    Do a test run (don't save) and see what results you get from: RegEx: #(http|https):\/\/site\.com\/redirector\.php\?url=https%3A%2F%2Fvk.cc%2F(\w+)# Replacement: https://vk.cc/\1
  4. T

    Post Content Find / Replace

    Do a test run (don't save) and see what results you get from: Quick Find: :emoji RegEx: :emoji_(\w+): Replacement: :\1: This should remove the emoji_ to :xxx:
  5. T

    Post Content Find / Replace

    May help some: I had a BBCODE for instagram: xXxXxXxXxXx I ran the following to update the code: Quick Find: [INSTA REGEX: #\[INSTAGRAM](\w+)\[\/INSTAGRAM]# Replacement:
  6. T

    XF 2.0 DBtech Likes to Xenforo Likes?

    I tried it, but got "Column 'content_user_id' cannot be null" :confused:
  7. T

    XF 2.0 Problem converting Youtube links to media bbcode

    I imported VB 4.x to Xenforo 2 - Which went fine. I installed the Post Content / Find Replace tool to fix some of the Youtube links. I ran query with the save box checked, it found 50+ instances. However, the posts were not changed. Should the posts display the new version automatically or do I...
  8. T

    Post Content Find / Replace

    Hello all - I ran query with the save box checked, it found 50+ instances. However, the posts were not changed. Do I need to rebuild posts after I run this tool?
  9. T

    XenForo Redirects for vBulletin

    New install here. I converted from VB4 to Xenforo2. My VB4 lives at domain.com/board, my Xenforo is at domain.com. If I leave the VB4 in tact the pages still load, so I renamed the folder, recreated /board, then put the .htaccess and index.php from XF301VB. The index points to domain.com...
Top Bottom