static

  1. FoxSecrets

    XF 2.2 Call message in static method

    How to call message method inside a static method? This also extends for error, redirect, buildlink, etc, getting undefined method. \XF::app()->message(\XF::phrase('some message'));
  2. Fastline

    XF 2.0 How to create static pages/Feature posts?

    I'm using XF 2.0.9 and i want to have something like static pages or the featured slide posts or posts in in the Home page. The forum will be like mywebsite.com/forums How can i achieve this? For e.g, XenForo itself. Thanks
  3. dknife

    bbcode to generate static content in message

    I have a function I wrote on my forum which displays dynamic content from the main site by simply using a bbcode tag and an ID to pull the data. This concept works great however what I really need is the ability to post the same content as either static or dynamic. The data it retrieves and...
Top Bottom