Is there any way to add categories to Event Calendar? I want to use the calendar for storing two types(categories) of events. Any hack or module to do this kind of thing?
I am trying to integrate photo sharing capabilities into my community site. Each user should have their own gallery accessible through their blog page. I've narrowed my choices down to Gallery2 and Acidfree. My main goal here is simplicity. Additional features like slideshow and tag support would be nice, but not crucial at this time.
I'd like a recommendation as to which software is better for use with a site like mine.
Can somebody please tell me how to make print_r work?
It does not print any thing in drupal environment.
It is good function in php for debugging but alas it does not work in drupal.
Can somebody please tell me how to make this thing work in Drupal.
Drupal version 4.6
phpthemeTemplate
Picture is enabled in user cofig page.
Able to upload user picture.
User pictures is shown in the Profile page.
But When I do print $picture in node template, it does not show picture
Tried $node->picture but still it is an empty string.
Am I missing any config option?
Thanks
I want anonymous to see only the login block and the second link pages and nothing more. Only after the user logs in, then they can see all the other blocks. Is this possible?
If I switch of ALL access control for anonymous, I can achieve the look, but I get the "You do not have Access ..". I seems that the 'access content' must be ticked in access control, to prevent the 403 error.
Any help would be gtreatly appreciated. I have spent hours trying to read the forums for a solution.