I wanted to make my blocks dissapear in all pages but the front page, so i added a group_2 setting: front, and now i cant even navigate in the administration page. Where are those settings kept, so i can change them manually through a text editor?
thanks!

Comments

DriesK’s picture

Where did you make the "group_2 setting"? You should just navigate to administer->blocks, then click "configure" for the block you want to edit. There, you select "Show on only the listed pages". In the textarea, put the paths where you want the block to display, one path per line. All paths should be Drupal paths, _except_ for the front page: <front> should be used instead (including the brackets).

ramtech’s picture

yes, the problem is, thats where i set the blocks to only display in the front page and now i cant see the navigation panel when i click Administer.. so i cant really do anything in the administration panel :(

DriesK’s picture

I don't know what you did wrong, but if you want to reset the block: the info is stored in the "blocks" table in the db. Set 'visibility' to 0, and delete any text in 'pages'.

ramtech’s picture

thanks alot! that worked!
now say i wanna remove all them panels from my nodes 5,6 and 7... what should i put as listed pages?
nodes 5,6 and 7 are content pages
(www.ramzor.org/daily check if u dont understand)
thanks

DriesK’s picture

set visibility to "Show on every page except the listed pages"

In the textarea, insert 3 lines:

node/5
node/6
node/7

That should do it.

ramtech’s picture

thaaaanks alot! that worked :)

DriesK’s picture

I unpublished your other post (identical to this one) in the theme development forum (not the relevant forum, and cross posting)

ramtech’s picture

thanks alot! i wanted to do it but i didnt know how :)