Sorry for my bad english.
I have joomla 1.5.9 and latest version of connectivy.
Everything else works perfectly but i cant get these edit record or new record tabs workin.
I have tryed everything. I have set access permissions.
My code:
I can see title, dates and creator just fine but there is no edit link in frontend even if Im logged as administrator
Thanks for this best component for Joomla. Im really amazed by it.
I have joomla 1.5.9 and latest version of connectivy.
Everything else works perfectly but i cant get these edit record or new record tabs workin.
I have tryed everything. I have set access permissions.
My code:
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr<?php if ($i % 2) echo ' style="background-color: #EBEBEB;"';?>>
<td style="width: 10%;">{edit_record}</td>
<td style="width: 30%;">{title}</td>
<td style="width: 30%;">{dates}- {enddates} </td>
<td style="width: 30%;">{creator}</td>
</tr>
</tbody>
</table>
<?php $i++ ?>
I can see title, dates and creator just fine but there is no edit link in frontend even if Im logged as administrator
Thanks for this best component for Joomla. Im really amazed by it.