[ Video Sharing CMS v4 ] how to create private channel with access for different user groups?

Started by fredericofrg,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fredericofrgTopic starter

Hello guys, well my question is.
How can I make a channel private and let only a different user group that i created access that channel.
Lets say Premium Members. they have no admin/mod options just are able to view the channel, that's what i need.
thank you.
  •  

PHPVibe A.

Hi,

you can mark a channel as private (meaning they cannot submit into it) and extend this, what it technically does is to add a sub = 0 field to the channel's entry in the database.

Please see:
http://www.phpvibe.com/forum/tutorials/how-to-work-with-the-phpvibe-groups-(subscriptions)/
http://www.phpvibe.com/forum/tutorials/how-to-use-the-phpvibe-user-system-(internally-or-externally)/

You can add your coding logic to com/com_channels.php com/com_channel.php or template files in tpl/main/ channel.php and channels.php

Similar topics (7)