Status: offline

broelling

Forum User
Junior
Registered: 04/30/02
Posts: 23
...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...

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
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

Status: offline

broelling

Forum User
Junior
Registered: 04/30/02
Posts: 23
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...

Status: offline

Euan

Forum User
Full Member
Registered: 04/22/02
Posts: 292
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

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073

Well, submit it as a feature request.

bye, Dirk


Status: offline

Euan

Forum User
Full Member
Registered: 04/22/02
Posts: 292
Okay. I did. Cheers, Euan.
-- Heather Engineering
-- No job too small