...PHP blocks on all pages!?? I mean - how can I make all PHP blocks appear on all the sites pages, including static pages and stuff, like it's possible with gldefault blocks!??
What I want, is showing all the rightblocks on all pages, like the leftblocks.
I'd rather be good than clever - I'd rather have all facts wrong, than no reply whatever...
For the block, make sure you select "Topic: All". Then it should show up almost everywhere.
Of course, you can still hide blocks from static pages, depending on what you select for "Page Format" in the static pages editor ...
bye, Dirk
Well I have set Topic: All - but my PHP Blocks doesn't show up anywhere but the frontpage.
I'd like them to show up on Links, Search, Poll page (and all other pages) too. Anyone got the same problem!??
I'm running 1.3.5 on a FreeBSD server.
I'd rather be good than clever - I'd rather have all facts wrong, than no reply whatever...
Look for
(variable name) .= COM_siteFooter();
This is usually (perhaps always)
$display .= COM_siteFooter();
If you make this
$display .= COM_siteFooter(true);
then it will show right blocks too. Look at the bottom of html_docs/search.php for example. You should be able to set this in other files too I think. Could we have this more controllable in future versions of GL? Perhaps omewhere in admin?
Cheers,
Euan.
-- Heather Engineering -- No job too small