I'm trying to find a way to have field data loaded by the revision id instead of the most current entry. I haven't been able to find an appropriate hook for specifying how the field data is loaded. Any ideas?
Hello,
I am looking for an experienced Drupal developer to help create the following by writing custom modules or adapting existing ones. My development site is at worthwhile.rhemagraphix.com
PROJECT SCOPE
1) User's track submissions: This block will be within the user's dashboard where users see their basic profile info (photo, name, signup date, etc..).
a. Purchase track submission credits (via paypal pro)
i. Payment options: U.S. users with credit cards. European users with credit cards.
ii. Basic paypal login feature for payments through paypal's website.
iii. Purchases simply assign "upload credits" to a user's account upon verified payment (1 credit for $10, 3 credits for $30, 15 credits for $135 (10% off), 30 credits for $240 (20% off)
b. View status of the their submissions:
i. Track: reviewed / un-reviewed status
ii. Track: reviewer comments/feedback
iii. Rating: displayed 10 star rating for each reviewed criteria during rating portion (see lower portion of http://www.rhemagraphix.com/clientdash/index.html for how this should look)
iv. Resubmission button if track failed
c. This page currently works in .asp and uses .asp_upload to submit tracks. Preview at http://www.worthwhileworship.com/login.asp username: test@worthwhileworship.com | password: test
I am a newer user to drupal 7. I dabbled in drupal 5 and 6 but temporarily went to joomla and am now back :)
I was hoping to get a few recommendations on how I might accomplish a function within my drupal 7 site. Basically I want my users to purchase "upload credits" to submit .mp3 files to the website within a form. This form is then submitted to a genre specific "review queue" available to a review team to rate these tracks and post comments. I've created a taxonomy for all the genres so far as well as reviewer and user roles.
As I move into Drupal 7, I'm suddenly very confused about something that I thought I understood (or didn't need to understand in the considerable amount of time I've spent in Drupals 5 and 6 --