[ Video Sharing CMS v4 ] Hide Users

Started by childproof,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

childproofTopic starter

I want my community to be private. Is there a way that I can hide users?
  •  

hexertem

Quote from: childproof on
I want my community to be private. Is there a way that I can hide users?


<?php if(is_powner()) { ?>
private article
or
my user show
<?php } ?>
  •  

childproofTopic starter

  •  

hexertem

Quote from: childproof on
How do I install that?


tpl/main/profile.php
a browse
<li><?php if(is_powner()) { ?> <a class="tipS" href="<?php echo $canonical.'&sk=activity';?>" title="<?php echo _lang("Tüm Hareketlerini Gör"); ?>"><i class="icon-bell"></i><?php echo u_k($ad->nr);?><?php echo _lang("Hareketler Dökümü"); ?></a><?php } ?></li>
  •  

PHPVibe A.

Hi, he's explaining you how to make private the activity.

If you want all the site private you need to use an workaround based on:

is_user() {
//user is logged
} else {
//it's no logged
}


This will give you an ideea http://www.phpvibe.com/forum/how-to/how-to-add-a-new-(com)-page/msg18297/#msg18297

Similar topics (7)