This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

view clone? as content type

Rick Hood has a very nice tutorial here for creating image galleries with imagefield, imagecache, cck and views. This is a great implementation for me except for the fact that I need to be able to dynamically create galleries and have them associated with users and such...

I think an ideal solution for me would be able to have a Gallery section under Create Content that creates a new gallery that you can then add images to. This would have to create a new View (clone?) for the gallery as well as adding a new term to the gallery taxonomy (this is not in the tutorial, but the basic principle is to have terms for each gallery in a taxonomy and filter by it in the view for each gallery).

Has anyone put any thought into using a view (clone?) as a content type? I would also have to have a piece of code that would create a new term in a specific taxonomy and then maybe pass it to the view as an argument so we could then filter by that argument for that gallery when the 'content type' was created.

Is there a way to display other people's RSS into my site as my content?

I want to import other people's RSS feeds into my site and make it appear as my content and strip their URL from my site. I want their RSS content to say on my site forever. It would have list their site name as the source for the content on my site but their URL link is not clickable.

problem specifying the order of MENU_LOCAL_TASK_ITEMs

Hi,
I am trying to add a 'Delete' tab next to the normal 'View','Edit' and 'Track' tabs that appear when you are viewing a node (someone let me know if there is a better way other then the following to do this.). In my modules hook_menu function I add a menu item like this:

Varnish & Modules dependent on Voting Api

We are currently hosting a site and using
varnish HTTP accelerator.
But some of the modules that depend on Voting Api won't work for anonymous users,
since anonymous users are getting the same ip-address because of varnish is acting as bridge.

Anybody encountered the same or similar issue.
Any insight or proposals on how to solve this issue, will be mostly appreciated.
Thanks in advance.

ASP.NET support in DRUPAL

Hi everyone.
My question is: ¿Has DRUPAL support to add pages and modules developed in ASP.NET?
Thanx

Passing a parameter via a query string

I'm creating a 'search' module that plugs into an external system and displaying the results in the standard drupal framework, which is all working when I use a static test query.

However I want to pass a query into it from a form, and I'm having trouble passing that in.

I can pass in:

http://www.mysite.com/dbsearch/queryterm

but I want to pass in:

http://www.mysite.com/dbsearch?query=queryterm

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions