SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 23, 2012, 06:06:48 am

Login with username, password and session length
Members
Total Members: 10069
Latest: tetsujrock
Stats
Total Posts: 28682
Total Topics: 4975
Online Today: 94
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 91
Total: 91
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Auto approve comments  (Read 3662 times)
rjmiz
Jr. Member
**
Offline Offline

Posts: 97



View Profile
« 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
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« 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:
'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,
),
Logged
rjmiz
Jr. Member
**
Offline Offline

Posts: 97



View Profile
« 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 » Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« Reply #3 on: October 13, 2006, 08:14:57 am »

It seems you are missing a couple permissions

Open Sources/ManagePermissions.php
Find
Code:
'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:
'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,
),
Logged
rjmiz
Jr. Member
**
Offline Offline

Posts: 97



View Profile
« 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 » Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« Reply #5 on: October 13, 2006, 08:27:54 am »

Fixed the file. I saw two old installs of SMF Gallery Lite

File Attached:
Logged
rjmiz
Jr. Member
**
Offline Offline

Posts: 97



View Profile
« Reply #6 on: October 13, 2006, 12:54:40 pm »

You're the best....I love you!
(well, maybe I like you alot)
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[May 21, 2012, 08:54:11 am]

[May 20, 2012, 11:06:52 am]

[May 20, 2012, 05:58:11 am]

[May 19, 2012, 06:16:58 pm]

[May 19, 2012, 05:42:37 pm]

[May 18, 2012, 03:08:38 pm]

[May 17, 2012, 06:07:46 pm]

[May 17, 2012, 02:22:07 pm]

[May 17, 2012, 12:38:16 pm]

[May 15, 2012, 09:32:27 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.16 | SMF © 2006-2011, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 0.237 seconds with 19 queries.