PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old February 24th, 2008, 04:44 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 116
Comments / Bugs

Mature Content
I edited a photo to be assigned to mature content.
I set myself as not wanting to view mature content.
The mature content thumbnail is displayed in the Random Images, Recent Photos and Most Popular Images.
Fortunately, it does not display when click, I get the message "Sorry, but mature content is not available to non-members or those that have their mature filter turned on."
I think these should also not show as thumbnails.

Slide Show
Can some type of iframe like slide show be integrated? Let's say my sites header takes up the top 20% of the screen. If I scroll down to the image I am viewing, and start the slide show, the page moves back up tot the top each time. It would be a lot smoother if that did not happen.

Many thanks, Cliff
Amedeus is offline   Reply With Quote
Old February 24th, 2008, 04:52 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
I beleive the developer does not block mature content in thumbnails although in future versions that can be looked into. As far as slideshow you have two options either show a slideshow with or without a header and that switch is in your admin show photo options.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 24th, 2008, 05:26 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 116
Quote:
Originally Posted by Chuck S View Post
I beleive the developer does not block mature content in thumbnails although in future versions that can be looked into.
Thanks, it would be nice to have in a future version.

Quote:
Originally Posted by Chuck S View Post
As far as slideshow you have two options either show a slideshow with or without a header and that switch is in your admin show photo options.
Well, if you didn't label it so obviously, I might have found it.
It looks much better now.

Thanks
Amedeus is offline   Reply With Quote
Old February 24th, 2008, 06:08 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
LOL glad to assist let us know if you need help with anything else.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 5th, 2008, 12:44 AM   #5 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Quote:
Originally Posted by Chuck S View Post
I beleive the developer does not block mature content in thumbnails although in future versions that can be looked into. As far as slideshow you have two options either show a slideshow with or without a header and that switch is in your admin show photo options.
It kinda defeats the purpose. Since the thumb sometimes reveals more than the pic. They should all be shut off.

Basically, until a fix is made, set some mature categories to upload to, if you are publishing that kind of content, set for adult users only..

Perhaps the profile setting for mature content should actually set the user to adult access, instead of just registered access. Then one can set adult categories up at the same time, but integrate the 'mature switch' for uploading to correspond to the 'adult user category' only?? That would leave "Registered" users not wanting mature access not to even see the categories nor the pic..
skidpics is offline   Reply With Quote
Old March 5th, 2008, 08:26 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
from what i see mature thumbs are not shown in 6.02 make sure when you view your site you are not logged in as an admin when testing anything.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 5th, 2008, 04:48 PM   #7 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Quote:
Originally Posted by Chuck S View Post
from what i see mature thumbs are not shown in 6.02 make sure when you view your site you are not logged in as an admin when testing anything.
Then I suppose the mature switch is not working properly with the batch adding in admin mode. I will try to see and do some testing.. and let you know.. thanks..
skidpics is offline   Reply With Quote
Old March 5th, 2008, 04:50 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
If you pass mature to bulkupload it will be passed. Just remember to logout as admin and a regular user who has the mature set to yes to filter and test.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 5th, 2008, 05:02 PM   #9 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Yep - I just uploaded 2 images. Both in admin with an ftp upload to the gallery, then batch adding them with the mature switch set. it didn't work. I am using firefox to upload and add, and IE not logged in to check it..

I also uploaded not being logged in, then approved it and set the mature. Still showing to unregistered users, thumb and images.

any suggestions?
skidpics is offline   Reply With Quote
Old March 5th, 2008, 05:56 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
In uploadphoto.php remove this line twice

Code:
Content visible to verified customers only.
and on the bulkupload.php forward lines 4 times replace $ismature with $mature

Then in bulkupload template find this line

Code:
Content visible to verified customers only.
under it add this

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 5th, 2008, 06:04 PM   #11 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Quote:
Originally Posted by Chuck S View Post


and on the bulkupload.php forward lines 4 times replace $ismature with $mature

$ismature is not found in the bulkupload.php file. mature is already in there, one occurance.. here is the line #40

'rating' => STRING, 'comments' => STRING, 'mature' => STRING));
skidpics is offline   Reply With Quote
Old March 5th, 2008, 06:19 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
ismature is most definately in uploadphoto.php 4 times as stated in the forward lines for bulkupload.php in that file.

mature=$ismature

You probally think I am talking about bulkupload.php. Your only editing two files uploadphoto.php and bulkupload.tmpl
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 5th, 2008, 06:22 PM   #13 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Quote:
Originally Posted by Chuck S View Post
ismature is most definately in uploadphoto.php 4 times as stated in the forward lines for bulkupload.php in that file.

mature=$ismature

You probally think I am talking about bulkupload.php. Your only editing two files uploadphoto.php and bulkupload.tmpl
Okay- replace the 4 lines in uploadphoto.php and add the lines to bulkupload.tmpl template then.. correct? Perhaps I was reading it wrong..
skidpics is offline   Reply With Quote
Old March 5th, 2008, 06:24 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
Correct the 4 times in uploadphoto you change ismature to mature and then add that one line in bulkupload template
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 5th, 2008, 06:47 PM   #15 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Quote:
Originally Posted by Chuck S View Post
ismature is most definately in uploadphoto.php 4 times as stated in the forward lines for bulkupload.php in that file.

mature=$ismature

You probally think I am talking about bulkupload.php. Your only editing two files uploadphoto.php and bulkupload.tmpl

Actually, $ismature, is NOT located in my bulkupload.PHP file.. just 'mature' with one occurance..

Replaced the 4 lines in uploadphoto.php
Added the line in bulkupload.tmpl

Ftp's and uploaded both files.

With applied tweaks Admin logged in and uploading with the form, mature switch 'Yes'. Have to manually edit the file and switch to mature in order to not to see the image when not logged in.

and.. having a problem uploading now when not logged in..hmm

Last edited by skidpics; March 5th, 2008 at 07:04 PM.
skidpics is offline   Reply With Quote
Old March 5th, 2008, 07:03 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
I have tested what I posted and it works fine. You can pm me your ftp to verify what you did
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 5th, 2008, 07:12 PM   #17 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Okay, all modification double checked.. the 4 $mature in uploadphoto.php, nothing in bulkupload.php.. got that part also..


I am having an issue uploading right now as a guest user. now sure why. mysql error. I cleared the cache, not luck so will reboot and check back in a bit..

Did you test it on my site or your test site?
skidpics is offline   Reply With Quote
Old March 5th, 2008, 07:15 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
I tested the changes I posted here on my site to confirm it works.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 5th, 2008, 07:35 PM   #19 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
it is working now. had a problem with my user database to phpbb3 - I had been switching back and forth between internal and external userbase. suppose I should not be doing that.. Thanks for the help! Is this a bug in the code, or just a modification based on what I needed?
skidpics is offline   Reply With Quote
Old March 5th, 2008, 07:57 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
I am passing it as a bug and yeah you should not be changing integrations back and forth.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Possible bugs Arcade King Classifieds Bug Reports 21 April 10th, 2010 08:37 PM
Oh So Many Bugs sinjix Photopost Pro Bug Reports 17 December 12th, 2007 10:06 AM
More bugs... adult seo General Discussion 1 November 12th, 2006 12:55 PM


All times are GMT -5. The time now is 07:38 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0