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 Classifieds Support > Classifieds Bug Reports

Classifieds Bug Reports Post any problems you may be having with Classifieds here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 12th, 2007, 06:01 AM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 12
Can't Disable Email Updates

Hi,

I'm running Classifieds 2.6.1 (downloaded and installed the latest build this morning to to be sure).

I can't disable Ad email updates. It appears to disable first time around but if you re-able email updates again the disable function does not work. Here's an echo of the delete statement paras from a call which failed to remove the entry from my wave_cp_notify table.

Code:
Content visible to verified customers only.
And here's the code from comments.php.

Code:
Content visible to verified customers only.
Any help much appreciated.

Steve
machineone is offline   Reply With Quote
Old June 12th, 2007, 07:56 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
If a user deletes their notifications or subscriptions via their profile center via the classifieds they will not get anymore notifications.

Disabling it from admin does do anything about getting rid of the notifications.
__________________
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 June 12th, 2007, 09:24 AM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 12


I want to use the ad update email notification option which is available via a link on each ad. But I can't offer this function to users if users can't disable notification, per an ad.... due to an issue somewhere.
machineone is offline   Reply With Quote
Old June 12th, 2007, 09:34 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
I think you are missing what I am saying. Users can disable this right in their classifieds profile as I stated. All they need to do to manage their notifications is hit profile in the classifieds menubar
__________________
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 June 14th, 2007, 07:08 PM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 12
I understand. But what is 'disable email updates' link for on the ad page? I'd like this function to work, navigating to a seperate page to disable is a few more clicks...
machineone is offline   Reply With Quote
Old June 14th, 2007, 07:24 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
disable email updates disables email updates for that ONE SPECIFIC AD your clicking it on.

The member visits their profile and deletes any notifications they wish to delete
__________________
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 June 15th, 2007, 06:09 AM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 12
Quote:
Originally Posted by Chuck S View Post
disable email updates disables email updates for that ONE SPECIFIC AD your clicking it on.
This is where I'm reporting the bug.

When a user clicks the disable link on a specific ad - The data that manages the status of this link is not deleted from the notify database table. Because the data is not deleted the link will not change back to 'enable email updates'. Meaning a user can't disable email updates on a specific ad....
machineone is offline   Reply With Quote
Old June 15th, 2007, 07:00 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
Line 120 of comments.php should be 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 June 15th, 2007, 12:59 PM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 12
Excellent! That work a treat.

Thanks!
machineone is offline   Reply With Quote
Old June 15th, 2007, 01:57 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
Not a problem
__________________
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 January 27th, 2008, 03:20 PM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2007
Posts: 14
ARG. why arent all these bugfixes like this 7 month old one not being applied to the published/downloadable code? It is crazy that new customers have to go through dozens of old bug report threads to find fixes to manually apply for bugs like this!
jsharper is offline   Reply With Quote
Old January 27th, 2008, 03:40 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
Not sure what you mean the downloadable code was indeed updated so future users who download the code where not affected by this.
__________________
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 January 27th, 2008, 03:43 PM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2007
Posts: 14
I downloaded photopost601.zip it on Jan 13, 2008 and my comments.php did NOT match your query in post 8. My where clause referred to userid= .. once I changed it to match your post, it fixed this problem for me.

This was just one of the many fixes that I've found in this forum from the last 6 months or so that were NOT fixed in the version I dowloaded this month.
jsharper is offline   Reply With Quote
Old January 27th, 2008, 03:46 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
My friend this is a Photopost Classifieds support thread not Photopost Pro Gallery
__________________
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 January 27th, 2008, 03:52 PM   #15 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2007
Posts: 14
My apologies -- I own both products and got the filenames mixed up. Everything else I said remains accurate -- I downloaded pp-classifieds261.zip on Jan 13, 2008 and my comments.php does not have the fix in your post 8. I just re-unzipped it to verify.
jsharper is offline   Reply With Quote
Old January 27th, 2008, 04:04 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
Interesting I am looking at an unzipped one as well. Oh well stay tuned for the new beta out soon.
__________________
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
disable email notification for image upload? tugbrian Classifieds How do I...? 3 May 12th, 2007 11:28 AM
"get email updates" for entire section? tugbrian Classifieds How do I...? 1 August 22nd, 2006 07:29 AM
Damn updates cognaccola Photopost Pro Bug Reports 10 June 29th, 2005 11:09 PM
How to disable 'email gallery link to friend'? mirakku Photopost Pro How Do I...? 1 April 28th, 2005 08:25 AM


All times are GMT -5. The time now is 12:39 PM.

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