Recent content by JoshA

  1. JoshA

    XF 2.2 How to display a sticky thread across multiple forums ?

    To answer your question there is no functionality out the box to create a sticky thread across more than one forum. You can consider creating one thread and then using a sticky thread, link forum or notice to link to it. My personal approach would be to create a notice on the forums that you...
  2. JoshA

    Confusing GUI behaviour when updating report

    From a UX point of view I have to +1 the above. Conditionally showing the resolution/rejection alert only when the relevant action is selected is a better experience and will help things feel more polished if anything.
  3. JoshA

    XenForo doesn't work because of XF\Db\Exception: MySQL query error [1205]: Lock wait timeout exceeded

    It seems that your XenForo forum is experiencing a lock wait timeout error during a MySQL update operation. This issue can be caused by various factors such as server configuration, database setup, or application code. Here are a few suggestions to troubleshoot and potentially resolve the...
  4. JoshA

    How to add sublinks to navbar

    @Brogan Think you have it spot on, I may be getting confused also but in that template I have <ul class="secondaryContent blockLinksList"> <li><a href="http://www.example.com/link1" target="_blank">Open New Ticket</a></li> <li><a href="http://www.example.com/link1" target="_blank">Your...
  5. JoshA

    How to add sublinks to navbar

    Hello, Just trying to work out how I would add sublinks to the navbar for a custom navtab I have already made. I would want to achieve this though template hooks. Here is my current class for adding the Nav Tab public static function addNavTab(array & $extraTabs, $selectedTabId) {...
  6. JoshA

    May i ask what style your converting?

    May i ask what style your converting?
  7. JoshA

    Change Display Group?

    Heya, Im sorry for posting here. I am a Xenforo Customer but i didn't know where else to post. With vbulletin i very much liked being able to choose my display group when i belonged to multiple groups, i have a few subscribers who wish to be able to choose which group they display as. Is...
Top Bottom