Forums

Join
bbPress Support ForumsThemesalternative admin link for normal users

Info

alternative admin link for normal users

  1. heyho,

    so i guess this is going to be my last question and i should be done now with my bbpress template .

    so i need a placeholder link for normal logged in folks like

    <?php if ( is_admin() yadda yadda php xy bla bla() ) : ?>
    <table>
    	<tr>
    		<td>
    			<li><?php bb_admin_link();?></li>
    		</td>
    	</tr>
    </table>
    
    or else
    
    <table>
    
    	<tr>
    		<td>
    			<li><?php bb_any_link();?></li>
    		</td>
    	</tr>
    </table>

    what kind of bbpress/php tags do i need?

    thankssssss a bunch

  2. You must log in to post.