I'm not criticizing, I know how handy this approach can be - I have my own tweaks module I incubate ideas in...
But for reference, see also
http://drupal.org/project/tweakbox
http://drupal.org/project/drupal_tweaks
http://drupal.org/project/tweaks (dead)
http://drupal.org/project/util
... all 'collections' of 'mini modules'

:-)

For your task documented so far, I'd also suggest looking at
http://drupal.org/project/admin_links or
http://drupal.org/project/admin_hover - a really nice way to do this, now in Drupal7

Just FYI for documentation and cross-referencing, I'm not calling this a duplicate, just a common idea.

Comments

Dave Reid’s picture

http://drupal.org/project/admin_links automatically adds the delete tab with low overhead.

Dave Reid’s picture

FYI tweak modules like this aren't really appropriate for contrib. You can put them in your sandbox (contributions/sandbox/username) if you want them in CVS control.

janusman’s picture

Version: » 6.x-1.x-dev
Component: Documentation » code
AlexisWilke’s picture

Wow... 8-)

At first I was thinking to do it for myself and not bother to share... Hmmm...

Dave, can I just change the CVS info in the module to move it from contrib modules to sandbox?

Thank you.
Alexis

janusman’s picture

Hmm I think I misread the issue; scratch my suggestion for block_save_edit as that module contains only *one* tweak =)

It's brown paper bag season for me! (again) :P

AlexisWilke’s picture

Janusman,

Yeah... also it would be neat to have an Edit on your blocks whatever the theme. I looked a bit into that, and you need to reprogram the theme('block', ...) and I'm not too sure how you do that without breaking the whole thing. Hmmm...

I actually am not too sure what the block_save_edit means. Is that you don't go back to the list of blocks by default?

Thank you.
Alexis

NancyDru’s picture

I disagree that "tweaks" don't belong in contrib. If they can be in the Handbook snippets, then they should be acceptable in contrib.

However, having said that, the Util module has been around for much longer than this module, and this collection probably should have been contributed there. See: #902986: merge drupal_tweaks with util module

lpalgarvio’s picture

another one is fixcore.

AlexisWilke’s picture

Thank you LPCA, I added a link on the front page. 8-)

NancyDru’s picture

NancyDru’s picture

Andrew Answer’s picture

Please add screenshot on your module page to understand what your module tweak... I don't understand all fixes.

Best, Andrew

AlexisWilke’s picture

Andrew,

I suggest you check it out. Install it on one of your test website and check the Mini menu under Administer.

Thank you.
Alexis

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.