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

Author Topic: My regular users can not rate pictures, where I can allow this?  (Read 5500 times)

0 Members and 1 Guest are viewing this topic.

Offline vw t3 spain

  • Member
  • *
  • Posts: 7
    • View Profile
My regular users can not rate pictures, where I can allow this?
« on: November 01, 2012, 11:12:27 am »
My regular users can not rate the pictures existing in an old category (I upgraded from lite version some days ago). The administrators and moderatos can rate all the pics, so I have a look to the permissions on Admin » Permissions » Permissions by group but I don't have any option to allow the ratings.

The 'Disable Image Ratings' that appears when you edit the category are not checked, I only checked 'Lock Category from uploads' because I don't want that the users can upload more pictures in this category.

In the Gallery config, in the settings, I've checked 'Show pictures ratings'...

I don't know more what can I do... :/

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: My regular users can not rate pictures, where I can allow this?
« Reply #1 on: November 01, 2012, 11:16:20 am »
It should be under Admin -> Permissions -> Modify each membergroup
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 vw t3 spain

  • Member
  • *
  • Posts: 7
    • View Profile
Re: My regular users can not rate pictures, where I can allow this?
« Reply #2 on: November 01, 2012, 11:33:37 am »
I only have this options:

Add a Photo
Edit own image
Delete own image
leave a comment
Report Images / Comments
Auto approve images
Manage gallery

All are checked except 'Manage gallery' for my regular users, I don't have any option for allow the ratings

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: My regular users can not rate pictures, where I can allow this?
« Reply #3 on: November 01, 2012, 11:39:57 am »
Looks like lite edition might still be installed in that file. Pro adds some more options.

Attach your Sources/ManagePermisisons.php
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 vw t3 spain

  • Member
  • *
  • Posts: 7
    • View Profile
Re: My regular users can not rate pictures, where I can allow this?
« Reply #4 on: November 01, 2012, 11:47:50 am »
Yes... I think that these are the options from the lite version, but I can't know this exactly.

I can't attach the file: The attachments upload directory is not writable. Your attachment or avatar cannot be saved. ;)

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: My regular users can not rate pictures, where I can allow this?
« Reply #5 on: November 01, 2012, 11:56:55 am »
Retry now should be working now just changed servers recently.
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 vw t3 spain

  • Member
  • *
  • Posts: 7
    • View Profile
Re: My regular users can not rate pictures, where I can allow this?
« Reply #6 on: November 01, 2012, 12:22:40 pm »
Here you are ;)

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: My regular users can not rate pictures, where I can allow this?
« Reply #7 on: November 01, 2012, 12:27:34 pm »
Updated 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 vw t3 spain

  • Member
  • *
  • Posts: 7
    • View Profile
Re: My regular users can not rate pictures, where I can allow this?
« Reply #8 on: November 01, 2012, 01:19:26 pm »
I just update the file, but I think there is a problem. I think cause is my default language is Spanish and I translated the lite version to Spanish... but I don't know sure.

See this pic, you can see that there is some items (the items that appears on lite version) but the new items appears in blank.

Can you tell me the text for these options please?


thx


Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: My regular users can not rate pictures, where I can allow this?
« Reply #9 on: November 01, 2012, 10:52:45 pm »
You need to add this information to your themes/default/languages/modifcations.spanish.php file

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

$txt['gallery_ftp'] = 'Batch Add';
$txt['gallery_text_catpermlist2'] = 'Category Permissions';
$txt['gallery_filespace'] = 'Space Manager';
$txt['gallery_form_approveimages'] = 'Approve Images';
$txt['gallery_form_reportimages'] = 'Reported Images';
$txt['gallery_form_approvecomments'] = 'Approve Comments';
$txt['gallery_form_managecats'] = 'Manage Categories';
$txt['gallery_text_settings'] = 'Settings';
$txt['gallery_text_videosettings'] = 'Video Settings';

//Permissions
$txt['permissiongroup_smfgallery'] = 'SMF Gallery';
$txt['permissiongroup_simple_smfgallery'] = 'Use 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 sandy2013

  • Member
  • *
  • Posts: 1
    • View Profile
Re: My regular users can not rate pictures, where I can allow this?
« Reply #10 on: November 19, 2012, 08:55:19 pm »
It should be under Admin -> Permissions -> Modify each membergroup

 

Related Topics

  Subject / Started by Replies Last post
6 Replies
8835 Views
Last post October 11, 2006, 01:39:15 pm
by TeamVTEC
0 Replies
3152 Views
Last post May 31, 2007, 09:33:00 am
by joh87swe
3 Replies
5259 Views
Last post July 19, 2007, 11:16:52 pm
by Tick
7 Replies
5946 Views
Last post April 11, 2008, 11:36:46 pm
by Yellowrose
3 Replies
5950 Views
Last post December 31, 2013, 03:29:37 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