Uutiset:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu
Advertisement:

Haun tulos hakusanalle: post moderation

Tuloksien järjestys
#441
SMF Coding Discussion / Re: How insert code on last post
helmikuu 27, 2019, 09:11:04 AP tekijältä vii
...... $context['get_message']())  template_single_post($message);   echo '  </form>   ............  </div>';   // Mobile action - moderation buttons (bottom) As far as I know, the primary  ......
#442
Applied or Declined Requests / Self policing spam control
helmikuu 12, 2011, 02:25:35 IP tekijältä lewism
......  would be a setting which allows admin to set a moderation flag on all new users. After say 5 posts  ............  be changed into the default system settings and post away as they want.  Part two would be another  ............  adds to the users karma, called SPAM. If someone posted spam, the users could vote. Admin could set say  ......
#443
......  that's still before we get into the murk that is post moderation  ......
#444
SMF 2.0.x Support / Re: Moderate Newbie First Post
kesäkuu 08, 2019, 10:00:06 AP tekijältä Oldiesmann
...... .  First, create a new group with a required post count of 1. Then, enable permissions for post  ............ , check the box next to "Enable permissions for post count based groups" and save) Next, enable post  ............  Features, click the switch icon to the right of "Post Moderation" and save)  Finally, adjust  ............ : Set the "Regular Members" group to not allow posting at all (this will prevent permissions from  ............  group from overriding permissions from the post groups) Set the "Newbie" group to allow posting  ............  after approval Set permissions for the other post groups to allow posting without requiring  ............   The permissions for posting can be adjusted either individually for each  ............  or from the post moderation screen (Admin -> Members ->  ............  -> Post Moderation......
#445
...... '], ';poll=', $context['poll']['id'], '" method="post" accept-charset="', $context['character_set'], '"  ............ ', 'lang' => true, 'url' => $scripturl . '?action=post;topic=' . $context['current_topic'] . '.' . $ ............ ['menu_separator'] . ' &nbsp;&nbsp;<a href="#lastPost"><b>' . $txt['topbottom5'] . '</b></a>' : '', '</ ............ '], '.', $context['start'], '" method="post" accept-charset="', $context['character_set'], '"  ............ ="middle"');<br /><br />// Time to display all the posts<br /> echo '<br /><table cellpadding="0"  ............ , '">';<br /><br /> // Show information about the poster of this message.<br /> echo '<br /> <table  ............ ']['is_guest'])<br /> {<br /> // Show the post group if and only if they have no other group or  ............  option is on, and they are in a post group.<br /> if ((empty($settings[' ............ ['member']['group'] == '') && $message['member']['post_group'] != '')<br /> echo '<br /> ', $ ............ ['member']['post_group'], '<br />';<br /> echo '<br /> ',  ............ 'image'], '<br />';<br /><br /> // Show how many posts they have made.<br /> echo '<br /> ', $ ............ [26], ': ', $message['member']['posts'], '<br /><br /> <br />';<br /><br /> // ............  /><br /> // Done with the information about the poster... on to the post itself.<br /> echo '<br />  ............  </div>';<br /><br /> // If this is the first post, (#0) just say when it was posted - otherwise  ............  echo '<br /> <a href="', $scripturl, '?action=post;quote=', $message['id'], ';topic=', $context[' ............  echo '<br /> <a href="', $scripturl, '?action=post;quote=', $message['id'], ';topic=', $context[' ............  /> // Can the user modify the contents of this post?<br /> if ($message['can_modify'])<br /> echo ' ............ <br /> <a href="', $scripturl, '?action=post;msg=', $message['id'], ';topic=', $context[' ............  '</a>';<br /><br /> // Show a checkbox for quick moderation?<br /> if (!empty($options['display_quick_mod'])  ............  = \'\';"' : '', ' />';<br /><br /> // Show the post itself, finally!<br /> echo '<br /> </td>< ............ ="1" class="hrcolor" /><br /> <div class="post"', $message['can_modify'] ? ' id="msg_' . $ ............ ; Last Edit: Time by Person &#187;" if this post was edited.<br /> if ($settings['show_modify'] && ............ >';<br /><br /> // Maybe they want to report this post to the moderator(s)?<br /> if ($context[' ............ <br /><br /> // Show the IP to this user for this post - because you can moderate?<br /> if ($context[' ............ : 0 0 1px 0;"></td></tr> </table> <a name="lastPost"></a>'; <?php<br />}<br />?> <?php<br /><br /><br  ............ ="text-align: center;"><input type="submit" name="post" value="', $txt[10], '" onclick="return  ............ ]),<br /> 'calendar' => array('test' => 'calendar_post', 'text' => 'calendar37', 'image' => 'linktocal. ............ ', 'lang' => true, 'url' => $scripturl . '?action=post;calendar;msg=' . $context['topic_first_message'] . ............ ']),<br /> );<br /><br /> if ($context['can_remove_post'] && !empty($options['display_quick_mod']) && $ ............ ['display_quick_mod'] == 1 && $context['can_remove_post'])<br /> echo '<br /> <input type="hidden" name=" ............ "><br /> <form action="', $scripturl, '?action=post2" method="post" accept-charset="', $context[' ............ '], '" name="postmodify" id="postmodify" onsubmit="submitonce(this); ............  name="goback" value="', empty($options['return_to_post']) ? '0' : '1', '" /><br /> <input type=" ............ ><br /><br /> <input type="submit" name="post" value="' . $txt[105] . '" onclick="return  ............ ="', $txt['spell_check'], '" onclick="spellCheck(\'postmodify\', \'message\');" tabindex="5"/>';<br />  ............ ="', $scripturl, '?action=spellcheck" method="post" accept-charset="', $context['character_set'], '"  ......
#446
SMF Coding Discussion / Age & Gender Board Filtering MOD
elokuu 04, 2006, 07:04:00 IP tekijältä Senkusha
......  can see all boards. This has been done for moderation purposes.  Here is the code: Load.php Find: Koodi  ............ , b.override_theme, b.permission_mode, b.countPosts Replace with: Koodi [Valitse] Laajenna  b. ............ , b.override_theme, b.permission_mode, b.countPosts, b.MinAge, b.gender_sel  Find: Koodi [Valitse]  ............   'posts_count' => empty($row['countPosts']),  Add after:  ............   $boardOptions['min_age'] = (int) isset($_POST['min_age']) ? $_POST['min_age'] : '0';  $ ............ ['gender_sel'] = (int) isset($_POST['gender_sel']) ? $_POST['gender_sel'] : '-1';   ............  Which gender is this board restricted to view / post?<br /><br />  </td>  <td align=" ......
......  everyone  We have the SMF 2.0 (RC3) post moderation and warning system set up so that the  ............  can be moved over to create the action "All users posts will be moderated". If a user has this action  ............  a red "(!)" next to the forum category where the post(s) or topic(s) are awaiting approval. When you  ............  cursor over this red "(!)" it reads "Unapproved Posts (Topics: 0 Posts: 2)"  The problem we are having  ............  remains next to the form category where their posts where waiting to be approved. Since this member  ......
......  My forum has acquired members nicely, many active posters and even more of frequent readers. Few  ............  could ask the members if they were interested in moderation or admin tasks? I have, few times, and it's  ............  of the few outstanding members. Mostly people post some brainless blabbering, or when they  ............  there's an area devoted for it". However, they post these rants and whining into topics that  ............  aren't related to their posts at all. I've stated that I do not have time to  ............  all the posts, but it doesn't seem to have any effect. And at  ......
#449
SMF 1.1.x Support / Not receiving board message reply notifications
maaliskuu 19, 2006, 05:08:21 IP tekijältä adrianbj
......  reply - unchecked Turn notification on when you post or reply to a topic - checked When sending  ............  of a reply to a topic, send the post in the email - checked  For topics and boards I' ............  notification on, notify me of: Replies and Moderation  I would really appreciate it if anyone has any  ......
#450
......  Mods: Magic Llamas 1.0 Visual Warning / Post Moderation 1.01 Ultimate Shoutbox 1.12  ......
......  group moderator, they add/remove people from the moderation center not their profile. Yeah this is exactly  ............ , on Manage Membergroups and on Profile which I posted in previous post. Problem with it it doesn't  ............  groups ]So quote above is way to promote, posted in previous post so you can know what I'm  ............ : Arantor - heinäkuu 31, 2018, 02:58:40 IPThe moderation center does indeed have uses. As does action= ............  for a site that doesn't even hit a thousand posts in a month. In fact for a site that doesn't even  ............  a thousand posts a month, it doesn't even really need more than 1  ............  member! I have to investigate what else Moderation Center offers to staff members, rarely happens  ............  are unknown to me, and my expectations about Moderation Center/Membergroups was to be more about people  ............  to have more purposes. Forum have about 2000-3000 posts per month, 18 Permission Profiles (from these 4  ............  are not in use atm), 38 private membergroups + 10 post based. My philosophy is different about how many  ......
#452
Bridges and Integrations / Integrating SMF & Q2A: Reported Posts
huhtikuu 13, 2011, 04:45:21 IP tekijältä scorchpt
......  make everything centralized, I am using the SMF Moderation Center, but I have a few questions.   1 - What  ............  log_reported table? Are they about the reported post, or about the repor himself?  2 - I am only  ............  3 - Is it easy/possible to change the view of the moderation center to make it compatible with the Q2A reports? ............  I mean, the link to the post is possible, but and what about renderization of  ......
#453
Mod Requests / Re: inability to edit other's 'quotes'
heinäkuu 25, 2018, 01:01:46 IP tekijältä Gwenwyfar
......  never seen someone edit a quote inline to their post...  I've been in quiet a few forums, and honestly  ............  offended by the edit by user B. The original post is always there to confirm who said what.  So...  ............  ban and moderation options are there to be used   Though, in that  ......
#454
SMF 2.0.x Support / Re: language string error(was: Responsive Curve)
marraskuu 21, 2018, 12:49:14 IP tekijältä petewadey
...... ';<br />$txt[85] = 'Signature';<br />$txt[86] = 'Posts';<br />$txt[88] = 'Change profile';<br />$txt[89] ............  view does not exist.';<br />$txt[458] = 'Latest posts of: ';<br />$txt[459] = 'Additional Information'; ............  />$txt[460] = 'Show the last';<br />$txt[461] = 'posts of this person';<br />$txt[474] = 'Specify your  ............  = 'Signatures are displayed at the bottom of each post or personal message. BBC code and smileys may be  ............  forum time';<br />$txt[749] = 'The \'number of posts\' box can only contain digits.';<br /><br />$txt[ ............ ['auto_notify'] = 'Turn notification on when you post or reply to a topic.';<br />$txt[' ............ $txt['notify_send_type_everything'] = 'Replies and moderation';<br />$txt['notify_send_type_everything_own'] = ' ............  notification of a reply to a topic, send the post in the email (but please don\'t reply to these  ............ '] = 'You are being notified of new topics posted in the following boards';<br />$txt[' ............  'Total Time Spent Online';<br />$txt['statPanel_noPosts'] = 'No posts to speak of!';<br />$txt[' ............ '] = 'General Statistics';<br />$txt['statPanel_posts'] = 'posts';<br />$txt['statPanel_topics'] = ' ............ ';<br />$txt['statPanel_total_posts'] = 'Total Posts';<br />$txt[' ............ ['statPanel_topBoards'] = 'Most Popular Boards By Posts';<br />$txt['statPanel_topBoardsActivity'] = ' ............  Activity';<br />$txt['statPanel_activityTime'] = 'Posting Activity By Time';<br />$txt[' ............  this page you can delete this user\'s account and posts.';<br />$txt['deleteAccount_member'] = 'Delete  ............  member\'s account';<br />$txt['deleteAccount_posts'] = 'Remove posts made by this member';<br />$ ............ '] = 'None';<br />$txt['deleteAccount_all_posts'] = 'All Posts';<br />$txt['deleteAccount_topics' ............ ] = 'Topics and Posts';<br />$txt['deleteAccount_confirm'] = 'Are you  ............ ;<br />$txt['summary'] = 'Summary';<br />$txt['showPosts'] = 'Show Posts';<br />$txt['statPanel'] = 'Show  ............ '] = 'SMF allows you to be notified of replies to posts, newly posted topics, and forum announcements.  ............  range';<br />$txt['messages_from_ip'] = 'Messages posted from IP (range)';<br />$txt[' ............ '] = 'Below is a list of all messages posted from this IP (range).';<br />$txt[' ............  of ban: &quot;%s&quot;';<br />$txt['ban_type_post'] = 'post';<br />$txt['ban_type_register'] = ' ............  your online status?';<br /><br />$txt['return_to_post'] = 'Return to topics after posting by default.';< ............ '] = 'Don\'t warn on new replies made while posting.';<br />$txt['copy_to_outbox'] = 'Save a copy  ............  you receive new messages?';<br />$txt['recent_posts_at_top'] = 'Show most recent posts at the top.';< ............ 'DD-MM-YYYY, HH:MM:SS';<br /><br />$txt['rtm8'] = 'Poster';<br /><br />$txt[732] = 'Show board  ............ ';<br />$txt['display_quick_mod'] = 'Show quick-moderation on message index as ';<br />$txt[' ............  />$txt['local_time'] = 'Local Time';<br />$txt['posts_per_day'] = 'per day';<br /><br />$txt[' ......
#455
SMF 2.0.x Support / Re: invalid attachment
elokuu 27, 2018, 07:50:10 IP tekijältä brynn
......  I said, yes, post moderation is enabled. As I said before, we  ......
#456
Applied or Declined Requests / Members Warning Manager
syyskuu 03, 2006, 05:17:28 AP tekijältä Enc0der
......  and layout and more.  During our routine moderation of the forum, we have encountered the need to  ............  filled in automatically), link to the problematic post and/or thread (also will be filled automatically)  ............  the reason for reporting this post and/or thread – meaning which rule the user has  ............  to his account, with a link to the problematic post and/or thread and the reason why he has been  ............  assistance to many large SMF-based forums, where moderation is almost a full-time job.  Thanks and keep up  ......
#457
SMF 2.0.x Support / Re: Mass Delete Unapproved Posts
helmikuu 06, 2019, 07:11:58 IP tekijältä jangofett
......  has been attacked by spammers. I have used quick moderation to remove the 97 spam topics but the bulk of the  ............  they are not approved. I can only see them in the Moderation Center, which only shows me 10 at a time. To  ............  spam. this forum has you run the captcha to even post......
......  terms of moderation, less is often more. If a user clearly breaks a  ............  you really do not want on your forum, delete the post and inform the user why you did it, warning them  ......
#459
......  quick moderation checkboxes are still too cumbersome (that is, if  ............  many different topics), and you really want all posts by deleted members (and otherwise guests) gone,  ............  be pretty safe to bulk-change the username on all posts with 0 as their member ID (with a query like  ............  {prefix}members SET poster_name='Deleted' WHERE id_member='0'), and then  ............  re-attribute all posts with that username to one account (so you can  ............  that one account along with all these posts). I really wouldn't directly delete the posts  ............  the database, but I think changing usernames on posts isn't going to cause any trouble. Unless anyone  ............  get messed up (like the username on the "last post" in topics and boards?) ......
#460
SMF 2.0.x Support / Re: method to limit users and ip control
tammikuu 10, 2018, 08:36:02 AP tekijältä Arantor
......  could use post moderation for the individual(s) that are a  ......
Advertisement: