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

Allow user the administer only lower level users

How can I make a role for sub-administrator that can administer users in "lower" level then he is?

make the search box visible by role?

Hi there.
I like to have some defualte blocks visible to some roles and invisible to others.
Doing it with my oun blocks is easy with

<?php
global $user;
$output = '';
if (in_array('reader',$user->roles)) {
 .....

but who to do the same with search block or popular content ?

How to submit Story straight from the Main Page?

Is it possible to add a story submitting form at the bottom of the main page? My users usually need not the advanced features, just title, body then submit. This would be very quick for them, no need to click create content/add story/

Thanx.

Email RSS feed

Hey Guys,

Can anyone advise me how to make a block that sends Email Updates of new content based off the RSS feed? This service is offered by www.FeedBlitz.com, but I'd like to have it drupal integrated. Feedblitz is on this drupal site: www.thoughtfulchaos.com

How do I show a custom block on LANGUAGE specific pages?

I'm setting up a drupal website, translated into two languages: English & French. The translation works well, thanks to the LOCALE and i18n modules.

I'm getting a hard time trying to display a block on french pages, but NOT on english pages... Same goes for "english blocks", I don't want 'em to show on french pages...

The solution, I think, is to use the "Page specific visibility settings" in the "administer » blocks" configuration page. I'm trying to use the "Show on only the listed pages" function to make my "french block" appear ONLY on french pages. I need to put ALL the pages that my block will show up, and everytime I add a new link in my block, I need to go back to the block config page and add that new link to the config... This is a lil' annoying!

I'll give an example here :

I have my website, say ---> www.mywebsite.com that shows an english page as startup page. In the browser, it looks like that : "www.mywebsite.com/?q=en". If i go in the documentation section on my website, choosing "cars" in the menu, I get an URL like this one : "www.mywebsite.com/?q=en/doc/cars".

With the "Show on only the listed pages" function, wouldn't it be easier for me to put something like "en/*" for that menu to show up only in english pages, and "fr/*" for the "french blocks" to show on french pages? I tried it, it doesnt seem to work! I need to put URLs like "doc/cars/*" or "doc/*", but I can't take advantage of the language that shows up in the URL...

Emailing Users When Content is Published - notify.module and moderation queue.

Hello,

I'm trying to set up the following system:

1. User logs in
2. User writer_guy creates new page node cool_stuff and clicks submit.
3. Page goes unpublished, and a "new page for approval" email is automatically sent to users X, Y and Z.
4. Any one of users x, Y, and Z logs in, reviews cool_stuff and then can approve the post by changing its status from Unpublished to Published.
6. A new email goes out to writer_guy saying that their article has been approved.

Pages

Subscribe with RSS Subscribe to RSS - Post installation