here is an example
when im logged in as an admin and i read a topic it says Submitted by USER on DATE,TIME, CATAGORY
if i click on CATAGORY it shows me all the topics in that catagory
once i log out of admin and onto a regular account i cant see any CATAGORY options any more
my question is how to i get that catagory to show in content and to all users logged in or not and when they click the catagory name i would like them to see the list of all topics in that catagory
I know I can find information about users at "/admin/user", such as the time a user last accessed the site, but what I need is the PHP code that I can put in my custom profile page "user_profile.tpl.php" in order to display the information there.
How would I do (or where would I find) the PHP code that allows me to display the "Member for" and "Last access" info for a user in my custom profile page?
Is there a way to add fields to the user profile dynamically? i'll explain a bit since i'm far from being a programmer, but love drupals usability for novices like myself!
I've recently installed Drupal, and any downloads from my site are timing out after 60 seconds. Is this some setting i need to change. I'm hosting the site myself using xampp's package of Apache, MySQL, php. Everything else works fine, the downloads are going at 10-15kb/sec which is fine. I just can't post anything on the site larger than about 800k because of the timeout.
Is this something wrong with Drupal, or is it an apache/php issue?
I've got a site that's pretty much ready to launch, except for a couple of nagging CSS positioning problems in Internet Explorer. As much as I'd love to simply install the IE Destroyer module and move everyone to Firefox, that's just not going to happen right away.
I have a client who is quite annoyed that his users must get an email with a random password then log-in to the site with that information and set their own password. In his case, logged-in users have no special privilages until they are granted.
Is there a way to disable the confirmation page and have users go straight to the information page (as happens with user 0)?