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: 170
Total: 170

Author Topic: Permissions gone in Admin Panel  (Read 11619 times)

0 Members and 1 Guest are viewing this topic.

Offline justafishermen

  • Member
  • *
  • Posts: 7
    • View Profile
Permissions gone in Admin Panel
« on: November 22, 2006, 03:01:53 pm »
Well after an upgrade to 1.1 RC3 I am now missing all the permissions settings in the admin for SMF under each group.

If you look at the screenshot my member group permissions is missing something and I think thats the gallery section.

Site URL is http://www.AnglingFanatics.com

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #1 on: November 22, 2006, 03:21:31 pm »
Did you reinstall the mod?

Make sure that these text strings are in modfications.englih.php in your themes language folder

Code: [Select]
//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links 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 justafishermen

  • Member
  • *
  • Posts: 7
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #2 on: November 22, 2006, 04:19:45 pm »
Nope, where can I add them or can I?

Here is my modifications.english.php file in "Themes/default/languages":

Code: [Select]
<?php
// Version: 1.1 RC3; Modifications


 //View Single PM
 
$txt['singlepm_prange'] = 'Parameter p out of range. Please Go back and try again';
 
$txt['singlepm_vmsg'] = 'Viewing Message #';
 
$txt['enableSinglePM'] = 'Enable Single Personal Message View.';

// OB - Googlebot - Begin

// Boardindex Strings
$txt['ob_googlebot_modname'] = 'Googlebot & Spiders';
$txt['ob_googlebot_spider'] = 'Spider';
$txt['ob_googlebot_spiders'] = 'Spiders';
$txt['ob_googlebot_spiders_last_active'] = 'Spiders active in past ' $modSettings['lastActive'] . ' minutes';

// ModSettings
$txt['ob_googlebot_count_all_instances'] = 'Count all instances of same spider';
$txt['ob_googlebot_display_all_instances'] = 'Display all instances of same spider <div class="smalltext">("' $txt['ob_googlebot_count_all_instances'] . '" must be selected)</div>';
$txt['ob_googlebot_display_agent'] = 'Display agent instead of name';
$txt['ob_googlebot_display_own_list'] = 'Display spiders in its own list';
$txt['ob_googlebot_count_most_online'] = 'Count in "Most Online"';
$txt['ob_googlebot_redirect_phpsessid'] = 'Redirect PHPSESSID URLs';

// Stats
$txt['ob_googlebot_stats_lastvisit'] = 'Google visited last this page ';

// Permissions
$txt['permissiongroup_googlebot'] = $txt['ob_googlebot_modname'];
$txt['permissionname_googlebot_view'] = 'View Googlebot & Spiders';

// OB - Googlebot - End

?>

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #3 on: November 22, 2006, 07:43:35 pm »
Just add it before the ?>
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 justafishermen

  • Member
  • *
  • Posts: 7
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #4 on: November 22, 2006, 08:03:40 pm »
Ok but you know that code is for SMF Links not SMF Gallery Lite right?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #5 on: November 22, 2006, 08:09:33 pm »
Nope I didn't lol.

Here are the strings

Code: [Select]

Gallery English Text Strings
*/

//Gallery.template.php Strings

//Title string
$txt['gallery_text_title'] = 'Gallery';

//Main gallery table strings
$txt['gallery_text_galleryname'] = 'Gallery Name';
$txt['gallery_text_gallerydescription'] = 'Gallery Description';
$txt['gallery_text_totalimages'] = 'Total Images';
$txt['gallery_text_reorder'] = 'Reorder';
$txt['gallery_text_options'] = 'Options';

$txt['gallery_text_adminpanel'] = 'Gallery Admin Panel';
$txt['gallery_text_addcategory'] = 'Add Category';
$txt['gallery_text_editcategory'] = 'Edit Category';
$txt['gallery_text_delcategory'] = 'Delete Category';
$txt['gallery_text_settings'] = 'Settings';
$txt['gallery_text_permissions'] = 'Permissions';
$txt['gallery_text_imgwaitapproval'] = 'Images waiting approval: ';
$txt['gallery_text_imgcheckapproval'] = 'Check Image Approval List';

$txt['gallery_text_imgreported'] = 'Images reported: ';
$txt['gallery_text_imgcheckreported'] = 'Check Reported Images';


$txt['gallery_write_error'] = 'Warning Gallery path is not writable! ';
$txt['gallery_text_myimages'] = '[MyImages]';
$txt['gallery_text_search'] = '[Search]';
$txt['gallery_text_edit'] = '[Edit]';
$txt['gallery_text_delete'] = '[Delete]';
$txt['gallery_text_unapprove'] = '[UnApprove]';
$txt['gallery_text_approve'] = '[Approve]';
$txt['gallery_text_up'] = '[Up]';
$txt['gallery_text_down'] = '[Down]';
$txt['gallery_text_reportpicture'] = '[Report Picture]';
$txt['gallery_text_delcomment'] = '[Delete Comment]';


$txt['gallery_text_filesize'] = 'Filesize: ';
$txt['gallery_text_by'] = 'By:';
$txt['gallery_text_date'] = 'Date: ';
$txt['gallery_text_comments'] = 'Comments';
$txt['gallery_text_views'] = 'Views: ';

$txt['gallery_text_addpicture'] = 'Add a picture';
$txt['gallery_text_returngallery'] = 'Return to Gallery';

//Online strings
$txt['gallery_who_viewgallery'] = ' are viewing this gallery.';
$txt['gallery_who_viewpicture'] = ' are viewing this picture.';
$txt['gallery_who_members'] = 'Members';
$txt['gallery_who_hidden'] = 'Hidden';

//Form Strings
$txt['gallery_form_title'] = 'Title:';
$txt['gallery_form_description'] = 'Description:';
$txt['gallery_form_icon'] = 'Gallery Icon Url:';

$txt['gallery_warn_category'] = 'Warning this WILL DELETE this category and ALL pictures, comments, ratings that category contains...';

$txt['gallery_form_addpicture'] = 'Add Picture';
$txt['gallery_form_category'] = 'Category:';
$txt['gallery_form_keywords'] = 'Keywords:';
$txt['gallery_form_uploadpic'] = 'Upload Picture:';
$txt['gallery_form_maxwidth'] = 'Max width ';
$txt['gallery_form_maxheight'] = 'Max height ';
$txt['gallery_form_pixels'] = ' pixels';
$txt['gallery_form_additionaloptions'] = 'Additional Options:';
$txt['gallery_form_allowcomments'] = 'Allow comments to be posted on this picture.';
$txt['gallery_form_notapproved'] = 'Your picture will not appear in the gallery to others until it is approved.';
$txt['gallery_form_editpicture'] = 'Edit Picture';
//View picture
$txt['gallery_text_picstats'] = 'Picture Stats:';
$txt['gallery_text_height'] = 'Height:';
$txt['gallery_text_width'] = 'Width:';
$txt['gallery_text_postedby'] = 'Posted by:  ';
$txt['gallery_text_addcomment'] = 'Add Comment';
//Delete picture
$txt['gallery_warn_deletepicture'] = 'Warning this will delete your picture and you can not restore it.';
$txt['gallery_form_delpicture'] = 'Delete Picture';


$txt['gallery_form_comment'] = 'Comment:';

$txt['gallery_form_reportpicture'] = 'Report Picture';

//Gallery admin pics
$txt['gallery_form_managecats'] = 'Manage Categories';
$txt['gallery_form_approveimages'] = 'Approve Images';
$txt['gallery_form_reportimages'] = 'Reported Images';

//Settings page
$txt['gallery_set_description'] = 'Allows you to edit the important settings for your gallery.';
$txt['gallery_set_maxheight'] = 'Max allowed image height: ';
$txt['gallery_set_maxwidth'] = 'Max allowed image width: ';
$txt['gallery_set_filesize'] = 'Max image filesize: ';
$txt['gallery_set_path'] = 'Gallery Path: ';
$txt['gallery_set_url'] = 'Gallery Url: ';
$txt['gallery_set_whoonline'] = 'Display who is viewing a picture';
$txt['gallery_set_commentschoice'] = 'Allow the user to toggle if comments can be shown or a picture or not.';
$txt['gallery_set_permissionnotice'] = 'Lastly! Do not forget to make the permissions are set for each group, in order for them to view and add to the gallery.';
$txt['gallery_set_editpermissions'] = 'Edit Permissions';

//Approve list
$txt['gallery_app_image'] = 'Image';
$txt['gallery_app_title'] = 'Title';
$txt['gallery_app_description'] = 'Description';
$txt['gallery_app_date'] = 'Date';
$txt['gallery_app_membername'] = 'Member Name';

//Report list
$txt['gallery_rep_piclink'] = 'Picture Link';
$txt['gallery_rep_reportby'] = 'Reported by';
$txt['gallery_rep_comment'] = 'Comment';
$txt['gallery_rep_viewpic'] = 'View Picture';
$txt['gallery_rep_deletepic'] = '[Delete Picture]';
$txt['gallery_rep_delete'] = '[Delete Report]';

//Search Page
$txt['gallery_search_pic'] = 'Search for picture';
$txt['gallery_search_for'] = 'Search For:';
$txt['gallery_search_title'] = 'Search Picture Title';
$txt['gallery_search_description'] = 'Search Picture Description';
$txt['gallery_search_keyword'] = 'Search Keywords';
$txt['gallery_search'] = 'Search';

$txt['gallery_searchresults'] = 'Search Results';

//My Images
$txt['gallery_myimages'] = 'MyImages';
$txt['gallery_myimages_app'] = 'Picture Approved';
$txt['gallery_myimages_notapp'] = 'Picture Not Approved';


//#############################
//Gallery.php Strings
//#############################
$txt['gallery_error_cat_title'] = 'You need to enter a category title!';
$txt['gallery_error_no_pic_selected'] = 'No picture selected.';
$txt['gallery_error_pic_notapproved'] = 'This picture is not approved yet and you do not have permission to view it.';
$txt['gallery_error_no_title'] = 'You need to enter a picture title.';
$txt['gallery_error_no_cat'] = 'You need to select a category.';
$txt['gallery_error_invalid_picture'] = 'Not a valid picture file.';
$txt['gallery_error_img_size_height'] = 'Image exceeds size requirements. Your height was:  ';
$txt['gallery_error_img_size_width'] = ' Your width was: ';
$txt['gallery_error_img_filesize'] = 'Picture exceeds max filesize. Max Filesize is ';
$txt['gallery_error_no_picture'] = 'No uploaded picture found.';
$txt['gallery_error_noedit_permission'] = 'You do not have permission to edit that picture.';
$txt['gallery_error_nodelete_permission'] = 'You do not have permission to delete that picture.';
$txt['gallery_error_no_comment'] = 'You did not enter a comment!';
$txt['gallery_error_not_allowcomment'] = 'Wait a second...This picture does not allow comments...';
$txt['gallery_error_no_com_selected'] = 'No comment selected.';
$txt['gallery_error_no_user_selected'] = 'No user selected.';
$txt['gallery_error_no_report_selected'] = 'No report selected.';
$txt['gallery_error_no_search'] = 'You did not enter anything to search for...';
$txt['gallery_error_search_small'] = 'Search string is too small needs to be greater than three characters.';
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 justafishermen

  • Member
  • *
  • Posts: 7
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #6 on: November 22, 2006, 08:16:27 pm »
Caused a parse error

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #7 on: November 22, 2006, 08:26:32 pm »
Remove this part
Code: [Select]

Gallery English 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 justafishermen

  • Member
  • *
  • Posts: 7
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #8 on: November 22, 2006, 08:41:21 pm »
Didnt kill the site this time but it also made no change bud

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #9 on: November 22, 2006, 08:45:41 pm »
How many themes do you have installed? And do use a lanauge other than english? And is your board utf8? If it is utf8 u need to add it to modification.englishutf8.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 justafishermen

  • Member
  • *
  • Posts: 7
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #10 on: November 22, 2006, 10:13:44 pm »
Only installed the one time. Only use English, deleted all other language files. And the board is not utf8

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #11 on: November 22, 2006, 10:36:39 pm »
Bah I must be tired add these text strings to modifications.english.php

Code: [Select]
//Begin SMF Gallery Text Strings
$txt['smfgallery_title'] = 'Gallery For SMF';
$txt['smfgallery_menu'] = 'Gallery';
$txt['smfgallery_version'] = '1.0 Lite';
$txt['smfgallery_admin'] = 'Gallery Configuration';

//Permissions
$txt['permissiongroup_smfgallery'] = '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_edit'] = 'Edit own Picture';
$txt['permissionhelp_smfgallery_edit'] = 'Allows the user to edit a picture.';
$txt['cannot_smfgallery_edit'] = 'You are not allowed to edit a picture.';

$txt['permissionname_smfgallery_delete'] = 'Delete own Picture';
$txt['permissionhelp_smfgallery_delete'] = 'Allows the user to delete a picture.';
$txt['cannot_smfgallery_delete'] = 'You are not allowed to delete a picture.';

$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_autoapprove'] = 'Auto Approve Pictures';
$txt['permissionhelp_smfgallery_autoapprove'] = 'Pictures do not need to wait for approval.';

$txt['permissionname_smfgallery_manage'] = 'Manage 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 justafishermen

  • Member
  • *
  • Posts: 7
    • View Profile
Re: Permissions gone in Admin Panel
« Reply #12 on: November 23, 2006, 04:03:50 am »
BOOYA!!! That fixed it! Thanks so much for the awesome modification and excelent support!

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
6717 Views
Last post September 15, 2007, 10:30:22 pm
by rumboogy
4 Replies
14744 Views
Last post December 04, 2007, 09:27:54 pm
by SMFHacks
6 Replies
8868 Views
Last post August 10, 2008, 06:24:09 pm
by MoreBloodWine
16 Replies
13270 Views
Last post January 26, 2010, 07:38:54 am
by SMFHacks
19 Replies
14442 Views
Last post April 03, 2016, 09:26:03 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