TagMeta Order
-
jonusa
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 18
-
Thank you received: 0
-
-
11 years 10 months ago #577
by jonusa
TagMeta item order is DESC... How to change to ASC order permanently...
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 10 months ago #578
by admin
To do this you should modify the query in the model rules.php.
Please Log in or Create an account to join the conversation.
-
jonusa
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 18
-
Thank you received: 0
-
-
11 years 10 months ago #580
by jonusa
My site is running on Joomla 1.5 version
So I have to use this Free : TagMeta is 1.4.2 community
"Rules.php" in Model folder does not exsist...
This is what's inside of that folder...
Administrator > Components > com_tagmeta > Models folder:
"index.html, itemtagmeta.php, tagmeta.php"
checked both exsisting php files did not see "DESC"
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 10 months ago #581
by admin
Ah, sorry.
Then the file is tagmeta.php.
But the default is orgering ascending:
$filter_order = $mainframe->getUserStateFromRequest( $option.'.a_filter_order', 'filter_order', 'a.ordering', 'cmd' );
$filter_order_Dir = $mainframe->getUserStateFromRequest( $option.'.a_filter_order_Dir', 'filter_order_Dir', 'asc', 'word' );
Try to change these settings to get what you need.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
jonusa
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 18
-
Thank you received: 0
-
-
11 years 10 months ago #583
by jonusa
you were right... it was "asc", I wanted last post showing first... so made it to "desc", now it is fine..
Thank you for your help... I guess this topic is "Solved"
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 10 months ago #584
by admin
Happy to hear this.
Best regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.137 seconds