Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

Has there been any work on integrating SmugMug into Drupal 7? I am moving forward using the the phpSmug code as a library to communicate with SmugMug and using Drupal 7 to do the View work for Drupal.

share|improve this question
1  
This seems like more like a drupal question. Currently the media module provides some ability to do this; yet limited: drupal.org/node/1144148 – chrisjlee Jan 26 '12 at 0:14
Probably worth asking this on drupal.stackexchange.com – Andrew Maiman Jan 26 '12 at 2:53
As this is going to tie into the SmugMug PHP API, I figured I would come here. The Drupal 7 well is pumped dry though there was some work done around Drupal 6. The media feature is great if you just want a player to futz with, but one of the great things about SmugMug is that you get access to a number of sized images so it would be easy enough to pull the right sized image based on device and internet connection. I will move forward and also feed back on issues that may arise. – Darren Odden Jan 26 '12 at 3:44
I'm not aware of any integration...I revamped my website recently and was looking for a similar integration with CMS platforms, but found nothing. Ultimately I ended up rolling my own solution (using c# on ASP.NET though). – Brian Weller Jan 26 '12 at 18:31
@chrisjlee This seems like a reasonable question for the SM site, its related to the SM api. I hope to see more API related questions here. – Shizam Feb 9 '12 at 22:08
show 1 more comment

1 Answer

To my knowledge, there hasn't been any work done specifically integrating the two. There's no good reason why they can't have a rich integration, and there are thousands of developers using SmugMug's API, so it's possible someone is working on unpublished work.

If there's something missing in our API that would help with Drupal integration, of course, we're all ears.

share|improve this answer
thank you, Don. I have been moving forward on the building of this module. I will post back here when I have a base module working and also will begin the laborious work of getting it into the Drupal community. There should be no reason we can't pull SmugMug into the Drupal framework with phpSmug. – Darren Odden Feb 10 '12 at 14:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.