Recent content by covertedin2017

  1. C

    XF 2.1 Constants already defined in php72compat_const.php after upgrade

    Chris, I'm running PHP 7.3 and encounter this issue as well.
  2. C

    XPress - A theme and bridge for bringing WordPress into XenForo [Deleted]

    A couple questions-- Are there plans to support TD Composer in the near future? Hoping to migrate to the XPress theme from Newspaper- it'd be great to avoid purchasing another page composer (divi). When making a new post in Wordpress, a forum thread is created. Is it possible keep the forum...
  3. C

    Duplicate Add option to exclude node from RSS feed

    Add option to exclude node from RSS feed To integrate with a CMS, I'm using the RSS importer to show new Wordpress content. At the same time, Wordpress widgets are showing the latest forum content. Adding ability to exclude a node from the general forum RSS feed would limit having duplicate...
  4. C

    Specialist Services - vBulletin, Big Boards, Custom Imports, Community +Server Management

    @Slavik moved our ~100k post vBulletin 5 database over to Wordpress + Xenforo 2. The transition was seamless, scripts were clean. Price was right. @Slavik is the way too go for any migration. I'll probably be reaching out at some point again for custom Xenforo widgets.
  5. C

    XF 2.0 Friendly Nginx Rewrites

    Here's what I ended up with: location ~ \.php$ { try_files $uri =404; include /etc/nginx/fastcgi_params; fastcgi_pass unix:/run/php/php7.0-fpm.sock; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; }...
  6. C

    XF 2.0 Friendly Nginx Rewrites

    I'm trying to get friendly URLs going for Nginx. The forums are in /community location. When I insert the commented out lines below, PHP files aren't being executed (they're downloaded instead). Any idea what I'm doing wrong here? Based on the reference in the manual, it looks like the...
  7. C

    Migrate Posts from Xenforo 2.0 (or vBulletin 5) to Wordpress Articles

    Looking to Migrate Posts from Xenforo 2.0 (or vBulletin 5) to Wordpress Articles Currently transitioning from vBulletin 5 to Xenforo 2.0 + Wordpress. Interested in migrating either of vBulletin 5 articles (that are now Xenforo 2.0 posts), to Wordpress, with their attachments, comments, and...
  8. C

    XF 1.5 Integrate Wordpress Header/Footer Without Overriding XenForo CSS

    Hi, I'm trying to implement my Wordpress header / footer over the Xenforo page, but the CSS that it's pulling in is overriding much of XenForo's. What could I do to have the CSS called within Wordpress' php only apply to the header / footer sections when called here, and not the rest of the...
  9. C

    vBulletin 5 to Xenforo Importer

    Looks like the attachments are all copied over successfully. Has anyone looked at cases where forum posts have in line attachments? Those currently show a link to the attachment location on the older site, as opposed to an in line preview / link to the attachment in the new site. Is that...
  10. C

    vBulletin 5 to Xenforo Importer

    That's clear now, thanks! Next up: Attachments. I had to manually create the 'default' attachments directory to avoid a 'not found' error. Now we get through 5 iterations of attachment conversion (in batches of 100), until we stop. There is no error reported, just the various "Notice...
  11. C

    XF 1.5 Setting Max-Width of Content Area for Responsive Design

    How could I go about setting a max width of the content area, based on each of the different responsive design 'steps'? I currently set max_width=1024px in Style Properties / General. I'd like to set the max width based on the screen / window size of the viewing browser. Thanks!
  12. C

    XF 1.4 Incorporate WordPress Header with XenForo

    Hi, A few questions: How do you avoid having the CSS that's pulled from Wordpress here affect the Xenforo site? I created a new div around where this was added to the header template- but no luck. Is there a similar way of doing this for the Wordpress footer? How could Xenforo know the...
  13. C

    vBulletin 5 to Xenforo Importer

    Thanks. What could I do to debug ERROR 1064 above?
  14. C

    vBulletin 5 to Xenforo Importer

    Error shown: ERROR 1364 (HY000): Field 'tags' doesn't have a default value This looks like it's caused by below line in the query: ('85', '9', 'Available: Custom asset tags/property of labels', '5', '1056', '17', 'usergoeshere', '1294806364', '0', 'visible', '1', '', '115', '0', '1295540047'...
  15. C

    vBulletin 5 to Xenforo Importer

    Thanks for info on the notices. Threads not showing: - Correct order followed, per your reply - Forums all exist - The thread count shows all threads importing OK. - xf thread database table is empty - Post database table looks correct - See screenshot attached for view of script's page...
Top Bottom