PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   showmembers display order? (http://www.photopost.com/forum/photopost-pro-how-do-i/146690-showmembers-display-order.html)

dj83 October 18th, 2011 08:46 PM

showmembers display order?
 
is there anyway I can set it to display (Date) newest first by default for everyone?

Chuck S October 18th, 2011 11:17 PM

showmembers is a script which is written a specific way it is not like the showgallery script with all types of display options. That script will display by username in 0-9 and a-z order

dj83 October 20th, 2011 03:23 PM

I meant the member albums. I figured it out thanks.

I have one more question. When i send an email from the admin section to members the email doesn't have the "from" info filled out. Also like if I type a word like haven't it comes out like this haven\\\'t in the email and i'm wondering if it's anyway to fix it?

Chuck S October 20th, 2011 05:00 PM

If your talking about viewing members photos then just like any other category you can set a default order in edit categories for that category. That script is showgallery not showmembers so a totally different view.

dj83 October 20th, 2011 05:16 PM

well in the url it say "showmembers.php" so that's why I said it. I've fixed that now can I please get help with my other questions above?

Thank you!

Chuck S October 20th, 2011 06:06 PM

When you view a members photos the script is showgallery not showmembers. ;)

The from email on the email should be whatever you have listed in the global options for your admin email

As far as slashes try changing the addslashes in adm-users.php to stripslashes.

Code:

Content visible to verified customers only.

dj83 October 21st, 2011 09:15 AM

thanks chuck but I am still having issues with the "from" part. I checked global options and my email address is there. I just tried sending another email out and it just say "From" with no email address.

Code:

Content visible to verified customers only.
Just edited my email above...

Chuck S October 21st, 2011 09:19 AM

HMM may this line

Code:

Content visible to verified customers only.
change to this

Code:

Content visible to verified customers only.

dj83 October 25th, 2011 03:52 PM

thanks that worked!

Chuck S October 25th, 2011 04:06 PM

Yep it was freaking out from a double from: statement I guess.


All times are GMT -5. The time now is 07:17 PM.

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