Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Well , I created a temporary solution for this by changing a few lines of code. Not sure if it has any serious “auth problems” but it works for me.
page_write.php:
at line 7:
// if auth code used, check it and allow editing OR ADMIN USER
if ($id != 0 && $extra != ‘’ && $extra == $j->GetAuth() || isset($_SESSION[‘AdminId’]))
{
$later_edit = true;
$_SESSION[‘later_edit’] = $extra;
}
————————————————————————————————————-
then in admin/_templates/post-loop.tpl
I added after the “deactivate button”
<a href=”{$BASE_URL}post/{$job.id}/{$job.auth}” title=“edit”><img src=”{$BASE_URL}img/icon-edit.png” alt=“edit” /></a>
it seems to work as a temporary solution but definitely not totally secure because when you click edit, it goes back to the front end. but hey, I just needed to edit the jobs right now. May look deeper later.
Sorry…for some reason I cannot now post a job but I can edit my jobs. :)
1 to 6 of 6