I just install this module and I found an error at row 247 of file privatemsg.module:
$breadcrumb = array(l(t('Home'), ''), l(t('private messages'), 'privatemsg'));
In the original file the "t" of "l(t('private messages')" is missed. This is a problem with a translate version... (I'm italian)
I want send you this issue for community benefit.
Sorry my english is poor.
William
It seems every time I have a browse of the modules section there are new things there and many of the older things have been updated. I think that since drupal relies so heavily on module development this section of the site could be a bit better organized than having them listed alpabetically from top to bottom all on one page.
It would also be helpful if all updates to this section were logged and syndicated in an rss feed.
I have a drupal web site and I want to hide some blocks for some users tipologies (in my site there are 4 tipologies: anonimous, admin,trusted and logged)
What i have to done??
Im Drupal 4.4 I created a block like this
global $user;
if ($user->rid==3 || $user->rid==4) {
//Make output
$output .= t("
Hi, I've writen a new module. Please check it out :)
signature.module (tested with Drupal 4.6.2)
Description
-----------
1. Makes user signatures dynamical, that is, if user change his signature in his profile, after each of his/her posts will be new a new one signature.
2. Shows signatures not only after comments, but also after nodes.
3. Allows define content types (and at once comments for them) where signatures should be seen and where not.
I have question regarding template.
If I have creted theme and I put it for download for other, is possible that I wil have condition that nobody can delete link to my website? If GPL licence dont allow it, is it possible to publish this theme under another licence? Or simply not give this to download?
Why is it that admin approved memberships do not receive an email after admin approval?
If it is something I have not configured properly, please advise how to fix.
I am receiving member requests and no confirmation email is sent after approval is made.
Verified by creating a membership. The initial membership request results in an email, but after an admin approval there is no follow-up email alerting the new member of acceptance.