PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Receive email updates by default (http://www.photopost.com/forum/photopost-pro-how-do-i/146555-receive-email-updates-default.html)

jdougher September 25th, 2011 08:54 AM

Receive email updates by default
 
How do I set "receive email updates" to yes for all users by default, similar to the way vB allows it to be done for replies to posts?

Chuck S September 25th, 2011 09:59 AM

A user is asked whether or not he wants to be notified of new replies when he uploads a photo.

Want to be notified by email when users post replies?

receive email updates is a link that only appears when viewing a photo.

subscribing to a category is another link that is found when viewing a category of photos

Users depending on where they are are given options to be notified of content.

Your free to modify your uploadphoto template and change the notify html moving the selected="selected" html from under the no option to the yes one.

Aside from how the program normally operates I can not discuss code alterations.

jdougher September 25th, 2011 10:17 AM

Quote:

Originally Posted by Chuck S (Post 1291824)
Your free to modify your uploadphoto template and change the notify html moving the selected="selected" html from under the no option to the yes one.

Aside from how the program normally operates I can not discuss code alterations.

Would love to know how to do this; however, could you be more specific on where in the file I would make this change? I searched for selected="selected" and it's nowhere in the uploadphoto.php.

jdougher September 25th, 2011 10:24 AM

Never mind. I see that I was look at the uploadphoto.php file, not the template. Here are your instructions from another thread, for the purpose of others looking at this

In your uploadphoto.tmpl make the selected one yes not no

jdougher September 25th, 2011 10:28 AM

I changed the value as per instructions above, but the drop-down in uploadphoto still says "no"

Chuck S September 25th, 2011 10:30 AM

Quote:

Originally Posted by jdougher (Post 1291829)
Would love to know how to do this; however, could you be more specific on where in the file I would make this change? I searched for selected="selected" and it's nowhere in the uploadphoto.php.

That is because I said uploadphoto template. ;)

jdougher September 25th, 2011 10:41 AM

Quote:

Originally Posted by Chuck S (Post 1291834)
That is because I said uploadphoto template. ;)

Still not working for me. You say "move the selected="selected" under the yes option in your upoadphoto template"

Does "move" mean change the "no" value to "yes" in this code?

Code:

Content visible to verified customers only.
If so, I did that, and the drop-down still says "no."

Chuck S September 25th, 2011 10:50 AM

Please refrain from posting our code publically. ;) I altered your post to use the code tags.

If you do as I instructed your yes option will be default but I am not here to write up code mods for anyone. You do not change wording at all. I stated move the selected="selected" portion from the no option to the yes option.

jdougher September 25th, 2011 10:52 AM

Quote:

Originally Posted by Chuck S (Post 1291838)
I stated move the selected="selected" portion from the no option to the yes option.

How do I do that? Where is the "yes" option in that template? Thanks.

Chuck S September 25th, 2011 11:09 AM

Quote:

1) Modifications made to your code are at your own risk! PhotoPost is not responsible for any modifications you make to your script. In fact, making changes can interfere with your ability to get support as any issues reported to the support staff must involve "stock" code (if you do not have stock code, you will be prompted to replace your code with original files).
2) The support staff here is not responsible for maintaining or supporting any of the individual modifications. This includes modifications they themselves post - each mod may or may not be supported by the author and should be taken into consideration when you apply it.

The Mod Corner is not supported by PhotoPost Staff and any issues relating to the modifications must be handled in these forums and not in the normal support forums.
I know I have said this many times please once a discussion passes the support aspect you need to ask in THE MOD CORNER. I have posted the policies above as a reminder once again. You seem to always post in support trying to get me to answer mod questions maybe because no one responds to you there who knows.

The options for yes and no are all in the section of code your posting above please read my post and follow what I am saying but aside from that I have nothing else to add to your mod discussions. I am closing this support thread.

http://www.photopost.com/forum/1098687-post2.html


All times are GMT -5. The time now is 12:26 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97