Twitter SMFHacks Facebook SMFHacks SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 23, 2013, 09:04:33 am

Login with username, password and session length
Members
Total Members: 10768
Latest: tuberose
Stats
Total Posts: 32388
Total Topics: 5479
Online Today: 69
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 1
Guests: 49
Total: 50
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Bulk Upload Qustions  (Read 2199 times)
briankstan
Jr. Member
**
Offline Offline

Posts: 54


View Profile
« on: February 16, 2008, 11:44:55 pm »

Administrators don't have to fill in the titles during Bulk Uploads correct?

other users have to fill in titles.  Is there a way to make it so they don't?

one of my users is having this a bulk upload problem.  it works for me when I login with an account with the same rights and permissions.   this is the error he received as he explained it.

Quote from: User
When The computer gets the bulk pictures loaded  it used to say "files uploaded" it now  goes to "can't display webpage"

thanks for your help and info.
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11000


View Profile
« Reply #1 on: February 17, 2008, 09:24:26 am »

If you want to disable requiring of titles requires a little editing.
Open Sources/Gallery.php
Find and remove
Code:
if ($_REQUEST['title'][$n] == '' && $g_manage == false)
{
$errors .= $txt['gallery_bulk_notitle'] . ($n+1) . '<br />';
continue;
}

For the second issue find out how large of picture the user is trying to upload, size, height, width, their internet connection speed, and last check the forum error log for any relevant errors.
Logged
iosarian
Inline PM Customer
*****
Offline Offline

Posts: 24


View Profile
« Reply #2 on: February 18, 2008, 09:43:34 am »

I have problem with bulk upload in user galleries. It seems that the admins don't have permision: "You do not have permission to manage this members gallery."
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11000


View Profile
« Reply #3 on: February 18, 2008, 06:50:52 pm »

Only the user themselves are allowed to upload to their gallery otherwise they might start to wonder why pictures are appearing in their gallery.
Logged
iosarian
Inline PM Customer
*****
Offline Offline

Posts: 24


View Profile
« Reply #4 on: February 19, 2008, 01:36:23 pm »

 Smiley Yes but at the same time the admins have persmission to add picture not using bulk upload.
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11000


View Profile
« Reply #5 on: February 19, 2008, 08:17:44 pm »

Open Sources/Gallery.php
Find
Code:
if ($row1['ID_MEMBER'] != $ID_MEMBER)
fatal_error($txt['gallery_user_noperm']);
Change to
Code:
$g_manage = allowedTo('smfgallery_manage');
if ($row1['ID_MEMBER'] != $ID_MEMBER && $g_manage == false)
fatal_error($txt['gallery_user_noperm']);
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 04:50:21 am]

[May 22, 2013, 10:03:30 pm]

[May 22, 2013, 03:00:09 pm]

[May 22, 2013, 03:03:31 am]

[May 21, 2013, 03:27:16 pm]

[May 21, 2013, 02:11:10 pm]

[May 21, 2013, 01:18:58 pm]

[May 21, 2013, 12:22:02 am]

[May 21, 2013, 12:20:41 am]

[May 19, 2013, 11:13:02 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 1.134 seconds with 19 queries.