Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 196
Total: 196

Author Topic: Auto approve comments  (Read 9104 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: 16436
    • 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: 16436
    • 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: 16436
    • 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
10769 Views
Last post October 09, 2007, 04:47:46 am
by Peefy
9 Replies
7568 Views
Last post March 13, 2008, 12:42:25 am
by lakestclair
2 Replies
3407 Views
Last post September 28, 2008, 12:28:26 am
by DocPixel
3 Replies
3991 Views
Last post July 17, 2010, 07:50:10 am
by 4x4uk
1 Replies
3481 Views
Last post September 02, 2014, 11:33:44 pm
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

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

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal