Welcome to Geeklog, Anonymous Monday, December 23 2024 @ 12:08 am EST
Geeklog Forums
Private messages only for regist. users.. how?
Status: offline
kreative
Forum User
Chatty
Registered: 08/15/04
Posts: 53
Location:Verona, Italy
Hello,
is there a way to change the permission in the "send private message"?
I would like that ONLY registered users can send a message private message, but anyone can do it, if I insert a link like this:
http://www.mysite.com/profiles.php?uid=15
All users, if go to this link, can send a message to the user #15 ...
Thanks a lot!
is there a way to change the permission in the "send private message"?
I would like that ONLY registered users can send a message private message, but anyone can do it, if I insert a link like this:
http://www.mysite.com/profiles.php?uid=15
All users, if go to this link, can send a message to the user #15 ...
Thanks a lot!
6
5
Quote
Status: offline
JohnVanVliet
Forum User
Full Member
Registered: 10/09/03
Posts: 161
in config.php check
$_CONF['loginrequired'] = 0; // all of them, if set to 1 will override all else
$_CONF['submitloginrequired'] = 0;
$_CONF['commentsloginrequired'] = 0;
$_CONF['linksloginrequired'] = 0;
$_CONF['pollsloginrequired'] = 1;
$_CONF['calendarloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 0;
$_CONF['emailstoryloginrequired'] = 0;
and see if they are set to 1
$_CONF['commentsloginrequired'] = 1;
$_CONF['emailuserloginrequired'] = 1;
Text Formatted Code
// this lets you select which functions are available for registered users only $_CONF['loginrequired'] = 0; // all of them, if set to 1 will override all else
$_CONF['submitloginrequired'] = 0;
$_CONF['commentsloginrequired'] = 0;
$_CONF['linksloginrequired'] = 0;
$_CONF['pollsloginrequired'] = 1;
$_CONF['calendarloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 0;
$_CONF['emailstoryloginrequired'] = 0;
and see if they are set to 1
Text Formatted Code
$_CONF['commentsloginrequired'] = 1;
$_CONF['emailuserloginrequired'] = 1;
10
6
Quote
All times are EST. The time is now 12:08 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content