User login

Need

E-mail mailing list managers brief discussion in IRC

---: killes: so, my plan is to get the shiny new subscriptions module (beta expected on Sunday) on drupal.org , removing the subscriptions code from project module. While there, it could replace simplenews.
[07:09am] killes: hmm
[07:09am] killes: the problem with both of them is that they use php's mail()
[07:09am] ---: Be my guest
[07:09am] killes: OSUOSL would like to have soem boucne processing.
[07:09am] ---: I have blasted the module into small submodules
[07:09am] ---: the sender is in a separate module

Remove count-limited content types from Create Content menus for

If you want this, contact Agaric (and offer mutual aid). Or if you have the answer, let us know!

Nodeprofile and other Nodefamily count-limited

One possible way, no-go:

http://api.drupal.org/api/function/hook_access/5

Unless we're the module that actually created the node type, we don't have access to hook_access, which is how Usernode hides itself:

Set GMap to not recenter when pop-up div opens

No answer, but this guy does seem to know what he's doing with maps:
http://lecturer.eng.chula.ac.th/fsvskk/gglmap2/gmad-v2x.html

probably old - January 31, 2006 - 2:24pm.
http://webgeer.com/gmapdemo

Cache or take an image snapshot of Google maps display in Drupal

Cache a google map shown through GMap module, including the icons loaded on the map-- so essentially, create a static image (jpg, png) of the map that is created through the interaction of your site with the Google Map API and JavaScript.

No answer:

Using PHP/MySQL with Google Maps
http://code.google.com/support/bin/answer.py?answer=65622&topic=&ctx=sibling

Nor:

Ask Agaric (unsolicited edition) - how to moderate comments but not forum follow-ups

Just guessing, but look into hook_comment

http://api.drupal.org/api/function/hook_comment/5

Your request could be a pretty useful contrib module (if it isn't already!)

Agaric wants a Drupal module that lists recently enabled and disabled modules in a block

Agaric would like a module that provides a view (or simply a standard block, linked to a page) that lists the most recently enabled modules and links to their settings pages -- like on the admin by modules page.

A list of recently disabled modules would be nice too, but this would not link to their settings pages! It could link to the modules' spot or section on the Administer » Site Building » Modules page.

Would anyone else like this? Quite an easy module to develop, although because there's no time field in Drupal 5

Agaric wants rotating user pictures!

Not much more to say about that... but it would be somehow more human and real to have a changing assortment of pictures representing users on a site along with their posts, rather than a single, static, unchanging mug.

I guess instead or in addition to this concept making user pictures NON-retroactive would be part of the concept-- the picture of you with your three-year-old post should be you from three years ago, not two months ago.

Resolution

Hide the "More information about formatting options" link

Sometimes, you want to have an HTML-enabled input format, but you really don't need the "More information about formatting options" link. Too much clutter (also, in bad browsers like IE, if you go to the more info on input filters page, and click the back button is your browser, do you lose what you entered in the form?)

Possibly localization and a custom language could remove the line, but that's not the natural or best approach. The most wonderfulest Drupal hook, form_alter, is the Agaric way.

CCK checkbox widget

Not quite...

Content Taxonomy Options 5.x-1.x-dev Defines a option widget type for content_taxonomy for selects, radios/checkboxes

Here we go:

Option Widgets 5.x-1.6-1 Defines selection, check box and radio button widgets for text and numeric fields.

That's part of core CCK (a module that comes with content.module)

Question is... can it be translated?

Syndicate content