Recent content by The Dawg

  1. The Dawg

    XF 2.3 Change reaction emojis?

    Is there a way to modify the emojis? I was looking to change the skin tone of the thumbs up/down. **I found the .css file (joypixels-awesome.css), but modifying the path didnt seem to have an effect.
  2. The Dawg

    XF 2.3 Can't find style.xml

    Hello All - I deleted the default style YEARS AGO. I saw how nice it looks now and wanted to install it. I cant find the default style .xml file. I figured it was because I normally only download the upgrade. I downloaded the FULL zip (2.3.6) and I still dont see the file. Is there...
  3. The Dawg

    s9e Media Sites

    Is there a way to modify the emojis? I was looking to change the skin tone of the thumbs up/down. **I found the .css file (joypixels-awesome.css), but modifying the path didnt seem to have an effect. Thanks.
  4. The Dawg

    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 **
  5. The Dawg

    Post Content Find / Replace

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

    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
  7. The Dawg

    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:
  8. The Dawg

    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:
  9. The Dawg

    XF 2.0 DBtech Likes to Xenforo Likes?

    I tried it, but got "Column 'content_user_id' cannot be null" :confused:
  10. The Dawg

    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...
  11. The Dawg

    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?
  12. The Dawg

    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...
Back
Top Bottom