SMFHacks.com
SMFHacks
Community Suite
SMF Gallery Pro
SMF Store
SMF Classifieds
Newsletter Pro
Downloads System Pro
Ad Seller Pro
Hacks and Mods
Latest SMF Hacks
TopTen Hacks
Styles and Themes
Add a Hack
Manage Hacks
Earn Money from Your Forum with these tips
SMF Theme Generator
SMF Package Parser
Free SMF Hosting
HostRocket Webhosting for SMF
Site Showcase
Search Forums
Advanced search
User
Welcome,
Guest
. Please
login
or
register
.
May 25, 2012, 03:09:52 am
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Stats
Members
Total Members: 10071
Latest:
cdavidson012
Stats
Total Posts: 28687
Total Topics: 4977
Online Today: 51
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 47
Total: 47
SMFHacks.com
Forum
SMF Gallery Pro
Support
Question about SMF gallery PRO and compatibility with older versions of SMF
0 Members and 1 Guest are viewing this topic.
« previous
next »
Pages:
[
1
]
2
3
Author
Topic: Question about SMF gallery PRO and compatibility with older versions of SMF (Read 2461 times)
docmikeb
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Question about SMF gallery PRO and compatibility with older versions of SMF
«
on:
July 24, 2011, 09:07:02 pm »
Hello
I have a question... I am the administrator of a site about 3d art (Poser/DAZ).
We have a very old version of SMF (1.1) and SMF gallery pro 1.3 installed by the previous owners (in 2008 or 2009).
Some of our members want to post more mature content... but others don't like to see adult images in the gallery.
I've read here
http://www.smfhacks.com/index.php?topic=2831.0;wap2
that SMF gallery pro 1.4 (and probably the newer versions) have a setting to flag images as mature/adult content and to filter the thumbnails (if I understood well).
I'd like to buy and install a recent version of SMF gallery pro, but I'm not sure if the 3.0 is compatible with a forum using SMF 1.1.
Thanks in advance for the replies.
«
Last Edit: July 24, 2011, 09:09:47 pm by docmikeb
»
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #1 on:
July 24, 2011, 09:16:04 pm »
Yes SMF Gallery Pro still supports SMF 1.1.x and will continue to do so for a long time to come.
We develop all our software for SMF 1.1.x first then port to SMF 2.0
Logged
docmikeb
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #2 on:
July 30, 2011, 03:54:07 pm »
Thank you.
Ok, today I purchased the upgrade and installed SMF Gallery Pro 3.0.25.
Now... how can I set up the feature to rate images as mature.
I checked the admin/gallery configuration but I don't see the option to activate.
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #3 on:
July 30, 2011, 04:01:42 pm »
There is a setting called "Allow marking of mature/adult content" under Gallery configuration -> Settings
Logged
docmikeb
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #4 on:
July 30, 2011, 04:18:44 pm »
Problem
I don't see this option... and after the installation, when I try to access to galleries gives me this message
An Error Has Occurred!
Unable to load the 'image_listing' template.
Any way to solve?
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #5 on:
July 30, 2011, 04:49:04 pm »
What SMF version? Did you uninstall before installing?
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #6 on:
July 30, 2011, 04:52:14 pm »
Also very important if you have a custom theme make sure you DO NOT have a Gallery.template.php in themes/yourthemes/ name folder.
The gallery.template.php file should just be in themes/default folder
Logged
docmikeb
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #7 on:
July 30, 2011, 04:52:36 pm »
We had the 1.3 installed before
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #8 on:
July 30, 2011, 04:55:16 pm »
Just posted an update read above
Logged
docmikeb
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #9 on:
July 30, 2011, 05:15:47 pm »
The ReadMe inside the ZIP told to uninstall GalleryLite
"Install Information:
If you have installed SMF Gallery Lite uninstall it first."
not to uninstall the previous version of GalleryPro.
So I just uploaded and installed.
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #10 on:
July 30, 2011, 05:24:50 pm »
Ok did you do the theme directory check? If you did not find anything you may have to manually copy files if they failed to copy over.
Logged
docmikeb
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #11 on:
July 30, 2011, 05:51:04 pm »
I'll wait for help from a programmer I know.. because I do not want to mess things
But this is what I see
and If I try to access to the file directly I have this
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/dreamsla/public_html/eastwing/Themes/default/Gallery.template.php on line 1822
«
Last Edit: July 30, 2011, 05:53:11 pm by docmikeb
»
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #12 on:
July 30, 2011, 06:06:17 pm »
Hmm what PHP version are you running?
I would try changing
Code:
foreach($exifRow as $ekey => &$eRow)
To
Code:
foreach($exifRow as $ekey => $eRow)
Logged
docmikeb
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #13 on:
July 30, 2011, 07:32:51 pm »
Thank you.
But I prefer don't touch that, until the programmer who helps me will not be available (I am just a site administrator).
I'll ask to him to keep in mind your suggestions.
I followed the instructions to install, but something went wrong.
Maybe is because I didn't uninstall the version 1.3 before.
But that wasn't specified in the readme.
Now it gives this message
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: Question about SMF gallery PRO and compatibility with older versions of SMF
«
Reply #14 on:
July 30, 2011, 09:00:01 pm »
That's ok to fail looks that is from addon but that is safe to uninstall with that failure on the language file
Logged
Pages:
[
1
]
2
3
« previous
next »
Jump to:
Please select a destination:
-----------------------------
SMFHacks.com
-----------------------------
=> News
=> Site Discussion
===> Suggestions
===> Bugs
-----------------------------
SMF Gallery Pro
-----------------------------
=> Announcements
=> Presales
=> Support
===> Bugs
===> Feature Requests
-----------------------------
SMF Store
-----------------------------
=> Announcements
=> Presales
=> Support
===> Guides and Tips
===> Feature Requests
===> Bugs
-----------------------------
SMF Classifieds
-----------------------------
=> Announcements
=> Presales
=> Support
===> Bugs
===> Feature Requests
-----------------------------
Downloads System Pro
-----------------------------
=> Announcements
=> Presales
=> Support
===> Feature Requests
===> Bugs
-----------------------------
Ad Seller Pro
-----------------------------
=> Presales
=> Support
-----------------------------
Newsletter Pro
-----------------------------
=> Presales
=> Support
===> Feature Requests
-----------------------------
Social Login Pro
-----------------------------
=> Presales
-----------------------------
Badge Awards
-----------------------------
=> Presales
-----------------------------
Tweet Topics/FB Post System
-----------------------------
=> Presales
-----------------------------
SMF Gallery Lite
-----------------------------
=> SMF Gallery Lite
-----------------------------
Modifications/Themes
-----------------------------
=> General SMF Forum
=> Modifications Talk
===> Latest Mods
===> Modification Showcase
=> Theme Talk
===> Theme Showcase
===> Latest Themes
Recent
Feature Request: Ban indi...
by
ApplianceJunk
[May 24, 2012, 08:02:50 am]
Custom Fields
by
davejo
[May 24, 2012, 04:11:41 am]
Store IPN AMOUNT CHANGE
by
ApplianceJunk
[May 21, 2012, 08:54:11 am]
Transferring Db data from...
by
~ Phåråoh ~
[May 20, 2012, 11:06:52 am]
SMF vs PhpBB
by
channgam
[May 20, 2012, 05:58:11 am]
Any news?
by
SMFHacks
[May 19, 2012, 06:16:58 pm]
Social Login Pro domain c...
by
SMFHacks
[May 19, 2012, 05:42:37 pm]
licence information and q...
by
SMFHacks
[May 18, 2012, 03:08:38 pm]
no pictures after upgrade
by
SMFHacks
[May 17, 2012, 06:07:46 pm]
Viewers?
by
ApplianceJunk
[May 17, 2012, 02:22:07 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Loading...