Login     Sign up
page permissions
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

are missing

Public - everyone can visite your site
Private - only members can visite your site

166 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

[quote=defender]are missing

Public - everyone can visite your site
Private - only members can visite your site [/quote]

Yea I know its kind of a bummer ...

166 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

yes ..i need page permision too

166 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

up up

we need it in a free version.

166 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

2nd that

166 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

falcone do you can help us :)

166 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

what I did for "only members can visite your site "

apps.inc.php

find
[code]if ($menu_items[$current_menu_path]['type'] == 'private' || $menu_items[$top_menu_path]['type'] == 'private') {
if (!$client['id']) {
redirect('member/login/1');
}
}
[/code]

replace
[code]if ($parr[0] != 'member' && $parr[0] != 'upgrade' && $parr[0] != 'rss' && $parr[0] != 'language' && $parr[0] != 'signup' && get_gvar('private_network') && !$client['id'] && !eregi("google",$_SERVER['HTTP_USER_AGENT']) ) {
if ($parr[0] == 'home') {

}
else {
    redirect('member/login/1');
}

}
[/code]

now , go to phpmyadmin, find private network table and change value from 0 to 1.

165 months ago
Sam Prasla (@micks)
Join date: Nov 14th 2010
Community posts: 22
View Profile
Send Message

i cant find private network table in phpmyadmin

164 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

it is in jcow_gvars

164 months ago
Sam Prasla (@micks)
Join date: Nov 14th 2010
Community posts: 22
View Profile
Send Message

It works man...!!! :) thanks a lot dude

164 months ago
elvin (@elvinson)
Join date: Aug 23rd 2010
Community posts: 12
View Profile
Send Message

it is cool working in my site [url]http://speakasiaonlinemoney.com/penalist/[/url]

159 months ago