Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hello. I'd like my posted articles to display the author's full name. I am using
story mode in Drupal 4.6.,
I have enabled the Profile module and have setup first name and last name for
the users posting articles. In node.tpl.php for my theme, I tried invoking
$profile_lastname and $profile_firstname (the names of the variables in
the profle) and it does not work. The line comes up empty. $name is working,
and $submitted, of course, is working.
How can I log what my users are looking for? I am using the trip_search module and want to get a table in the database where I can see what the users were searching.
I have just created an image gallery and converted the images to products using the ecommerce module. My site has just one administrator (me) and everyone else is set as an anonymous user.
Problem is, when you browse the products as an anonymous user, you see the 'view' and 'edit' tabs. I don't want these to appear, certainly not the 'edit' tab!
In my admin access control setting I have everything ticked as 'authenticated user' except the 'node module' > access content & 'search module'> search content.