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: 175
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 134
Total: 134

Author Topic: Auto approve comments  (Read 9111 times)

0 Members and 1 Guest are viewing this topic.

Offline rjmiz

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Auto approve comments
« on: October 12, 2006, 10:38:41 pm »
I find it annoying everytime someone leaves a comment
I have to approve it. Just as in the "auto approve images" permissions
can I get an "Auto approve comments?"

When I upgraded from the lite, I had to manually approve nearly 300 comments
before they would show up in the gallery. Geeeez!

I love it though (the pro) looking forward to many improvements.
You'll probably get alot from me as I run a forum for photographers lol

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Auto approve comments
« Reply #1 on: October 13, 2006, 07:50:02 am »
There should be a permission for Auto approve comments.

Check your permissions and make sure you have the rate permissions, auto approve comments, edit own comment.

If not check out
Sources/ManagePermissions.php
Find something liket this and it should be exactly like this
Code:

Code: [Select]
'smfgallery' => array(
'smfgallery_view' => false,
'smfgallery_add' => false,
'smfgallery_edit' => false,
'smfgallery_delete' => false,
'smfgallery_ratepic' => false,
'smfgallery_comment' => false,
'smfgallery_editcomment' => false,
'smfgallery_report' => false,
'smfgallery_autocomment' => false,
'smfgallery_autoapprove' => false,
'smfgallery_manage' => false,
),
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 rjmiz

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Re: Auto approve comments
« Reply #2 on: October 13, 2006, 08:08:49 am »
This is what I have set up for my users
and I have to approve all comments
I dont have rating enabled
« Last Edit: October 13, 2006, 08:16:37 am by rjmiz »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Auto approve comments
« Reply #3 on: October 13, 2006, 08:14:57 am »
It seems you are missing a couple permissions

Open Sources/ManagePermissions.php
Find
Code: [Select]
'smfgallery' => array(
'smfgallery_view' => false,
'smfgallery_add' => false,
'smfgallery_edit' => false,
'smfgallery_delete' => false,
'smfgallery_comment' => false,
'smfgallery_report' => false,
'smfgallery_autoapprove' => false,
'smfgallery_manage' => false,
),
Replace with
Code: [Select]
'smfgallery' => array(
'smfgallery_view' => false,
'smfgallery_add' => false,
'smfgallery_edit' => false,
'smfgallery_delete' => false,
'smfgallery_ratepic' => false,
'smfgallery_comment' => false,
'smfgallery_editcomment' => false,
'smfgallery_report' => false,
'smfgallery_autocomment' => false,
'smfgallery_autoapprove' => false,
'smfgallery_usergallery' => false,
'smfgallery_manage' => false,
),
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 rjmiz

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Re: Auto approve comments
« Reply #4 on: October 13, 2006, 08:20:04 am »
No they're there...mine looks just like yours

**see attached

also note that this pro ver was installed over the lite
« Last Edit: October 13, 2006, 08:26:40 am by rjmiz »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Auto approve comments
« Reply #5 on: October 13, 2006, 08:27:54 am »
Fixed the file. I saw two old installs of SMF Gallery Lite

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 rjmiz

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Re: Auto approve comments
« Reply #6 on: October 13, 2006, 12:54:40 pm »
You're the best....I love you!
(well, maybe I like you alot)

 

Related Topics

  Subject / Started by Replies Last post
14 Replies
10787 Views
Last post October 09, 2007, 04:47:46 am
by Peefy
9 Replies
7579 Views
Last post March 13, 2008, 12:42:25 am
by lakestclair
2 Replies
3418 Views
Last post September 28, 2008, 12:28:26 am
by DocPixel
3 Replies
4020 Views
Last post July 17, 2010, 07:50:10 am
by 4x4uk
1 Replies
3496 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