Return to Snippet

Revision: 5111
at February 12, 2008 09:32 by jpdamen


Initial Code
###configuration feedit

plugin.tx_newsfeedit_pi1.mthfeedit {
  #allowedGroups = 1
  pid = 722

  infomail = 1
  email.from = 
  email.fromName = 
  email.admin = 
  email.field = FIELD FROM RECORD WHERE USERS EMAIL SHOULD BE FOUND. 
  
  fe_cruser_id = tx_newsfeedit_fe_cruser_id
  fe_crgroup_id = tx_newsfeedit_fe_crgroup_id
  fe_crgroup_id = 0
  create.fields = hidden, category, title, bodytext, datetime, author, image
  #create.fields = hidden, category, title, bodytext, datetime, author, author_email,image, imagetitletext
  
  create.show_fields = title, category, bodytext, datetime, image
  #create.show_fields = title, category, bodytext, datetime, author, author_email, image, imagetitletext
  
  create.overrideValues {
  hidden = 0
  }
  
  create.defaultValues {
 
  hidden = 0
  datetime = now
  category = {$blogcategory}
  
  }
  
  
  
  create.evalValues {
        title = required
 }

}

Initial URL


Initial Description


Initial Title
mthfeedit configuration

Initial Tags
textmate

Initial Language
Other