Recent content by TheUnderdog

  1. T

    XF 1.5 Watched threads incorrect after migrating from SMF

    But that says: That will add a watch record for the author of every existing thread (no emails). So it only works when you are the author of the thread, not if you posted in it... :(
  2. T

    XF 1.5 Missing "name" at Webmaster Tools at posts made by guests (removed accounts)

    Same problem here. Webmaster Tools showing me 1249 errors. Is there a solution to this?
  3. T

    XF 1.5 Watched threads incorrect after migrating from SMF

    After migrating from SMF I am now watching a lot of threads that I wasn't subscribed to prior to migration. What's the reason for this? Is there an SQL query I can run so that I can reset watched threads for everyone so that they are only watching threads they have previously posted in?
  4. T

    XF 1.5 Please help with SMF redirects after migration (URGENT)

    I am having issues with my redirects. Here's how my htaccess file looks like: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] RewriteCond %{QUERY_STRING} (^|\?|&)topic=([0-9]+)\.[0-9]+($|&) RewriteRule ^index\.php$...
  5. T

    XF 1.5 Please help with SMF redirects after migration (URGENT)

    NEVERMIND! They work now! Probably had to do something with my browser. Thanks a lot Mike!
  6. T

    XF 1.5 Please help with SMF redirects after migration (URGENT)

    Hello Mike, Neither solution worked. I wonder why? I don't want the query string to be added at the end of the redirected URL, is there another workaround for this? I used the NE flag as well for the second issue but it didn't do anything. That's weird, it should work.
  7. T

    XF 1.5 All private messages shown as UNREAD after migrating from SMF

    Hello, I just finished migrating my SMF forum to Xenforo. However, all my private messages are currently being showed as unread. How can I fix this?
  8. T

    XF 1.5 Please help with SMF redirects after migration (URGENT)

    This is what I have so far which isn't completely working: - RedirectMatch ^/$ /forum/ RewriteEngine On # redirect threads RewriteCond %{QUERY_STRING} (^|\?|&)topic=([0-9]+)\.[0-9]+($|&) RewriteRule ^index\.php$ /forum/threads/%2/ [R=301,L] RewriteCond %{QUERY_STRING}...
  9. T

    XF 1.5 Please help with SMF redirects after migration (URGENT)

    Greetings, I have recently moved from SMF to Xenforo, but I have no idea how to redirect the URLs so that there are no broken links. The old SMF forum is located at domain.com and the new Xenforo forum is located at domain.com/forum/ How am I supposed to redirect if old forum threads are in...
Back
Top Bottom