nohref (dyna_fef) |
How to remove 'a href' in the url field <fields> <bodytext> <label>Description</label> <width>20</width> </bodytext> <author> <label>Description</label> <width>20</width> </author> <title> <label>Title</label> <linkurlfield>news_files,fileadmin/user_upload/cio/CMAFiles/|</linkurlfield> <nohref>1</nohref> </title> <status_desc> <label>Status</label> <width>20</width> <usergroup>40</usergroup> </status_desc> <icon_edit> <label>Edit</label> <value><![CDATA[<img src='http://typo3.fao.org/typo3/sysext/t3skin/icons/gfx/edit2.gif' border=0>]]></value> <link>2540,dyna_fef[uid]={uid}</link> <usergroup>48</usergroup> </icon_edit> <icon_delete> <label>Delete</label> <value><![CDATA[<img src='http://typo3.fao.org/typo3/sysext/t3skin/icons/gfx/deletedok.gif' border=0>]]></value> <link>2540,dyna_fef[duid]={uid}</link> <onclick>return confirm('Are you sure you want to delete?')</onclick> <usergroup>48</usergroup> </icon_delete> <tx_mblnewsevent_from> <eval>date("j M Y",|)</eval> <label>Date</label> <width>50</width> </tx_mblnewsevent_from> <tx_mblnewsevent_to> <eval>date("j M Y",|)</eval> <label>Date</label> <width>50</width> </tx_mblnewsevent_to> </fields> |
Massimiliano Fani (01/07/2010 14:42:43) |
Metadata for dynafef file fields |
Using the dyna_fef field XML Settings you can define the metadata content dynafef field file type into the xml settings field:
<metadata> <target>user_extextender_abstract</target> <fields> <title> <label>Title</label> <size>30</size> </title> <date> <label>Date</label> <size>10</size> </date> <link> <label>Link</label> <size>30</size> </link> </fields> </metadata> |
Massimiliano Fani (01/07/2010 12:47:51) |
dyna_fef email manager |
Use the attachments in dyna_fef email 2 June 2010, Rome - FAO has launched a new website to track the advance of Ug99 the devastating strain of wheat stem rust disease and other wheat rusts amid concern the fungus is on the march across Africa and could head toward South Asia. N ###UID######email-too-long###The aim of 'Rust SPORE' is to deliver up-to-date information on the status of wheat stem rust, monitor important new strains of the disease and synthesize and provide easy access to reliable data on a global scale. ###email-too-long###
###TITLE###
###all-links### |
Massimiliano Fani (04/06/2010 16:36:32) |
DYNA FEF detail wrapped with [VALUE] |
Use [VALUE] wrapper to replace the real value of the field. First use:
ext_url field = document.pdf
wrappe into <a href='document.pdf'>Doc</a>
The template will wrap ###EXT_URL### with complete statment.
Second use:
ext_url field = document.pdf
The template will wrap ###EXT_URL[VALUE]### with the name of the document only.
|
Massimiliano Fani (03/02/2010 17:24:11) |
Error messages on dyna_fef |
Use TS to setup the error messages into the form. config.tx_dynafef_pi2.msg.mandatory_field = config.tx_dynafef_pi2.msg.js_mandatory_field = Please select the location config.tx_dynafef_pi2.msg.js_error_email = Please enter the correct email |
Massimiliano Fani (10/11/2009 16:25:26) |
Update dyna_fef v. 1.5.3 |
Added new item on "List manager type" field (External function) Added a new item on "List manager type" called External function.
Eg:
Select External function and insert the following line
fileadmin/templates/gsb/phpinc/faoterm/countries.inc:getFaotermCountries()
The function may return the array containing values.
|
Massimiliano Fani (28/10/2009 14:08:25) |