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

Re: [Chas-a] Pagebuilder Directory names

Quote Reply
Re: [Chas-a] Pagebuilder Directory names In reply to
If you are sure that your 'DirName' column only contains valid characters (for a directory), and that it is unique, then you can edit the file 'admin/Plugins/PageBuilder.pm'.

Near the beginning of the file, add the bit in red:
Code:
$PAGEBUILDER_FIELDS = { link => { filename => [qw/LinkID/],
directory => [qw/LinkID Full_Name CategoryID DirName/] },
...

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread Pagebuilder Directory names Chas-a 1967 Sep 30, 2003, 7:34 AM
Thread Re: [Chas-a] Pagebuilder Directory names
yogi 1894 Sep 30, 2003, 8:55 AM
Post Re: [yogi] Pagebuilder Directory names
Chas-a 1874 Oct 1, 2003, 3:58 AM