Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 230
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 209
Total: 209

Author Topic: Auto Approve Comments?  (Read 10788 times)

0 Members and 1 Guest are viewing this topic.

Offline ZipCrash

  • Member
  • *
  • Posts: 32
    • View Profile
Auto Approve Comments?
« on: September 15, 2007, 02:07:11 am »
More of a general question than anything but is there a way to automatically approve comments. Or better yet to automatically approve comments from people in a certian usergroup. This would allow me to not have to constantly administrate comments and allow users to post instantly but wouldn't allow random guests to come in and spam on my forum. If there is a way to do this and I just missed it somewhere please let me know, if there isn't please move this thread to Feature Requests. :P

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Auto Approve Comments?
« Reply #1 on: September 15, 2007, 08:15:39 am »
This is a permission setting under "Auto Approve Comments"
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline ZipCrash

  • Member
  • *
  • Posts: 32
    • View Profile
Re: Auto Approve Comments?
« Reply #2 on: September 15, 2007, 02:14:11 pm »
I do not see this setting at all. I got:

SMF Gallery:
 
View SMF Gallery    
Add Picture    
Edit own Picture    
Delete own Picture    
Leave Comments    
Report Pictures/Comments    
Auto Approve Pictures    
Admin Gallery    

Sorry if I'm being a moron but I am just not seeing it at all.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Auto Approve Comments?
« Reply #3 on: September 15, 2007, 02:20:35 pm »
Happens if the lite edition was not unistalled or another old install of the lite edition was never removed.

Attach your Sources/ManagePermissions.php and I can fix it.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline ZipCrash

  • Member
  • *
  • Posts: 32
    • View Profile
Re: Auto Approve Comments?
« Reply #4 on: September 15, 2007, 05:57:05 pm »
Oh yea. Woops.  :-\ I didn't know to uninstall the lite before hand because I didn't check the forums before installing Pro. I appreciate you helping me out with it.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Auto Approve Comments?
« Reply #5 on: September 15, 2007, 06:12:02 pm »
Fixed file attached you have more permissions now.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline ZipCrash

  • Member
  • *
  • Posts: 32
    • View Profile
Re: Auto Approve Comments?
« Reply #6 on: September 16, 2007, 12:41:57 pm »
Thanks alot man I appreciate it!

Offline Rafferty

  • Full Member
  • ***
  • Posts: 159
    • View Profile
    • Australian Air Defence Artillery Association
Re: Auto Approve Comments?
« Reply #7 on: September 17, 2007, 07:56:14 am »
Hmmm sorry to be a pain but could you do the same for myself. I did uninstall the lite edition prior to installing pro but have the same problem. Thanks in anticipation
Don't Follow Me I Have No Idea What I'm Doing

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Auto Approve Comments?
« Reply #8 on: September 17, 2007, 07:17:21 pm »
File attached:
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Rafferty

  • Full Member
  • ***
  • Posts: 159
    • View Profile
    • Australian Air Defence Artillery Association
Re: Auto Approve Comments?
« Reply #9 on: September 17, 2007, 08:10:49 pm »
Ok thanks. That has given me two additional tick boxes under Report Pictures/Comments  and Auto Approve Pictures but no corresponding descriptions, is that right?    

Ahh just noticed it has put an additional box under All  my choices under permissions but no descriptions
      
« Last Edit: September 17, 2007, 08:15:46 pm by Rafferty »
Don't Follow Me I Have No Idea What I'm Doing

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Auto Approve Comments?
« Reply #10 on: September 17, 2007, 08:22:33 pm »
Copy this to every themes/default/langauges/modifications.*.php file
Add this before ?>

Code: [Select]
//Begin SMF Gallery Text Strings
$txt['smfgallery_menu'] = 'Gallery';
$txt['smfgallery_admin'] = 'Gallery Configuration';

//Permissions
$txt['permissiongroup_smfgallery'] = 'SMF Gallery';

$txt['permissionname_smfgallery_view'] = 'View SMF Gallery';
$txt['permissionhelp_smfgallery_view'] = 'Allows the user to view the Gallery';
$txt['cannot_smfgallery_view'] = 'You are not allowed to view the Gallery';

$txt['permissionname_smfgallery_add'] = 'Add Picture';
$txt['permissionhelp_smfgallery_add'] = 'Allows the user to add a picture.';
$txt['cannot_smfgallery_add'] = 'You are not allowed to add a picture.';

$txt['permissionname_smfgallery_bulk'] = 'Bulk Uploads';
$txt['permissionhelp_smfgallery_bulk'] = 'Allows the user to use the bulk upload feature.';
$txt['cannot_smfgallery_bulk'] = 'You are not allowed to bulk upload.';

$txt['permissionname_smfgallery_edit'] = 'Edit own Picture';
$txt['permissionhelp_smfgallery_edit'] = 'Allows the user to edit their own picture.';
$txt['cannot_smfgallery_edit'] = 'You are not allowed to edit that picture.';

$txt['permissionname_smfgallery_delete'] = 'Delete own Picture';
$txt['permissionhelp_smfgallery_delete'] = 'Allows the user to delete their own picture.';
$txt['cannot_smfgallery_delete'] = 'You are not allowed to delete that picture.';

$txt['permissionname_smfgallery_ratepic'] = 'Rate Picture';
$txt['permissionhelp_smfgallery_ratepic'] = 'Allows the user to rate a picture.';
$txt['cannot_smfgallery_ratepic'] = 'You are not allowed to rate that picture.';

$txt['permissionname_smfgallery_editcomment'] = 'Edit own Comment';
$txt['permissionhelp_smfgallery_editcomment'] = 'Allows the user to edit their own comments.';
$txt['cannot_smfgallery_editcomment'] = 'You are not allowed to edit that comment.';

$txt['permissionname_smfgallery_comment'] = 'Leave Comments';
$txt['permissionhelp_smfgallery_comment'] = 'Allows the user to leave comments on a picture.';
$txt['cannot_smfgallery_comment'] = 'You are not allowed to leave comments.';

$txt['permissionname_smfgallery_report'] = 'Report Pictures/Comments';
$txt['permissionhelp_smfgallery_report'] = 'Allows the user to report pictures and comments.';
$txt['cannot_smfgallery_report'] = 'You are not allowed to report content.';

$txt['permissionname_smfgallery_autocomment'] = 'Auto Approve Comments';
$txt['permissionhelp_smfgallery_autocomment'] = 'Comments do not need to wait for approval.';

$txt['permissionname_smfgallery_autoapprove'] = 'Auto Approve Pictures';
$txt['permissionhelp_smfgallery_autoapprove'] = 'Pictures do not need to wait for approval.';

$txt['permissionname_smfgallery_usergallery'] = 'Personal Gallery';
$txt['permissionhelp_smfgallery_usergallery'] = 'Allows the user to have a personal gallery';
$txt['cannot_smfgallery_usergallery'] = 'You are not allowed to have a gallery.';

$txt['permissionname_smfgallery_manage'] = 'Admin Gallery';
$txt['permissionhelp_smfgallery_manage'] = 'Allows the user to add/delete/edit all catagories. Delete Comments, Delete Pictures, Approve Pictures';
$txt['cannot_smfgallery_manage'] = 'You are not allowed to manage gallery.';

//END SMF Gallery Text Strings
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Rafferty

  • Full Member
  • ***
  • Posts: 159
    • View Profile
    • Australian Air Defence Artillery Association
Re: Auto Approve Comments?
« Reply #11 on: September 17, 2007, 11:17:16 pm »
perfect,  thank you for your efforts and great mods
Don't Follow Me I Have No Idea What I'm Doing

Offline Peefy

  • Member
  • *
  • Posts: 2
    • View Profile
Re: Auto Approve Comments?
« Reply #12 on: October 08, 2007, 08:20:04 am »
I did the same mistake, can you take a look at mine?  :-\

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Auto Approve Comments?
« Reply #13 on: October 08, 2007, 06:37:29 pm »
File Attached
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Peefy

  • Member
  • *
  • Posts: 2
    • View Profile
Re: Auto Approve Comments?
« Reply #14 on: October 09, 2007, 04:47:46 am »
It worked, thanks alot!

 

Related Topics

  Subject / Started by Replies Last post
6 Replies
9111 Views
Last post October 13, 2006, 12:54:40 pm
by rjmiz
9 Replies
7581 Views
Last post March 13, 2008, 12:42:25 am
by lakestclair
2 Replies
3420 Views
Last post September 28, 2008, 12:28:26 am
by DocPixel
3 Replies
4021 Views
Last post July 17, 2010, 07:50:10 am
by 4x4uk
1 Replies
3498 Views
Last post September 02, 2014, 11:33:44 pm
by SMFHacks

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal