Does anyone know how D7 manages the order of memberships?
Can someone please help me out and tell me how to order my memberships?
This is what im talking about.
Does anyone know how D7 manages the order of memberships? Can someone please help me out and tell me how to order my memberships? This is what im talking about. |
Looks like the price is in a different database table - the results are sorted by id. You could change the query where the membership types are read to include an inner join between tables by the Id fields - this should then allow you to sort by the price. /DM Dolphin - Ajax Masturbation |
Bump anyone know? I looked into it and its not the order entered in, Its not the sql order,Its not ordered by price or name. DM got back to me saying he looked into it and he couldnt find the order either with the time he had available to look so does anyone else know or can someone give me a simple code to order it pretty please? |
Does anyone know how D7 manages the order of memberships? Can someone please help me out and tell me how to order my memberships? This is what im talking about. Hello you need open the - modules/boonex/membership/classes/BxMbpDb.php find this query : PS: If possible do not write me personally, please try to ask on the forum first |
Thank you so much it worked! :) |