Hi, I have Drupal 5 and love to try new themes but in my site there is a lot of blocks and so you know problems..
For Drupal 5 there is a version of your module or
a system native into Drupal 5 to copy blocks placement in other themes?
Very Thanks

CommentFileSizeAuthor
#6 blockregion.png50.64 KBax

Comments

sun’s picture

Title: Blocks placement for all themes in Drupal 5 » Port to 5.x
Component: Documentation » Code
Category: feature » task

I second this request. AFAIK there is no way to assign a block to a particular region in *all* themes in Drupal 5.

Christefano-oldaccount’s picture

Yes, this would be very nice. I is subscribed.

ax’s picture

i just committed a Drupal 5 version to the (newly created) DRUPAL-5 CVS branch. seems to be working for me. please test and report back. if it is working, someone could mark this fixed and create a release. thanks!

ax’s picture

Status: Active » Needs review

i just updated my code:

* added "copying" of regions (to all themes with the same regions)
* made scope of settings customizable, ie. apply "to only this theme" or "to all themes"
* cut code size by half by removing duplicated block.module code and using form_alter instead. this should make it less error prone and easier to upgade.
* updated README.txt

i'd love to hear feedback.. it would also be nice if a 5.x-dev release could be created here so that the package can be downloaded and issues against this branch be filed. if nobody disagrees, i could do this myself. nedjo? thanks!

nedjo’s picture

Status: Needs review » Fixed

Thanks for taking this up ax! I've looked over your code changes but not found time to test. Please go ahead and post a 5.x dev release. I've updated the module description to note you as a maintainer.

ax’s picture

Version: master » 5.x-1.x-dev
Assigned: Unassigned » ax
StatusFileSize
new50.64 KB

5.x dev release posted. waiting for the packaging script to pick up. i also copied the changes to the HEAD branch. would be nice if someone could test this release. thanks for adding me as a maintainer!

below a screenshot (edited) of the new "apply selective" and "apply region to all themes with same regions" features.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.