mthfeedit configuration


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ###configuration feedit
  2.  
  3. plugin.tx_newsfeedit_pi1.mthfeedit {
  4. #allowedGroups = 1
  5. pid = 722
  6.  
  7. infomail = 1
  8. email.from =
  9. email.fromName =
  10. email.admin =
  11. email.field = FIELD FROM RECORD WHERE USERS EMAIL SHOULD BE FOUND.
  12.  
  13. fe_cruser_id = tx_newsfeedit_fe_cruser_id
  14. fe_crgroup_id = tx_newsfeedit_fe_crgroup_id
  15. fe_crgroup_id = 0
  16. create.fields = hidden, category, title, bodytext, datetime, author, image
  17. #create.fields = hidden, category, title, bodytext, datetime, author, author_email,image, imagetitletext
  18.  
  19. create.show_fields = title, category, bodytext, datetime, image
  20. #create.show_fields = title, category, bodytext, datetime, author, author_email, image, imagetitletext
  21.  
  22. create.overrideValues {
  23. hidden = 0
  24. }
  25.  
  26. create.defaultValues {
  27.  
  28. hidden = 0
  29. datetime = now
  30. category = {$blogcategory}
  31.  
  32. }
  33.  
  34.  
  35.  
  36. create.evalValues {
  37. title = required
  38. }
  39.  
  40. }
  41.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.