Hi all,
I want to set when user add story that it's not visible on site until admin approve it.
How to do that?
Thanks,
Nikola


![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Hi all, I want to set when user add story that it's not visible on site until admin approve it. How to do that? Thanks, Nikola |
| |||
| have you found a solution to this? Thanks in advance |
| |||
| This would be a great mod! Great thinking! |
| |||
| It seems there isn't solution for this yet. |
| ||||
| Change the links table to add "pending" status: Code: alter TABLE table prefix_links
change link_status link_status enum('discard','queued','published','abuse','duplicated','pending') NOT NULL default 'discard'
;
In the function do_submit3() { function Change this: Code: totals_adjust_count('queued', 1);
$linkres->status='queued';
Code: totals_adjust_count('queued', 0);
$linkres->status='pending';
Now, the story wont appear anywhere. Log in as the administrator and verify the story in the "News Management" and if you approve it, change the status to "queued". Last edited by redwine; 01-07-2008 at 05:34 PM. |
| |||
| Thanks I will try this tonight after I try and upgrade to 9.9.0 |
| |||
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Stories submitted by users that are not listed in Admin Users list... (RC2) | Tomek Wlodarek | Questions and Comments | 0 | 02-25-2009 03:41 AM |
| Need Mod so that all Comments Require Admin Approval | weismangroup | Questions and Comments | 2 | 10-14-2008 03:29 PM |
| Simplified Admin. on Stories. | davemackey | Questions and Comments | 0 | 06-08-2008 06:30 PM |
| Pligg beta 9.5 [updated] | kbeeveer46 | Current Version | 0 | 04-29-2007 09:58 PM |
| email from webmaster@pligg.com when admin updates stories | bounder | Questions and Comments | 1 | 02-18-2007 05:43 PM |