/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux.Soft/web/b2evolution/linksort.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
In /skins/_blogroll.php you'll find the following lines:
 
2
 
 
3
Code:
 
4
   // Load the blogroll blog:
 
5
   $BlogRollList = new ItemList( $blogroll_blog, array(), '', '', '',
 
6
$blogroll_cat, $blogroll_catsel, '', 'ASC', 'category title', '', '', '',
 
7
'', '', '', '', '', $blogroll_limit, 'posts', $timestamp_min, $timestamp_max
 
8
);
 
9
 
 
10
 
 
11
'ASC' is for ASCending order. You can also use 'DESC' for descending.
 
12
 
 
13
'category title' means we sort first by category, then by title.
 
14
 
 
15
if you use the default values (that is '', '' instead of 'ASC', 'category
 
16
title' ) you'll get default order: reverse chronological, like a regular
 
17
blog.