Blog
Developers
Careers
Support
Contact
Gossamer Threads
Solutions
Results
About
Mailing Lists
Resource Centre
Forum
Tools
Home
Who's Online
Tags
Favourites
Login
Forum Search
(
Advanced Search
)
This forum
This category
All forums
for
Home
:
Products
:
Gossamer Links
:
Discussions
:
build_detailed and dynamic
Previous Thread
Next Thread
Print Thread
View Threaded
Oct 24, 2003, 11:56 AM
BLOOD
User
(214 posts)
Oct 24, 2003, 11:56 AM
Post #1 of 3
Views: 1303
Shortcut
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
Oct 24, 2003, 12:09 PM
Alex
Administrator
(9387 posts)
Oct 24, 2003, 12:09 PM
Post #2 of 3
Views: 1252
Shortcut
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.
Oct 25, 2003, 7:01 AM
afinlr
Veteran
(1921 posts)
Oct 25, 2003, 7:01 AM
Post #3 of 3
Views: 1242
Shortcut
Re: [BLOOD] build_detailed and dynamic
In reply to
You can use Pugdog's plugin and call them dynamically.
Previous Thread
Next Thread
Print Thread
View Threaded