Enter person's name Or select a friend
Submit Cancel
keyboard_arrow_left keyboard_arrow_right
Posted by Mike on 10/01/13 at 19:47
Comments (0)
Just edit it with CSS. Set the properties to say this:
name {
display:none;
}
Mike  
Thank you very very match Anthony If someone want to do the same, just do this:
In the main.css from your theme find .box2 {
margin-bottom:15px;
/*overflow: hidden;*/
}...  more
Mike  
Ok i was a little to entousiaste lol what i say above dont hide juste tags box but al other too
Try adding this to index.ctp under app/view/home

<?php if ( empty( $uid ) ): ?>
<style>
.box2 {
display:none !important;
}
</style>
<?php endif; ?>
Mike  
Many thank's Anthony, this is the solution, it work good, the tag dont show anymore at home,
but is always avaible wen logged in, this dont disturb me, i just precise the point if someone wil use your trick .
Once again thank you , it's cool from you
No login
Login or register to post your comment
Cookies on mooCommunity - Social Networking Script.
This site uses cookies to store your information on your computer.