Recent content by oman

  1. oman

    [XFA] Multiple Countdowns - XF2 [Paid]

    Yes, have these two:
  2. oman

    [XFA] Multiple Countdowns - XF2 [Paid]

    Hi @XFA, Running the latest version of your add on - 3.1.1. It's generating the following error many times in the error log, so we've needed to disable the add on: XF\Db\Exception: Macro public:PAGE_CONTAINER :: header() error: MySQL statement prepare error [1054]: Unknown column...
  3. oman

    [oman] Justify Text BB Code

    Yes, I will update it, good idea. You'll receive an alert when it's ready to download. :)
  4. oman

    XF 2.0 Unsupported operand types in internal_data/code_cache/templates/l1/s2/public/forum_view.php on line 22

    I also strongly believe here that you should ensure that your add ons / styles have appropriate measures (when someone goes to update your add on / styles to benefit from improvements without updating their XenForo version) in place to prevent throwing an error that breaks access to nodes...
  5. oman

    XF 1.5 Is there a way to automatic remove a selected secondary group.

    The Batch Update Users feature is probably going to help you with this specific scenario. You can find it under Users, Batch Update Users. Firstly, you can use it to search based on a criteria to see which users are part of a secondary user group. Secondly, you can search based on a criteria...
  6. oman

    XF 2.0 Outgoing Link - Warning Message

    Hi @Loohney, Closest I could find was the following add on: https://xenforo.com/community/resources/external-link-warning.4408/ It is only compatible with XenForo 1.x, but you could reach out to the author and see if they plan on updating it to XenForo 2.0. You might be able to contribute to a...
  7. oman

    XF 2.0 Installing an addon

    The following section of the XF2 docs should help: https://xenforo.com/xf2-docs/manual/add-ons/ Essentially, the process is relatively similar to XF1 in that you upload the contents within the src/ js/ and styles/ folders to the relative directories - note not all add ons have all of those but...
  8. oman

    XF 2.0 Simple. backgroun colour

    There are a few different background colours you can change. Generally, these can be found at Style Properties, Basic colors within your style. :)
  9. oman

    Free Demo Questions

    In addition to what @imno007 and @S Thomas mentioned, many add on developers have a demo site which they use to allow users to experience their add ons too, so you can definitely make use of those when looking into different add ons (normally linked in resource descriptions).
  10. oman

    Recommended values for xenforo

    I don't believe XenForo has recommended values for these. The approach you should take is stick with what your host sets as default, and if the need arises to increase them (e.g. if users start to upload larger files) you can increase them.
  11. oman

    XF 1.5 Conditional - Post Count

    Hi @thenashy You could try this, and will probably (hopefully) work: <xen:if is="{$visitor.message_count} <= 10"> YOUR CONTENT GOES HERE </xen:if> Let me know if that works.
  12. oman

    Upgrade from Xenforo 1 to 2

    Hi Jens, Sent you a message. oman
  13. oman

    XF 2.0 Remove branding on /admin.php

    Note that the branding removal option only removes the visible copyright notices. To change that image, you'll need to edit the admin template login_form. To toggle the visibility of the admin templates, you will need to enable Debug mode. Once you are done, go to the templates section of your...
  14. oman

    XF 2.0 Add images in pages template

    To add an image, you can use the following HTML code: <img src="url"> Where URL is either the full URL (if an external image), or the local path to your image (if an image stored internally). Examples: <img src="https://xenforo.com/community/styles/default/xenforo/xenforo-logo2x.png"> <img...
  15. oman

    XF 2.0 Keywords in the posts

    Yes, it is definitely available in XenForo 2.0 as well. To enable it, head in your AdminCP to Setup, Options, Content Tagging. Tick the Enable content tagging checkbox, and set the other options to your preferences. Once you click save, you should now see the tag box when creating a new thread.
Top Bottom