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

No titles for anonymous users problem

I apologize in advance for the undoubtedly simple and newbie nature of this question, but I'm just getting my feet wet in drupal and can't seem to get a handle on what's causing a rather annoying problem.

Anyhow, the site is at http://www.bloginaw.com/sag

How to email a notification to the admin each time a new comment is posted?

Hi there!

I´ve been looking a lot at the forums, but didn´t find the answer... or maybe didn´t searched within the right tags... :-)
Anyway, I wanted as admin, to receive an email notifying each time any user (registered or anonymous) posts a comment at any node (page/blog/book/anything).

Is that possible?

Thanks in advance!!!

Rosamunda

don't show the content

The blog doesn't shows for the unregistered users.

I've installed Drupal-4.7, registered as a first/admin user, downloaded several modules and started to create blog. But it doesn't shows on the front page for unregistered users. Instead they see the first page as the Drupal just installed. How to solve this problem?

Of course, I checked up the rights for all users to see the content and the blog, even for unregistered.

http://mm-info.ru

Can't get my nested menus to open

I'm trying to nest external links under a menu. I created a top level menu for "Blogrolls", and then underneath, added three menu items, "Grassroots", "Friends" and "Member Favorites". Under each menu item, I created sub-items, those being external links to outside websites.

I think my problem lies in what path I should use for those top three menu items, since they don't actually lead anywhere. If I click on the "Expanded" box, all of my children items under that menu show up, but if I don't, I can't get them to show up by clicking the top menu item, as I thought they would.

Question about database query error

Hi everybody,

I have a bit of custom PHP code in one of my nodes that is designed to make a list of usernames in a drop-down list and send a text page (using the Arch Wireless system's web interface) to the pager number (a custom user field) I have designated for each user.

It was working great on 4.6, but I upgraded today to 4.7 and now I'm getting an error message. Stragely, despite the error message, the functionality seems to be intact and I can still send pages no problem.

Here's the error I'm getting when I bring up the page:

Sorting Order Of Profile Listing

I am running the latest 4.7.0 release. I have modified my profile listing:
http://gates-chili-high.org/profile

to reflect a little better layout (will tweak some more). I sure would like to sort this listing by last name sequence. I tried this snippet, but it didn't work:
http://drupal.org/node/57039

I have to assume it is because I am using a modified template. And I am not sure if resorting the array in template.php would work. If anyone could help me with this, I would appreciate it.

For anyone that might find it useful, my layout modification has been done by using a snippet from Dublin Drupaller and my own template layout. Two files were effected in themes -> pushbutton to accomplish this:

template.php

<?php 
return _phptemplate_callback('profile_listing', array('user' => $user, 'fields' => $fields));
}
?>

profile_listing.tpl.php
profile_load_profile($user->uid)

print $user->profile_grad_last_name
,   print $user->profile_first_name

   -   print $user->profile_last_name
 print 
$user->profile_marital_status 

">
print $user->profile_marital_status

 print 
$user->profile_city 

">
print $user->profile_city

 print 
$user->profile_state 

">
print $user->profile_state

 print 
$user->profile_zip 

">
print $user->profile_zip

print $user->profile_website "> print $user->profile_website
 print 
$user->profile_country 

">
print $user->profile_country

print $user->uid ">
print $user->name

Pages

Subscribe with RSS Subscribe to RSS - Post installation