I want to limit a view access and its menu for a Role.
For exemple i want to see nodes that are in a particular state.
State field is only visible for a Moderator role.
I created my view and check my Moderator role in Access bloc, but when i log out i can see the menu link and the view content.
I am seeking for the module has function as Issue page of this site " http://drupal.org/project/issues/ "
This modules is really necessary for me. I would to deploy it on my site.
Please let me know which modules should i install to active all functions as this site " http://drupal.org/project/issues/ " on drupal website.
Thank you very much.
I noticed a rather annoying bug in Link Fields using CCK. All other types of fields seem to not show any output if the field is blank. Not so with Web Link fields. Can anyone point me in the right direction on how to fix this.
I don't mind looking at code, I just don't know where to start.
other views of my data such as list view still works fine, but my gmap view just stopped displaying. The title of the view still displays, but no gmap. Take a look here: http://www.chraveler.net/PTR/programs/chapters
I am having a problem getting cutom fields on the user profile page to save updated data. I created a module which alters the user registration and profile view/edit pages. All is working fine except I can't get the data to save. So, two questions:
1. What "hook" should I use to save the data? update? submit?
2. What is the format for getting the data out of the submitted form and into the user's information?