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

Upload quota is only in the pro version. Lite version if they are allowed to upload yes they can upload as much as they want.
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

mrbones

I just bought the pro version. Thanks.

bayfresh

I shall wait untill the personal gallery option releases :(

When can we accept a option, that every user has his own gallery in their profile area ?  :-[

vbgamer45

One to two weeks hopefully.
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

mrbones

I look forward to that, too!

bayfresh


Giddeaon

I noticed in my error log that this constantly comes up.

Undefined index: smfgallery_admin
File: /All my site info removed for this forum/Sources/Subs.php
Line: 2737

That line is part of this code:

// Admin area 'Forum'.
   if (allowedTo(array('manage_boards', 'admin_forum', 'manage_smileys', 'manage_attachments', 'moderate_forum')))
   {
      $context['admin_areas']['layout'] = array(
         'title' => $txt['layout_controls'],
         'areas' => array()
      );

Specifically, Line 2737 is $context['admin_areas']['layout'] = array(

I'm not a php guru by any means.  Anyone have any idea how to fix that error.  I had this exact same error hundreds of times in the error log.  Any help would be much appreciated.

vbgamer45

Make sure that the following is in your modifications.english.php file and if you are using a different language make sure it is in modifications.yourlanguage.php

$txt['smfgallery_admin'] = 'Gallery Configuration';
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

Giddeaon

vbgamer - that fixed it!  it was generating that error with almost everything I did while logged in as the admin - now it's gone.

Thanks for such a quick response!

man1ak

i got a problem.
i installed the gallery, all is ok. but the gallery does not show tnumbnails like http://mods.simplemachines.org/index.php?action=download;mod=473;id=19033;image here.
i know the problem is in CHMOD, but when i try 2 set CHMOD @gallery folder in 777, i experienced a error: Request denied.
Verify that the file or folder exists and that you have the necessary permissions on the server to perform the requested operation

changings CHMODS on other folders is ok, i cant change chmod only in gallery folder.

vbgamer45

Hmm try to delete the folder and remake it again and assign the correct permissions
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

man1ak

cant delete it, assume Request denied.
Verify that the file or folder exists and that you have the necessary permissions on the server to perform the requested operation

COMMAND:>   DELE 1408_12_10_06_5_00_36.jpg
      550 Could not delete 1408_12_10_06_5_00_36.jpg: Permission denied
ERROR:>      Requested action not taken (e.g., file or directory not found, no access).


vbgamer45

You can change the directory path to another folder and then change the url as well.
This seems to be a problem with the smf package manager extracting a 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

man1ak

Quote from: vbgamer45 on October 12, 2006, 01:28:12 PM
You can change the directory path to another folder and then change the url as well.
This seems to be a problem with the smf package manager extracting a folder.
hmm?
where i had manage to change the photos folder?

vbgamer45

You can change the settings in the gallery configuration area.
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

man1ak


boblebad

#176
Hi

I've just installed a clean SMF, latest ver., quick painless

I'm now trying to install the Gallery MOD, but i get this message..

Fatal error: Call to undefined function: db_query() in /***********************/forum/galleryinstall.php on line 22

The line 22 is this code, and i'm not a PHP nerd, so i don't understand what's wrong here..

db_query("CREATE TABLE IF NOT EXISTS `{$db_prefix}gallery_pic`(
`ID_PICTURE` int(11) NOT NULL auto_increment,
`ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',
`date` int(10) unsigned NOT NULL default '0',
`title` VARCHAR(100) NOT NULL,
`description` text,
`views` int(10) NOT NULL default '0',
`filesize` int(10) NOT NULL default '0',
`height` int(10) NOT NULL default '0',
`width` int(10) NOT NULL default '0',
`filename` tinytext,
`thumbfilename` tinytext,
`commenttotal` int(10) NOT NULL default '0',
`ID_CAT` int(10) NOT NULL default '0',
`approved` tinyint(4) NOT NULL default '0',
`allowcomments` tinyint(4) NOT NULL default '0',
`keywords` VARCHAR(100) NOT NULL,
PRIMARY KEY  (`ID_PICTURE`))", __FILE__, __LINE__);

Best Regards
Carsten, Denmark

vbgamer45

That sounds like something wrong with the package manager since db_query should be included.
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

Pedja

#178

- SMF Gallery does not support UTF-8. This is a must.

- Keywords field is too short

- admin option shoult stay at top of the gallery That way admin would easily spot that there are new photos needed to be approved, or reported photos.

- option to send notification to admin as PM on new photos that should waiting for approval or reported photos would be great. Without it admin has to manually check gallery frequently, which is time consuming.



vbgamer45

If you can tell me how to support UTF then I can fix it.
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: