Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 04:37 pm EST
Geeklog Forums
Stop users adding links, events etc.
Status: offline
Vapour71
Forum User
Chatty
Registered: 02/10/05
Posts: 55
Location:Great White North Eh!
I am pretty sure this is done in the config file here:
// Submission Settings
// enable (set to 1) or disable (set to 0) submission queues:
$_CONF['storysubmission'] = 1;
$_CONF['linksubmission'] = 1;
$_CONF['eventsubmission'] = 1;
$_CONF['usersubmission'] = 1;
You would set these to zero.
I've Gone To Find Myself. If I Show Up Before I Return, Make Me Wait Here Until I Get Back.
Text Formatted Code
// Submission Settings
// enable (set to 1) or disable (set to 0) submission queues:
$_CONF['storysubmission'] = 1;
$_CONF['linksubmission'] = 1;
$_CONF['eventsubmission'] = 1;
$_CONF['usersubmission'] = 1;
You would set these to zero.
I've Gone To Find Myself. If I Show Up Before I Return, Make Me Wait Here Until I Get Back.
8
11
Quote
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
close, but no cigar
setting the above values to zero will turn the queue off, meaning that all submissions (they are still allowed) will not be moderated.
Setting the above to 1 will restrict user submissions by sending them to the queue rather than being published immediately.
It seems the best you can do is limit submissions to logged in users and then restrict those submissions via the moderation queue.
Alternatively (or in addition to) you could always delete/comment out the relevant links that lead a user to the submission pages.
setting the above values to zero will turn the queue off, meaning that all submissions (they are still allowed) will not be moderated.
Setting the above to 1 will restrict user submissions by sending them to the queue rather than being published immediately.
It seems the best you can do is limit submissions to logged in users and then restrict those submissions via the moderation queue.
Alternatively (or in addition to) you could always delete/comment out the relevant links that lead a user to the submission pages.
5
6
Quote
scoyle
Anonymous
Quote by machinari: It seems the best you can do is limit submissions to logged in users and then restrict those submissions via the moderation queue.
Alternatively (or in addition to) you could always delete/comment out the relevant links that lead a user to the submission pages.
Alternatively (or in addition to) you could always delete/comment out the relevant links that lead a user to the submission pages.
I think I will take a look at the templates and see what I can do.
6
5
Quote
nevery@comcast.net
Anonymous
How would this be done to just prevent non logged in users from submitting links and such?
7
7
Quote
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
find this in your config.php
$_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'] = 0;
$_CONF['calendarloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 0;
$_CONF['emailstoryloginrequired'] = 0;
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'] = 0;
$_CONF['calendarloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 0;
$_CONF['emailstoryloginrequired'] = 0;
5
5
Quote
Status: offline
inquest750
Forum User
Regular Poster
Registered: 03/04/05
Posts: 72
Quote by machinari: find this in your config.php
$_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'] = 0;
$_CONF['calendarloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 0;
$_CONF['emailstoryloginrequired'] = 0;
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'] = 0;
$_CONF['calendarloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 0;
$_CONF['emailstoryloginrequired'] = 0;
Can I add "print a story" to that list of restrictions?
6
6
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by inquest750: Can I add "print a story" to that list of restrictions?
You can hide the printer icon which would have the same effect.
Please consult the documentation for a list of available options.
bye, Dirk
8
7
Quote
All times are EST. The time is now 04:37 pm.
- 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