Categories:
Author:
About It:
Rate it:
Flag it:
Mod Self Register
This mod allows a site to have users register themselves to be authors and post articles. It is primarily designed for community driven sites, like this one.
Archived [?]: This Mod has been replaced by plugin mem_self_register.
Initially released:
11.01.2004Posted here:
23 Nov 2004Article modified:
25 Jan 2008









If there is a comment form at the Information URL, you may want to leave your comments/questions there or at the Forum thread for quicker feedback. Otherwise, comment away:
Commented (2)
$levels = array(
1 => gTxt(‘publisher’),
2 => gTxt(‘managing_editor’),
3 => gTxt(‘copy_editor’),
4 => gTxt(‘staff_writer’),
5 => gTxt(‘freelancer’),
6 => gTxt(‘designer’),
0 => gTxt(‘none’)
and to make the change, go to \textpattern\include\txp_register.php (the new file you will have created and uploaded through the instructions of this mod), and find
global $new_author_level;
if (!$new_author_level) $new_author_level = 0;
change that to
global $new_author_level;
if (!$new_author_level) $new_author_level = 5;
or the number of your preference.
Subscribe to this article's comments RSS feed. [ ? ] View Recent Comments across the site. Get a Gravatar.