Recent content by shri

  1. S

    XF 1.5 Statement violates GTID consistency

    Same issues on Google Cloud SQL Gen 2 - And cannot change that setting. :)
  2. S

    Parsing Post for BbCode on XenForo_DataWriter_DiscussionMessage_Post?

    FYI, this is part of the code that accomplished it, incase anyone else has a similar issue. $frontController = XenForo_Application::get('fc'); $fakeController = new XenForo_ControllerPublic_Index($frontController->getRequest(), $frontController->getResponse()...
  3. S

    Parsing Post for BbCode on XenForo_DataWriter_DiscussionMessage_Post?

    Hi Chris, So, I've managed to plug the postSaveAfterTransaction into Alchemy API and have a sanitised list of keywords. Say they're in an array $keywords. Can you give me a pointer on how to access the tagging API so that I can add or append these keywords to the thread's tag list? I can see...
  4. S

    Parsing Post for BbCode on XenForo_DataWriter_DiscussionMessage_Post?

    I have a requirement to parse a post for BbCode and have access to the threadid and post id. The goal is to extract some meta data from the text and links in the message using a text / link extraction service to figure out what the post is about (sentiment analysis / tag extraction). Extracted...
  5. S

    XF 1.5 $category.lastPost - can we get more than 1?

    From another thread, @Brogan said this: Sort of new here, but spent the last few hours reading through this thread ( https://xenforo.com/community/threads/how-to-use-template-hooks.13167 ), as I'm keen to inject some new data into the node_forum_level_2 hook. Was looking at adding some data...
  6. S

    XF 1.5 $category.lastPost - can we get more than 1?

    Thanks. Just realised it is a 3rd party API. Will continue digging around to see how this can be done. Despite having been on this forum since 2010, I'm really installing and testing this beast for the first or second time. :)
  7. S

    XF 1.5 $category.lastPost - can we get more than 1?

    Thats what I suspected after turning on the debug mode and looking at the SQL queries. Would it be a cleaner alternative to use a front end javascript that calls the getThreads api? https://github.com/Contex/XenAPI/wiki/REST-API-Actions#getThreads
  8. S

    Add-on Embed.ly Integration

    @ForumCube - did you guys ever do anything with Embed.Ly?
  9. S

    XF 1.5 $category.lastPost - can we get more than 1?

    Is there a way in which we could get more than 1 post to display in a node_category_level_2 template? I'd like to be able to show a list of 5 latest topics. Trying to restyle the home page to look more like a newspaper with Category ---- Topic 1 ---- Topic 2 ---- Topic 3 Bonus - if I can...
  10. S

    After over 13 years with vB, I'm debating on switching.

    Same here .. debating switching. Was member number 83 on the VB Forums ( http://www.vbulletin.com/forum/member/83-shri ) BUT .... one thing prevents me from moving over.... Multi Site features. Currently locked in because we have multiple connected forums using Cerberus from vb.org.
  11. S

    Multi Site Features

    Thanks will take a look and post some of my requirements there.
  12. S

    Multi Site Features

    About a year and a half later, we're looking at upgrading our current platform. Has anyone had any success with XenForo on a multi-domain / multi-license / multi-forum setup?
  13. S

    Multi Site Features

    Hi, (Forget about the licensing, it is assumed that if such a feature were available you'd pay for every subdomain / domain the software will be used on.) Does XenForo support multi-domain / multi-site configurations? It is important for us to figure out if it would be possible to run dozens...
Top Bottom