order

  1. Improvs

    XF 2.1 Sql query (finder) assistance

    Hello. Is it possible to add extra select sql to xenforo Finder query? For example, I have XF finder query like this: $BuyerFinder = \XF::finder('MK\Store:Buyer') ->with('Thread', true) ->with('User', true) ->where('stage', 'active') ->fetch($limit, $offset); I need to improve...
  2. fahad ashraf

    XF 2.2 Pagination issue

    i am facing strange issue on pagination if am i getting record without limit with order then i am getting all record but if i am doing pagination 100 in one page then there is 2 record missing that is really strange why record is missing please someone guide me Thanks
  3. stan1226

    Unmaintained XFMG Order By Title 1.0

    This addon adds the function to order XFMG by title to album and media views. The order by title is integrated into the basic order function, works with ascending and descending ordering and supports every installed XFMG language (the XFMG phrase 'title' has to be translated). The addon...
  4. A

    XF 2.1 How to change order of month and year in Pikaday title

    It'd be great if the ordering of the year and month values in the title of Pikaday followed the locale settings. I need the year to precede the month like so: instead of the default: I don't see an HTML template in ACP (XF2) allowing me to achieve this. Do you know of a way to re-order month...
  5. Oblivion Knight

    Add-on Change search contraints order / behaviour

    I'm surprised nothing has been designed following this request in 2017, but it would be nice to change the search behaviour so that if you're within a forum for example, the search defaults to "This forum", with "Threads" remaining as the second option, instead of "Everywhere". Unfortunately it...
  6. CMTV

    XF 2.0 ->whereIds(...) Use IDs array order

    Hi! I have an ordered array of IDs gathered from complex SELECT query. Now I need to get entities with IDs from my array but in the order they are listed in IDs array! It can be done with this query: SELECT * FROM table WHERE id IN (5,4,3,1,6) ORDER BY FIELD(id, 5,4,3,1,6); But the porblem...
  7. CMTV

    XF 2.0 Order by phrase

    Hi! I am getting my entitites from database with this code: return $this->finder('UserProgression:Title')->with('MasterTitle'); Later I fetch the results: $titles = $this->getTitleRepo()->getTitleListData()->fetch(); // >>>Sort by $title->title field?<<< $viewParams = [ 'titles' =>...
  8. Amin Sabet

    Duplicate Cannot change "Share this page" widget order in Thread view: sidebar

    I like to have "Share this page" at the top of the sidebar and am able to do so on my forum view: However, I can't seem to do it in thread view: I was thinking that the following area is the place to put the order, but I am unable to type a number in that field, and the +/- buttons don't...
  9. x8BiTw0LFx

    XF 1.5 Change tabs order

    Hello :) I want to change the order of my tabs, but can't find where to edit? I have installed "Nodes as Tabs", but no options for it there. Example: I want to display tabs in this order: HOME - FORUMS - CHAT - MEMBERS - DONATIONS - BUNGIE.NET - CLUBS - TOURNAMENTS Hope someone can help :)...
  10. G

    Duplicate Implement better nodes ordering (drag & drop)

    I'm very bored about the node ordering module... Why you don't implement nativly a way of be able to order more easily nodes, like drag & drop ? I have more than 300 forums and it's very very... very ennoying when I have to moove something.. Addons in the resources doesn't work until 1.5. Thanks.
  11. XFA

    [XFA] Order TM Groups Alphabetically 2.0.0

    Description Order Template Modifications Groups Alphabetically as the name suggests allows you to display the groups in alphabetical order. BEFORE: AFTER: Install/Uninstall instructions The readme is available HERE.
  12. Sheldon

    Other Sort my "Featured Events" opposite of how they appear. -DONE

    Hello... Looking for someone to with the ability to code and change the display of my Featured Events. Currently, as you feature them, the first one you feature ends up being last. Every event I add is going to be featured, so I need them to be sorted to display Earliest to Latest, not...
Top Bottom