News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SMF Gallery

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

Previous topic - Next topic

dno

I'm trying to get SMF Gallery 1.9.3 working. The install went fine on my local windows server, but I'm having a little trouble on my live windows server. It seems like it could be a permissions issue but I thought I had everything set.

I'm using SMF 1.1.6 on a windows server the mod appeared to have installed through the administration section but I have a couple of problems.

1. The gallery menu does not show up on the live server, it did on the local server.

2. Thumbnails show up as broken links on the live server, clicking through the image uploaded photo is there and shows up fine.
My Forums:
PopUp Explorer [nofollow]
Hybrid Explorer [nofollow]
RV Itch [nofollow]

vbgamer45

1. Check your language settings under admin -> Server Settings should be set to just english.  If you are using a custom theme other than the default requires an edit to the index.template.php of that theme.

2. Check that you have GD installed under Admin -> Support and Credits  GD should be listed there.
Community Suite for SMF - Grow your forum with 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

Sudhakar Arjunan

Am going to upgrade my smf gallery.

could i upload and just install 1.9.3 over my earlier version.

Will this disturb any images which is already loaded. Hope i have more that 4000 + images.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

vbgamer45

You can do but it will will create two buttons on index.template.php of the default theme and is not recommend. I would suggest to uninstall.
Uninstalling and installing does not modify any images or image gallery data.
Community Suite for SMF - Grow your forum with 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

Sudhakar Arjunan

No that was a very tough job.

If its going to be only two button, you give me some code to cut it down. Because, i hope uninstall and install will be a very risky work.

If you have time, will you do it for me . Provided you will have the access to our portal.

Thanks in Advance Vbgamer45.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Minare

I want to show recently uploaded images or random images on main forum page

How can I do this , anyone can help me ?

Sudhakar Arjunan

I have tried to uninstall Gallery 1.8.1

And see the status,

Uninstall Actions "SMF Gallery Lite":
Installing this package will perform the following actions:
Type   Action   Description
1.   Execute Modification   ./Themes/default/languages/Modifications.english.php   Test failed
2.   Execute Modification   ./Themes/default/languages/Who.english.php   Test successful
3.   Execute Modification   ./index.php   Test failed
4.   Execute Modification   ./Themes/default/index.template.php   Test failed
5.   Execute Modification   ./Sources/Subs.php   Test failed
6.   Execute Modification   ./Sources/ManagePermissions.php   Test failed
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Sudhakar Arjunan

Quote from: vbgamer45 on October 11, 2008, 03:58:30 PM
You can do but it will will create two buttons on index.template.php of the default theme and is not recommend. I would suggest to uninstall.
Uninstalling and installing does not modify any images or image gallery data.

Hi i have upgraded it ,
The works were really great and very impressive.

Will manually remove the button on index.template page.

You have to teach me how could i use ssi to show the last 5 and random 5 images inside my gallery page.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

dno

I have verified that english is my default language, I don't see any other languages listed. I'm using a variation of the default theme, a search for "gallery" showed some code differences, so that looks like it helps me understand where that menu is generated from. Once I get the thumbnail issue taken care of, I will make the menu changes.

I did verify that I have GD Listed (GD version: bundled (2.0.34 compatible))

If I had to go by what I see in the gallery folder on my local server it seems to require only a single image so the thumbnail is drawn from the same image as the full size photo. Based on what I see in the gallery_pic table a seperate thumbnail image should have been generated.

On the live server in the gallery folder the temp files show up which does not happen on the local server. If I had to guess those were suppose to be deleted which led me to believe it was a permission issue. The photo does upload, and can be viewed when you click through to it. My guess is it needed delete permissions set to remove the temp files and as far as I can tell delete permissions are set ( I could be wrong )

My guess is I would be better off running this stuff off Linux but due to the rest of the (non-rurm) site being ASP I don't have much interest in rewritting everything else to PHP.

My Forums:
PopUp Explorer [nofollow]
Hybrid Explorer [nofollow]
RV Itch [nofollow]

genieuk

Hi,

Noticed something.

I notice if i need to uninstall if for example you done another update i would have to unistall it all manually as the uninstall button is not showing?

Mathew

vbgamer45

Quote from: dno on October 11, 2008, 05:14:54 PM
I have verified that english is my default language, I don't see any other languages listed. I'm using a variation of the default theme, a search for "gallery" showed some code differences, so that looks like it helps me understand where that menu is generated from. Once I get the thumbnail issue taken care of, I will make the menu changes.

I did verify that I have GD Listed (GD version: bundled (2.0.34 compatible))

If I had to go by what I see in the gallery folder on my local server it seems to require only a single image so the thumbnail is drawn from the same image as the full size photo. Based on what I see in the gallery_pic table a seperate thumbnail image should have been generated.

On the live server in the gallery folder the temp files show up which does not happen on the local server. If I had to guess those were suppose to be deleted which led me to believe it was a permission issue. The photo does upload, and can be viewed when you click through to it. My guess is it needed delete permissions set to remove the temp files and as far as I can tell delete permissions are set ( I could be wrong )

My guess is I would be better off running this stuff off Linux but due to the rest of the (non-rurm) site being ASP I don't have much interest in rewritting everything else to PHP.


I use windows servers myself to do all the testing. What files are created in gallery folder?

When image is uploaded the original file is uploaded and thumbnail image is created.

Has the same filename for the thumbnail image except with a thumb_ in front.

I would also check under Admin -> Forum errors for any related errors.
Community Suite for SMF - Grow your forum with 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

BYUFanatic

Any plans to add the ability to upload/view videos or will this be images only?

Rob

vbgamer45

Quote from: BYUFanatic on October 13, 2008, 01:20:18 AM
Any plans to add the ability to upload/view videos or will this be images only?

Rob
Currently SMF Gallery lite is images only I do have an addon for the pro edition that allows videos.
Community Suite for SMF - Grow your forum with 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

psynx

hello,

im using this package but i want to make some modifications with it. but i dont know how. i want filename be seen by my members in addition to comments and views in the gallery. i want filesize and date uploaded unseen. maybe the link below will explain further. thanks.

http://d.imagehost.org/0694/REPORT2.jpg

Minare

Quote from: Minare on October 11, 2008, 04:07:56 PM
I want to show recently uploaded images or random images on main forum page

How can I do this , anyone can help me ?

Sorry for being a pain, vbgamer, I searched this but had no result so far

Is this possible ?

Thanks.

Sudhakar Arjunan

Hi VB Gamer45,

I have a clean smf 2.0.4,

After install once i click the gallery configuration page on admin shows me a small error at the top like this "?>"

And on the forum gallery page, it shows like this "?>" on top left.

Any suggestion to clear it.

And earlier i was using 1.1.6, how could i import all photos and categories from it.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Sudhakar Arjunan

Hi VB Gamer45,

Our SMF Tech have helped me to transfer my gallery page from smf 1.1.6 to smf 2.0.4 beta.

Now i got the gallery shows the category and when i click on each category, it shows load error.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
File: /home/itacumen/public_html/forumname/Sources/Load.php(1956) : eval()'d code
Line: 243
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

chrisg2010

The uploaded images do not show.



Only things I have done is upload the gallery files and then install it and configured in the ACP. Anything else that is needed to be done?

I currently can only use it on the core theme, but am getting it for Grungy theme. Can anyone help me as to why its not showing?

www.DecayedAds.com - Post your ads for FREE!

vbgamer45

I would check that that admin cp that the gallery url and gallery path are correct.

Check that pictures are created in the gallery folder.
Community Suite for SMF - Grow your forum with 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

chrisg2010

What should the urls exactly be set to? when i installed it, they were already filled in.
www.DecayedAds.com - Post your ads for FREE!

Advertisement: