How can i remove the side blocks? Just like http://unreal.ie/forum

Thank you for your help.

Comments

daniel.hunt’s picture

Assigned: Unassigned » daniel.hunt
Status: Active » Closed (fixed)

Just tell drupal not to output blocks on the forum pages!

iron2’s picture

How can i do this basically?

Sorry about that i am a bit new for this stuffs. Thanks for answering.

daniel.hunt’s picture

Its in the site admin pages - but I can't remember where :D

iron2’s picture

That is the problem i couldnt find it :(

It should be in blocks but there is nothing.

iron2’s picture

I think it s not about admin pages cuz i checked all of them and there is nothing about that.

daniel.hunt’s picture

From memory, you have to configure the blocks that you have displayed on your site to *NOT* display on your forum pages

shittii’s picture

You need to go to your block admin page eg. http://www.yoursite.com/admin/build/block

Ok. Now you see that there are some blocks you have defined into different regions. For example you might have your recent comments block within your right sidebar. Press the configuration tab under operations and scroll down to page specific visibility settings. There you can see the options:

Show block on specific pages:
Show on every page except the listed pages.
Show on only the listed pages.
Show if the following PHP code returns TRUE (PHP-mode, experts only).

There's also a guide:

 ("Enter one page per line as Drupal paths. The '*' character is a wildcard. Example paths are blog for the blog page and blog/* for every personal blog. <front> is the front page. If the PHP-mode is chosen, enter PHP code between <?php ?>. Note that executing incorrect PHP-code can break your Drupal site.")

Choose Show on every page except the listed pages and type "uieforum" (without the commas "") to the Pages box. And there you go!