Hi,
2 questions.
I am using Joomla 1.5 with CF and CC.
Created a CF form, integrated with Joomla registration. I have also connected the form to CC. My question is the user who logged in can view a link to edit the form he/she entered during registration at module (Under Member login).
Besides, I have problem granting permission to the user who logging in. The person who logging in can edit other user profile too. The permission I have assigned was followed the solution in this forum.
Body
Am i doing anything wrong?
2 questions.
I am using Joomla 1.5 with CF and CC.
Created a CF form, integrated with Joomla registration. I have also connected the form to CC. My question is the user who logged in can view a link to edit the form he/she entered during registration at module (Under Member login).
Besides, I have problem granting permission to the user who logging in. The person who logging in can edit other user profile too. The permission I have assigned was followed the solution in this forum.
Body
<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%;"><?php if($i->cf_user_id == $loggeduser->id){ ?>{edit_record} <?php } ?>{text_fullname}</td>
<td style="width: 10%;">{register_date}</td>
</tr>
</tbody>
</table>
<?php $i++ ?>
Am i doing anything wrong?