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
solved Have a delete button exaclty where I want it
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
solved Have a delete button exaclty where I want it