Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
Welcome to the Q&A for
Question2Answer
.
If you have questions about the platform,
click here to ask
and please use English.
If you just want to try Q2A, please use the
demo
, which also grants admin access.
Apr 29:
Q2A 1.5.2
Related questions
How to change title of question pages?
How to add created pages to search?
How to add custom pages?
How To List Tags In Alphabetical Order?
How to display admin-page to static-page in read-only-state.
How can I put questions on front page in alphabetical order?
Extra pages ending on .html ? Possible ?
Showing Sidebar Boxes on Specific Pages Only?
Custom user pages and custom fields?
Oups, placed some facebook code in the layout admin page = My site is K.O. ...
All categories
Q2A Core
(3,252)
Plugins
(356)
How to arrange pages in alphabetical order?
+2
votes
How to arrange pages in alphabetical order on admin->pages page?
currently they are arranged in the order they are created.
pages
asked
Aug 16, 2010
in
Q2A Core
by
ProThoughts
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
3 Answers
+2
votes
Best answer
In qa-page-admin-pages.php, after this line:
$pagehtml='<UL STYLE="margin-bottom:0;">';
Insert these lines:
require_once QA_INCLUDE_DIR.'qa-util-sort.php';
qa_sort_by($pages, 'title');
I think that should work but haven't tested it!
answered
Aug 17, 2010
by
gidgreen
its working! many thanks!
Is it possible to add this in upcoming release, I feel its useful to sort pages.
Please
log in
or
register
to add a comment.
0
votes
I think you can simply edit a page and change the "position" manually. You can repeat it with other pages.
answered
Aug 17, 2010
by
Katte
my question is not about the position on nav menu, it is about how to arrange pages in alphabetical order in admin panel view. These pages may not be on nav menu.
go to admin->pages , create few pages and see they are not arranged in alphabetical order.
Please
log in
or
register
to add a comment.
0
votes
When you click on a page to edit it, you can choose the Position from the drop down:
- Before tabs at top (i.e. before Questions/Tags)
- After tabs at top (i.e. after Ask Question/Admin)
- Far end of tabs at top (i.e. aligned to the far right side, it will be the leftmost of all the tabs on this side)
- After "PageA" (i.e. just to the right of Page A)
There is no way to automatically arrange them alphabetically but you can do this manually by changing the Position value.
answered
Aug 17, 2010
by
DisgruntledGoat
I know about this, my question is different.
I want to arrange pages in alphabetical order on admin->pages page?
currently they are arranged in the order they are created.
Please
log in
or
register
to add a comment.