[BETA] Photo Gallery 0.1.0

Misc MOD Downloads for phpBB3 -- Any MOD that does not fit into any other category
Forum rules
Image Please feel free to download any MOD's here, support for each MOD is located it's own thread.

To post your own MOD, please first read the MOD Guidelines

How would you rate this mod?

Excellent!
43
58%
Very good
15
20%
Good
8
11%
Fair
5
7%
Poor
3
4%
 
Total votes : 74

Re: [BETA] Photo Gallery 0.1.0

Postby Handyman » 22 Nov 2007, 15:13

Open
includes/functions_gallery.php

find
Code: Select all
$sql_ary = array(
                
'user_id'                    => $user->data['user_id'],
                
'parent_id'                    => $config['photo_user_galleries'],
                
'gallery_name'                => $user->data['username'],
                
'gallery_photos'            => 1,
                
'gallery_last_update_time'    => time(),
            ); 


replace with
Code: Select all
$sql_ary = array(
                
'user_id'                    => $user->data['user_id'],
                
'parent_id'                    => $config['photo_user_galleries'],
                
'gallery_name'                => $user->data['username'],
                
'gallery_photos'            => 1,
                
'gallery_last_update_time'    => time(),
                
'gallery_desc'                => $user->data['username'] . ' personal gallery',
            ); 
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7387
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male


Re: [BETA] Photo Gallery 0.1.0

Postby dravekx » 22 Nov 2007, 15:25

IT WORKS! IT WORKS! :yahoo: woohooo!!!
User avatar
dravekx    
Cadet IV
Cadet IV
 
Posts: 55
Joined: 19 Nov 2007, 09:23
Location: Memphis, Tenn
Favorite Team: None
Gender: Male

Re: [BETA] Photo Gallery 0.1.0

Postby dravekx » 25 Nov 2007, 12:57

Uhm... it was working. Last night I got home to check the board and I couldn't LOGIN nor could I access the ACP. I walked back to the log and the only thing active from my users was a couple logins, couple of posts, and access to the gallery. I reset the database to before the gallery and I got a login for both. Roll it back and the login is gone again.
User avatar
dravekx    
Cadet IV
Cadet IV
 
Posts: 55
Joined: 19 Nov 2007, 09:23
Location: Memphis, Tenn
Favorite Team: None
Gender: Male

Re: [BETA] Photo Gallery 0.1.0

Postby dravekx » 27 Nov 2007, 04:07

okay handy... I did a fresh install due to a database crash and Im totally sticking with PROSILVER. So I installed the gallery and have no upload button. I ran the query like we did before and this is what I got this time:

#1) Showing rows 0 - 0 (1 total, Query took 0.0017 sec)

imageset_id 1

#2) MySQL returned an empty result set (i.e. zero rows). (Query took 0.0281 sec)
User avatar
dravekx    
Cadet IV
Cadet IV
 
Posts: 55
Joined: 19 Nov 2007, 09:23
Location: Memphis, Tenn
Favorite Team: None
Gender: Male

Re: [BETA] Photo Gallery 0.1.0

Postby dravekx » 27 Nov 2007, 04:19

nvm... I had to insert it manually. Got it working now. You do know that if you try to upload an animated GIF it crashes, right? Also... in the BROWSE PHOTOS/CATEGORY where it says PHOTOS and has the number of photos? that doesnt work either... mine says 0 when there are about 5 photos there. :thumbsup:
User avatar
dravekx    
Cadet IV
Cadet IV
 
Posts: 55
Joined: 19 Nov 2007, 09:23
Location: Memphis, Tenn
Favorite Team: None
Gender: Male

Re: [BETA] Photo Gallery 0.1.0

Postby Handyman » 27 Nov 2007, 11:15

dravekx wrote:nvm... I had to insert it manually. Got it working now. You do know that if you try to upload an animated GIF it crashes, right? Also... in the BROWSE PHOTOS/CATEGORY where it says PHOTOS and has the number of photos? that doesnt work either... mine says 0 when there are about 5 photos there. :thumbsup:

yes and yes.
This is the wrong place to report bugs, but those have already been reported.
I'm not installing the gallery here until I finish 0.2.0? should motivate me to get it done :P
Actually, I won't have time to get 0.2.0 finished until next year.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7387
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [BETA] Photo Gallery 0.1.0

Postby Badal » 29 Nov 2007, 15:41

Handyman well u plz help me ? i add all files...!
You do not have the required permissions to view the files attached to this post.
User avatar
Badal
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 175
Joined: 14 Apr 2007, 15:39
Gender: Male

Re: [BETA] Photo Gallery 0.1.0

Postby blackbeltboy47 » 30 Nov 2007, 23:00

I installed the MOD, and it can upload images, but when I go to the My Gallery, Rating, Recent, or Views, I get the following error at the top of the page:

Code: Select all
phpBB Debug] PHP Notice: in file /includes/gallery/gallery_main.php on line 674: Wrong parameter count for substr()
[phpBB Debug] PHP Notice: in file /includes/gallery/gallery_main.php on line 675: Wrong parameter count for substr()
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3372: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2899)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3373: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2899)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3374: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2899)


I tried looking at the codes but I can't figure out how to fix the problem.
-blackbeltboy47
User avatar
blackbeltboy47
Cadet IV
Cadet IV
 
Posts: 40
Joined: 29 Jan 2007, 17:20
Gender: Male

Re: [BETA] Photo Gallery 0.1.0

Postby Cr33per » 01 Dec 2007, 10:48

Hey I know that for some reason nobody wants to help with subliver2 styles but unfortunately i use one.
I like the style and don't want to switch back.

I was wondering if anybody could give me the edits for subsilver2. :beg:

I'm sorry if this post :mad: anybody off.
Cr33per    
Supporter
Supporter
 
Posts: 108
Joined: 05 Oct 2007, 14:12
Location: Illinois
Favorite Team: Bears
Gender: Male
phpBB Knowledge: 4

Re: [BETA] Photo Gallery 0.1.0

Postby Handyman » 01 Dec 2007, 11:38

Cr33per wrote:Hey I know that for some reason nobody wants to help with subliver2 styles but unfortunately i use one.
I like the style and don't want to switch back.

I was wondering if anybody could give me the edits for subsilver2. :beg:

I'm sorry if this post :mad: anybody off.


Hey, it's not a problem at all.
I don't have time to do the subsilver edits right now.

I have put MODDING aside until after the first of the year because between work and packing for a move, I don't have time to do anything.

Subsilver template is planned, but I have to get some bug fixes and features in first.
So it will be after the first of the year before 0.2.0 comes out.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7387
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

PreviousNext

Return to Miscellaneous MODs, Hacks and Downloads

Who is online

Users browsing this forum: ccBot [Bot] and 21 guests