Drupal is up and running but how do I ...?

Is there a way to automatically notify new users when their registration has been approved?

On my site I have elected to have new user registrations require approval from one of the admins. It works great, but I've been manually sending registrants emails when I approve their registration, as Drupal doesn't seem to notify them automatically when I approve them. Is there any way to have Drupal do this for me automatically?

Thanks!

-Josh

Hide All Content From Unauthenticated Users but Show Login Options?

I'm new at drupal but have been bravely muddling through for about a week now (working nearly around the clock). I have extensive html experience and a goodly amount of css experience, but am a novice when it comes to php and mysql. (I did try mambo and one other site before deciding drupal was the easist to use.) I have searched this site and forum extensively, I have tried various settings and modules, and I have yet to solve this issue to my satisfaction. Anyone useful feedback would be appreciated (and, since I've seen many questions about this issue on the boards, I promise to document my final solution).

Here's the scoop:

I am building a members-only site. I do not want it indexed in the search engines. I want to moderate all new memberships (meaning, I want to be able to approve members before they join). I will be inviting new members to the site and sending them a link to a sign-up page. However, I want them to be able to create their own user name and password (I don't want to have to do this manually for them).

My drupal site has been created in a subdirectory of my main domain's site, so let's refer to my drupal directory as "subdirectory". When potential new members get a link to come sign up, it should have a link to mysite.com/subdirectory (right?). When they get to that page, there should be the "register" and "sign in" and "lost password" options, and *nothing else*. When I tried to apply access blocks, there were still some features that always showed up on that page, such as the logo link in the header, the primary links, and the search bar. Even when signed out, I could access all the site content via any of those links, making the site not secure in the least. (And, yes, I have it set so that: "Visitors can create accounts but administrator approval is required.")

blix and flatforum

hello,

i am having problems with implementing the flatforum module to the blix theme on drupal 4.6.5. i have followed the instructions on both the flatforum module and the instructions listed on drupalart.com.

has anyone encountered this same problem? or know how to fix this issue?

no changes are visibly seen once i make all the necessary changes.

Is there a way to coustomize/template simplenews?

I'm wondering if we can customize the e-mails that simplenews sends out using a template or something similar? I'd like to keep the way the news that's published on the website the same as other content of the website but change the e-mails that simplenews sends out.

Please help. I have tried EVERYTHING to add banner to the top of goofy.theme. I'm going to jump off a bridge...

My goal is to display a banner on the very top right of the site where the secondary logo would optionally go on my site: http://warrencountyreport.com

I have searched for literally weeks on google and here and I am even more confused. ..

Among many, many different things I have tried.....

1) I have added

if (function_exists('banner_display')) {
$xtemplate->template->assign('banner', banner_display(1));
$xtemplate->template->parse('header.banner');
}

to the xtemplate.engine

2) i have added

$output .= "

print banner_display (1);

";

to goofy.theme and it just displays the text "print banner_display (1);" close to the top right of the site

3) I tried adding

div id="banner">{banner} /div (took out opener/closer brackets to make it display in this message)

and got an error on line xxx

4) Someone said I should style it. I assume he means in the style.css in the goofy theme directory but I have no idea how to do that.

Notes: The module works fine in blocks except that it won't display flash (which I understand is just a limitation) and the weekly statistics don't work--only the daily and all time (not a huge issue) so I think it is configured correctly. Also I am only in my second month of using drupal so I am still sort of an idiot with php. But I'll be a quick study on this because I am very motivated. :-)

How to email registered users?

i want to know if there is a way by what i can email all of the registered users on my website at the same time ................
any advise or solution will be gr8

Thanks

Pages

Subscribe with RSS Subscribe to RSS - Post installation