Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Pagebuilder plug in New Addon/Feature

Quote Reply
Pagebuilder plug in New Addon/Feature
Hi Ivan

Can the PB plug in Listt all pages be sorted in Alphabetical order so it will be easier to track?
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Pagebuilder plug in New Addon/Feature In reply to
This could be done standard in the next release, if people want/need it.

For the time being, just edit your admin/Plugins/plugins.cfg file (be careful, though). Search the following string and add the changes which I have indicated in red
Code:
[
'List All',
'admin.cgi?do=plugin;plugin=PageBuilder;func=db_request;db=PageBuilderPage;do_db=search_results;keyword=*;sb=page_title;so=ASC'
],

You can also put any other sort column in there.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] Pagebuilder plug in New Addon/Feature In reply to
Thanks

I think adding this as a standard feature will be very usefull...

The solution you gave is not doing the job for some reason..

i have tried:

[
'List All',
'admin.cgi?do=plugin;plugin=PageBuilder;func=db_request;db=PageBuilderPage;do_db=search_results;keyword=*&sb=page_title&so=ASC',
'1'
],

and

[
'List All',
'admin.cgi?do=plugin;plugin=PageBuilder;func=db_request;db=PageBuilderPage;do_db=search_results;keyword=*;sb=page_title;so=ASC',
'1'
],



and neither one works
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Pagebuilder plug in New Addon/Feature In reply to
That's really strange, because it works on my installation.... maybe you should click on the "Plugin" menu again (to reload the menus)?

Ivan
-----
Iyengar Yoga Resources / GT Plugins