| Project: | ProjectPier |
| Version: | 0.8.6-stable |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | phpfreak |
| Status: | closed - fixed |
Description
The pages listed in the sidebar, it would be nice to be able to reorder them just like we can in tasks and other pages.
If you make a side bar index page the order of the links in the page can be determined by you.
I'm not 100% sure I know how to do this. Can you explain it a little more please? Thanks.
I tried to create a new page that house < a href > commands, but it displayed the html vs. just the links. Plans of adding the ability to put html code into there?
The list of pages is now always displayed. It is much easier than trying to make that side page with links.
Thanks for being so persistent :)
P.S. Sorry for responding so late. This is one of the posts that came into my spam box.
The order in which pages are listed in the sidebar seems to be random (and every time you edit a page, it changes).
It is random. To order by name do this:
File /application/plugins/wiki/models/Wiki.class.php
Change fragment in line 77 (utmost right) from
p.revision';
into
p.revision ORDER BY 2';
Patch provided.