Gossamer Forum
Home : Products : Gossamer Links : Discussions :

build_detailed and dynamic

Quote Reply
build_detailed and dynamic
If the 'build_detailed = No' is set in the admin, can you still call detailed pages dynamically or are these then not available at all?

--------------------------------
Privacy Software
Quote Reply
Re: [BLOOD] build_detailed and dynamic In reply to
Hi,

No, it won't let you. It would require a code change to admin/Links/Build.pm in build_detailed to allow it.

if (! $CFG->{build_detailed}) {
return Links::SiteHTML::display ('error', { error => "Detailed pages are not enabled in the admin." });
}

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [BLOOD] build_detailed and dynamic In reply to
You can use Pugdog's plugin and call them dynamically.