I'm using the latest version of Drupal and am trying to write an xml-rpc module that queries another database and returns it's result-set. Here is the function:
I would like to use the Archive Calendar on my site. However for days when I upload a new photo album, it returns every single photo. I would much rather limit it to returning only the album. Additionaly I want it to show, blog, page, book.
I haven't found a control over what to display and what not.
Is there any such control?
Hello, I installed the Civicrm and Organic Groups modules. The two are linked via the og_civicrm module. When I add a group in Civicrm, it creates 2 additional check boxes under the "civicrm module" in the "permissions" tab in "administer->access control". This works as advertised according to the Civicrm manual. My question is if I have a hundred users (for example) with each needing to create their own groups, wouldn't the access control permissions page grow so large as to make it impossible to manage permissions for the other modules ?
I'm wanting a gallery that will allow my users to submit videos and comment on them and so on. The most important thing is to allow users to upload thier own videos, and then i can accept/deny their requests. Is there any gallery that would allow me to do this on drupal? Doesnt have to be a video gallery, I think it could be changed to a video one rather easily.
I've got my module to a point where it's ready for release. I've tagged as DRUPAL-4-7 as explained in the handbook, but my module still doesn't have a release entry.
I'm also unsure how I can add the module to the drupal.org/project/Modules page - any ideas pls?
Could someone please tell me what file holds the function for displaying the date for when a Blog was submitted?
On the blog post page the following line displays:
"Submitted by [bloggers name] on [date] - [time]"
I looked at the statistics.module file and I'm not sure if the timestamp from one of the functions in that file will work to provide me the above [date] which I would like to capture as a variable and use to display(echo) the blog [date] elsewhere on the blog page.