News:

Wondering if this will always be free?  See why free is better.

Main Menu

SMF Gallery

Started by SMFHacks.com Team, September 16, 2006, 07:13:02 PM

Previous topic - Next topic

miamizx

I checked the Default Forum Language and is set to English (there is no option for English-UTF8 in the drop-down)

It seems like the $txt[] strings are there (in modifications.english.php)

I'm not sure what you mean by "use the Package Manager and check what it does to those two files", but when I installed the package there were no errors. (I uninstalled  it once to check for corruption, but I get the same issues after the new install as well)

This is the contents of the files:

Modifications.english.php
<?php
// Version: 1.1; Modifications

//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

?>


Gallery.english.php
<?php
/*
SMF Gallery Lite Edition
Version 1.7.6
by:vbgamer45
http://www.smfhacks.com
Copyright 2006 SMFHacks.com

############################################
License Information:
SMF Gallery is NOT free software.
This software may not be redistributed.

Links to http://www.smfhacks.com must remain unless
branding free option is purchased.
#############################################

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_at'] = ' at ';

$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_shop_settings'] = '<b>Shop Points Settings</b><br /><span class="smalltext">Only if SMF Shop is installed</span>';
$txt['gallery_shop_picadd']  = 'Picture Add Points: ';
$txt['gallery_shop_commentadd'] = 'Comment Add Points: ';

// BBC and Image Links code
$txt['gallery_txt_image_linking'] = 'Image Linking Codes';
$txt['gallery_set_showcode_bbc_image'] = 'Show BBC Code';
$txt['gallery_set_showcode_directlink'] = 'Show Direct Link Code';
$txt['gallery_set_showcode_htmllink'] = 'Show Html Link Code';


$txt['gallery_txt_bbcimage'] = 'BB Code';
$txt['gallery_txt_directlink'] = 'Direct Link';
$txt['gallery_txt_htmllink'] = 'Html Link';


$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';

$txt['gallery_save_settings'] = 'Save Settings';
//#############################
//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.';

$txt['gallery_guest'] = 'Guest';
$txt['gallery_text_oldpicture'] = 'Old Picture';
?>


Thanks for helping me out, I really appreciate it.

vbgamer45

What theme are you using? Are you using default theme?
If not check the themes/yourthemes/languages/modifications.english.php
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

miamizx

I'm using kelo-lt114_v2

I changed to the default theme and the words showed up, so I just made the selections I wanted and went back to my other theme.  This will have to do until I find out why they are not showing up under this theme.

Thanks again.

miamizx

I went back and checked themes/yourthemes/languages/modifications.english.php, sure enough the definitions were not there, I copied them over form the Default theme. Problem fixed!!

Now that I'm here, I have another question: Is there a way to setup Member Galleries with this package?

rtyug

Quote from: miamizx on April 10, 2008, 09:50:52 AM
Now that I'm here, I have another question: Is there a way to setup Member Galleries with this package?
YES

miamizx

Quote from: rtyug on April 10, 2008, 10:50:40 AM
Quote from: miamizx on April 10, 2008, 09:50:52 AM
Now that I'm here, I have another question: Is there a way to setup Member Galleries with this package?
YES
How do I go about doing this? I've tried searching but can't find anything.

jamesk


miamizx

Quote from: jamesk on April 10, 2008, 01:10:16 PM
You need to use the PRO version:

http://www.smfhacks.com/smf-gallery-pro.php

Figures... Although this feature alone is worth the $$, I'll be upgrading to the Pro version soon.

I'm guessing the Recent Pictures, Most Viewed, etc boxes are also part of the PRO, right?

vbgamer45

Pretty much I have a site showcase that lists sites that purchased it.
http://www.smfhacks.com/index.php?action=showcase

Also you can signup for a somewhat of a demo at smfforfree.com most of the features are there I disabled a couple due to security reasons.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Du!

#1329
Thanks for this cool mod.  :)

And what about image rating with stars o whatever? Can you add this feature?

vbgamer45

I have it but not in the lite edition yet.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

slavisha

I have problem with my smf gallery. I install everything fine and upload one photo and when i go on gallery button and find the photo i see thunb. version of photo but when i click on photo i get error message:

Internet Explorer cannot read this webpage format


Do someone know something about that?

vbgamer45

I would need to see a link to the page that the issue occurs on
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

mynewusername

Does the Pro version let animated images move when say looking in gallery 1? Or is it a case of click on each picture to view the animations?

Id like to GO PRO but want the gallery page to all be able to be animated.

johnm1019

Quote from: johnm1019 on March 16, 2008, 12:58:01 PM
I already have a rather large coppermine gallery, and would like to switch.  Is there any less than painful way to switch it all over?
bump

slavisha

Ok, here is the link
hxxp:naturaliss.net/forum/index.php?action=gallery;cat=1 [nonactive]

just click on the picture and you will see the message

vbgamer45

Quote from: mynewusername on April 14, 2008, 10:02:02 AM
Does the Pro version let animated images move when say looking in gallery 1? Or is it a case of click on each picture to view the animations?

Id like to GO PRO but want the gallery page to all be able to be animated.
The thumbnails would not be animated since it resizes the image which causes the animation to disappear.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

vbgamer45

Quote from: johnm1019 on April 14, 2008, 03:10:40 PM
Quote from: johnm1019 on March 16, 2008, 12:58:01 PM
I already have a rather large coppermine gallery, and would like to switch.  Is there any less than painful way to switch it all over?
bump
Don't have a convertor yet for Coppermine it is on my todo list.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

babylon

Well i didnt get any answer here:
http://www.smfhacks.com/index.php/board,11.0.html

Can anyone tell me where the button should show?
Ive done the edits....all is uploaded,gallery ...everything works ,rights are set...
but i dont see the god damn button..

vbgamer45

Custom theme's require a button/link to be created in the index.template.php of the theme.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Advertisement: