hi everybody. i wan´t to write some text from my travels. i use cck
every day have got a text and a picturefield. this 2 fields are in a fieldgroup.
now my problem is, i need a checkbox, so you can say i want to write some text about a 3 day tour and i have 3 fieldgroups. but how to realize it?
I am developing a custom module, AssignCourse. It is based on the table, course_year. Each record indicates the academic year a particular course will be taught. The main fields are
course_year(course_nid, academic_year.........) ..............course_nid is node id of the related course node.
Details for a course is kept in the course table.
course --->(code,....program_level).............program_level is either Postgraduate or Undergraduate
I'm new to the drupal development environment but I've a short question. I'm developing an auction module and I want to separate the presentation layer from the auction logic self.
In the past I used for example smarty for templating the output for specific elements for the presentation. As far as I can see within drupal the phptemplate is the default template engine.
This is my first post, and I have looked for an answer to my question, but couldn't find one, sorry if this is a repost, please direct me to the link that answers my question :)
I have three different Roles on my Drupal website, Band Members, Admin and Staff, is there anyway to make a page that only Admins and Staff can see, and also to make a page that only Admins, Staff and Band Members can see?
Ok, I read quite a bit about drupal and have been working on my site for a while now. I got a few questions regarding "profile" module:
1) I want the "my account" link only accessible to a particular user. Let's say "john" logs in. He then sees "my account" link on the primary menu links that leads to his profile that ONLY he can access. That "my account" link is not visible to other users, so user "Brad's" "my account" link goes to "Brad's profile" but not "John's profile". "My account" link is completely invisible to anonymous users. What module / modification do I need to make that happen?
2) I noticed that the profile module activates "browse user list" that leads to personal profile. However, authenticated users can also edit other authenticated users' profile, simply by browsing into the list. Of course drupal restricts access to anonymous users, but there's no restrictions between authenticated users! So user "john" can just get in user "brad" profile and mess around with his profile! How do I stop that? What modules do I need?
I want to write a search block which meet this requirement :
If the result only 1 , it will redirect user to special page ( for example ,if i search for user "abc" and only one result is returned, i will redirect user to view the profile of user "abc" )
If there are more than 1, it will list users profile.