News:

Join the Facebook Fan Page.

Main Menu

SMF Gallery

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

Previous topic - Next topic

vbgamer45

Quote from: avidum on January 11, 2007, 12:05:43 PM
I downloaded the smf gallery mod and it shows up in the configuration box but I don't see it anywhere else on the board. Am I doing something wrong? I thought there would be an added link to the menu bar at top too. Sorry but I am new to all of this so if it sounds like a dumb question, I appologize.  ;D
It installs a button/menu link on the default theme only.

For custom themes a link will need to be added to index.template.php of the theme you are using.
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

joh87swe

How to upgrade from version 1.6.9 to 1.7.0 ?

vbgamer45

Unistall old one and install the new one. Pictures are saved and database information are saved.

Or you can Copy Gallery.template.php from the mod package to your Themes/default folder. And copy Gallery.php from the mod package to your sources folder

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

Garry1953

Quote from: dsanchez on January 10, 2007, 03:55:04 PM
Hello,

Can you list some pages that are using this mod?

Thanks

David.

Your welcome to drop in and have a look at my site.
I just upgraded to Gallery v1.7.0 today.

The Gallery mod is excellent, easy to use and administer.

http://www.gpurcell.com/artforum/index.php?action=gallery

vbgamer45

Quote from: Garry1953 on January 11, 2007, 06:46:48 PM
Quote from: dsanchez on January 10, 2007, 03:55:04 PM
Hello,

Can you list some pages that are using this mod?

Thanks

David.

Your welcome to drop in and have a look at my site.
I just upgraded to Gallery v1.7.0 today.

The Gallery mod is excellent, easy to use and administer.

http://www.gpurcell.com/artforum/index.php?action=gallery
Thanks
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

entwistlej

I get an error when applying 1.7.0 in SMF 1.1.1. It says ...

4.     Execute Modification     ./Themes/default/index.template.php     Test failed

Any ideas ? I've tried both the SMFhacks one and the one on this site.

vbgamer45

You have mods installed?

The only thing it adds to the index.template.php is a link to the gallery ie a new tab.
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

entwistlej

Sorry my fault - I wasn't using the original index.template.php. Thanks for the quick reply !

chipp

i installed this mod on a clean board and everything seems o.k. but when i try to upload a picture i get an errormessage saying "not a valid picture file" .

i tried gif, jpg etc. in different sizes. edited the settings, edited the permissions.

can anyone tell me what's wrong ?

nicholas

Quote from: littleone on October 28, 2006, 01:15:47 AM
Ok...When you go to the Gallery you can click "MyImages" and it takes you to yours.  U can change the u= ## and get that for any members gallery.....

Here is what I am wondering if I can get some code for...

On the bottom of the members profile page where it says:


I want to add "View this member's images" so that when anyone clicks on it, it will take you to all the images that member has added so it looks like this:


Is this possible? and if so would someone mind sharing the code for this with me.  I'd be overly appreiciative!


<table width="100%"><tr><td colspan="2"><b>Photo Gallery:</b></td><td><a href="/index.php?action=gallery;sa=myimages;u=', $context['member']['id'], '">[View My Gallery]</a></td></tr></table>


goes into Profile.template.php

psychosis

When I tried to install the mod, I found the msg.

./Themes/default/languages/Modifications.english.php Test failed

I am using  SMF 1.1.1 and tried to install smf gallery 1.69 and 1.7. Same resulted.

Please help :'(

vbgamer45

Install it anyway.

Then add these text strings to modifications.english.php



//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_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.';
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

psychosis

vbgamer45, thanks for your fast response.
I want to confirm if I make the modification "after" I install it!
Thanks.

vbgamer45

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

psychosis

dont know if I did anything wrong, the "text" show in the front page.

vbgamer45

make sure you add it before near the end of the file ?>
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

psychosis

I added at the end of the file.

vbgamer45

Released version 1.7.1 fixed some forum log errors when deleting a picture and saving settings.
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

psychosis

ver 1.71 was installed, modification was done, default theme was used.
But cannot assess to the gallery, no button/tab. ???

vbgamer45

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: