/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
###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 } }