2014-10-12, 00:35:18
Ah yes.
There's a view link ('#') in the list of posts (on the right)
But if you want to have it also in the edit post screen, edit news_manager/template/edit_post.php line 59 (NM 3.0) and change:
to:
There's a view link ('#') in the list of posts (on the right)
But if you want to have it also in the edit post screen, edit news_manager/template/edit_post.php line 59 (NM 3.0) and change:
Code:
if (!empty($NMPAGEURL) && $NMPAGEURL != '' && !$newpost && $private == '') {
Code:
if (!empty($NMPAGEURL) && $NMPAGEURL != '' && !$newpost) { // patched