<li><a href="{$list_url}/{$url_helper_method}newest{$cat_sort}{$url_tail}">Newest {$method_newest}</a></li>
<li><a href="{$list_url}/{$url_helper_method}premium{$cat_sort}{$url_tail}">Premium only {$method_premium}</a></li>
Sorry if im late.Want to gather some feedback since this plugin will release once we release vl 1.4 this week.
Should we include an admin functionality? Namely, including a new default ranking method? ( extending in, out, pv ).
Only possible with "rank by newest" though, as rank by premium doesnt really fit there, as it needs a secondary ranking selection.
So for now, new default ranking method "newest" ?
Want to gather some feedback since this plugin will release once we release vl 1.4 this week.
Should we include an admin functionality? Namely, including a new default ranking method? ( extending in, out, pv ).
Only possible with "rank by newest" though, as rank by premium doesnt really fit there, as it needs a secondary ranking selection.
So for now, new default ranking method "newest" ?
Is there another template or way to add this to appear at the top of the ranking table besides table_wrapper.html? It still works great there unless your on a category ranking page.That is because the individual files from sources folders are called before the main skin file, where those 2 tags reside in. They simply not exist when table_wrapper is called.
if(!isset($FORM['a'])) {
}
How can I display the sortby in the wrapper only on the ranking pages?
I have already tried this with a plugin and this:
Code:if(!isset($FORM['a'])) { }
should be just fine using CSS to hideI did it in a very dirty way. With plugins and CSS Visibility. Not the best solution but it works. Just hope there are no browser complications.