Recent content by Taylor J

  1. Taylor J

    [TaylorJ] Blogs

    Will take a look into that!
  2. Taylor J

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    Oh a XenForo REPL now that's nice. Also this is me, on everything I work on. I am both of the beavers.
  3. Taylor J

    [TaylorJ] Blogs

    That would be due to the blog description field having a hard limit of 255 characters. I'll probably have that changed in the future for it to be an option in the acp to set it to whatever an admin wants, but for now due to the addons default design on the front end and where the description...
  4. Taylor J

    [TaylorJ] Blogs

    For now really the only advantage I can see is that users, if allowed, can have multiple different blogs for their different blog niches. Whenever I get around to finishing the next x.X.x release there will be more features for content discoverability like similar blog posts to the one that is...
  5. Taylor J

    XF 2.4 general discussion, feedback, complaints, random off topic posts, etc.

    To be fair there are credible rumors that it's coming out this year/early next before GTA.
  6. Taylor J

    Add-on Anyone try vibe coding an addon?

    I wouldn't doubt that vibe coding for addons is so far a disaster. Most of the knowledge that any LLM would get about the structure/logic of XenForo would come from public posts here or random posts on warez forums probably. I've had some times were I tried asking it how to do something in one...
  7. Taylor J

    [TaylorJ] Blogs

    For A) I am still unable to re-produce this on my dev install, my staging install, or even as an upgrade. Would you mind sharing a screenshot of the addon as seen in your ACP? Also what XenForo version and PHP version you are using. For D) is that the url as seen in your browsers url bar or...
  8. Taylor J

    [TaylorJ] Blogs

    A) Did you set the user group / user permissions for Admins to be able to edit blog posts? By delete them completely do you mean only hard delete? I ask because by default on the latest version you can only soft delete from view if you do not have the hard delete permission. B) This is one I'm...
  9. Taylor J

    Post your speedtest.net results!

    Pay for 5gig but have not upgraded my network switch at all and stuck on a 1gig switch for now. Also using Cloudflares speedtest as most ISP's now optimize for speedtest.net results.
  10. Taylor J

    XF 2.3 Cron vs job entry in db

    I've been attempting to work on a solution based on what you described above but had some more questions as I ran into a blocker in my head. The table that the job would be looping through would be the xf_user, would looping through every single row be smart for big boards that could have to...
  11. Taylor J

    XF 2.3 Cron vs job entry in db

    At a set time, which will be the only differing factor each time, the job will perform the same function of just changing a field on a users xf_user row to a 0. A moderator will be able to set a certain time span from any amount of days and/or hours specified by the addons options which is when...
  12. Taylor J

    XF 2.3 Cron vs job entry in db

    What would be the preferred way to handle what could be a huge amount of jobs being created for scale wise? For my use case a cron would be the simplest way to get this done but it would then have the down side of the task/function that needs to run not running at the exact time that is set for...
  13. Taylor J

    XF 2.3 Auto-Linking URLs

    After some more digging and you making something pop into my head when bringing up how it doesn't work on user profiles, I believe it may have to do with your content_type needing an embed_resolver_class.
  14. Taylor J

    XF 2.3 Auto-Linking URLs

    That's also how I'm achieving it in my blog posts {{ bb_code($blogPost.blog_post_content, 'taylorj_blogs_blog_post', $blogPost) }} It's been a long while since I ran into this, but maybe you need to make sure you have a proper content_type setup for...
Back
Top Bottom