Wiki reordering

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.

#1
Assigned to:Visitor» phpfreak
Status:new» closed - won't fix/other

If you make a side bar index page the order of the links in the page can be determined by you.

#2

I'm not 100% sure I know how to do this. Can you explain it a little more please? Thanks.

#3
Status:closed - won't fix/other» open - needs more info

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?

#4

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.

#5

The order in which pages are listed in the sidebar seems to be random (and every time you edit a page, it changes).

#6

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';

#7
Version:0.8.6-beta1» 0.8.6-stable
Status:open - needs more info» closed - fixed

Patch provided.