Fork me on GitHub

pnWebLog, link to weblog in user.php  Bottom

  • in user.php I've added following line

    Code

    if (pnModAvailable('pnWebLog')) {
          echo '<br />';
          echo '[ <a href="index.php?module=WebLog&amp;func=view&amp;uid='.pnVarPrepForDisplay($userinfo['pn_uid']).'">' . _pnWebLog . ' ' . pnVarPrepForDisplay($uname) . '</a>]';
          echo '<br />';
        }
    }


    Might be interesting to someone...

This list is based on users active over the last 60 minutes.