2
I have been playing around with the lines containing this:
le="color: #000000"><?php if ($xoopsUser && $xoopsUser->isAdmin($xoopsModule->mid()))
I need to have the user and submitter be the same to allow the link to show for that user... Any Ideas?
-----
Finally on the actual form page how can I redirect the page if the user is not the submitter:
le="color: #000000"><?php // If not submitter, redirect if (!is_object($xoopsUser)) { redirect_header('index.php',3,_US_NOEDITRIGHT); exit(); }
I have been also trying to tweak that within the page, I think I need to modify a core file... not sure.