Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4219
Latest: Toddie
New This Month: 2
New This Week: 0
New Today: 0
Stats
Total Posts: 42829
Total Topics: 7462
Most Online Today: 66
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 51
Total: 51

Author Topic: My regular users can not rate pictures, where I can allow this?  (Read 4520 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: 16247
    • 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: 16247
    • 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: 16247
    • 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: 16247
    • 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: 16247
    • 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
8508 Views
Last post October 11, 2006, 01:39:15 pm
by TeamVTEC
0 Replies
3044 Views
Last post May 31, 2007, 09:33:00 am
by joh87swe
3 Replies
4459 Views
Last post July 19, 2007, 11:16:52 pm
by Tick
7 Replies
4948 Views
Last post April 11, 2008, 11:36:46 pm
by Yellowrose
3 Replies
5096 Views
Last post December 31, 2013, 03:29:37 pm
by SMFHacks

+- Recent Topics

[Mod]GDPR Helper by SMFHacks
Today at 01:50:14 pm

RSS Feed Poster Database Error by SMFHacks
May 22, 2023, 06:26:18 pm

Errors With Older Version. by Ken.
May 09, 2023, 05:35:40 pm

Pretty Urls SEO Pro by SMFHacks
May 06, 2023, 03:30:11 pm

New Post Image Upload Error by Mike66
April 28, 2023, 07:30:28 am

Copyright Removal Key by SMFHacks
April 03, 2023, 02:44:28 pm

Converting from Aeva Media by sudhakar
April 02, 2023, 11:09:54 am

Using SMF's Built-in Search Algorithm by shuban
March 27, 2023, 09:15:10 am

Permissions query by davejo
March 26, 2023, 04:43:48 am

prettyurls - TroubleShooting.wiki by SMFHacks
March 25, 2023, 01:49:35 pm

Powered by EzPortal