[ad_1]
Try changing the line:
if ($prof->id == $prof->id)
to
if ($poster->id == $prof->id)
so that the delete link only shows up when the profile belongs to the poster.
5
[ad_2]
solved Have a delete button exaclty where I want it
[ad_1]
Try changing the line:
if ($prof->id == $prof->id)
to
if ($poster->id == $prof->id)
so that the delete link only shows up when the profile belongs to the poster.
5
[ad_2]
solved Have a delete button exaclty where I want it