Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I wonder if there's any good photosharing services out there - using Drupal?
I know of podcasting and video services running on Drupal, but how well would Drupal fare for a Flickr type photo sharing service?
Image upload and such is not exactly known to be best of breed in Drupal.
Does anybody know of solutions running somewhere?
I'm curious because I've been asked about this, and I thought that I would be able to find this easily, but I was not.
Would it be the right way to go - to integrate with Gallery?
I want to use LDAP-integration module of drupal. how do i configure it??
there are 3 modules ldapauth, ldapdata, ldapgroup.
in ldapauth i used these value using frontend
Server settings
1. Organization name =iim
2 LDAP server: localhost
3. LDAP port: 389
Login procedure
selected: Drupal's own database. If it fails, will look on the LDAP directory
Base DNs:
ou=members,dc=iim
UserName attribute:
Manager
in ldapgroups
Attribute of the DN which contains the group name:ou
What's the simplest and the most correct way to theme more block views of the same type, but with different names? Now I use "function xy_views_view_teasers_VIEW_NAME($view, $nodes)", however to theme many views, I would have many such functions with different names.
I'm new to Drupal and new to its concept of unified front end and admin interface. All CMSs I've been using so far have separate administration. I used to have an admin opened in one browser window and the web site in another one, where I can test all changes. However this approach doesn't work in Drupal, because when I'm logged in as an admin, the web site looks and behaves different.
How do you develop and test web sites in the same time. Is there a simple solution?
i need to have an option of entering 2 product prices. The sub-product module is no good, because it just applies a fixed surcharge across all the products, also it lists all the variations in the taxonomy term view.
I am using flexinode which has been converted into a product using product transform.
The need to have a PRICE - 2 option in the add product. if say the a higher gold quality is chosen.
How can I change the $price depending on what variation is chosen.