i just installed the image gallery module and the acidfree module
image_gallery: for galleries managed by admins
acidfree: per-user-albums
i want to assign the acidfree image content type to anothername, image gallerie and acidfree use the same content type.
i want that users cant upload any photo's to the image_gallery module, only to their own per-user-album.
but the matter what i try i always see the 'Image Galleries dropdown selection list'
I want that only admins see it and user with the standard permision role dont see it.
My question is, how does the tagging work?? Will the 5-1 tag definately not include any dev modules, or any 4x modules? I really only want the stable 5.1 modules, and nothing else!!
I am trying to setup the development environment for module development. I need some help here to figure out the best way to do this. I am not sure how module developers maintain both durpal and modules(under development).
I am using Eclipse IDE (php plugin, svn plugin).
I have two repositories in SVN
1. Drupal51
2. MyProject.
I have couple of views, like teaser view, list view, page view. I wanted to have an rss for each of the views. But looks like right now, I can have only one rss, no matter what kind of view it is, the feed looks the same. I tried to use the contemplate and define a different teaser and rss but still they look the same.!! So does that mean we cannot have rss for views but can only define them at node type level.
I am using the Registration code module available at http://drupal.org/project/regcode at my portal. I need a little modification in that so that codes can be used only once. Once a code is used successfully during registration process , it should be removed from the list of codes available. Can someone please help me with this.
Any help will be much appreciated. Thanks in advance,
Im trying to display twitter rss feed content on the profile page. So far the only wa I can do it is to display a block within the main content.
Does anyone know of a way to display this kind of content as a view?