 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
March 9th, 2012, 04:11 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Oct 2008 Location: Sintra - Portugal
Posts: 151
| Two problems
Hi Chuck,
I have two problems.
first
When the administrator edits a photo is sent an email with a link to the member's photo that was edited. But the site just sends this link / showphoto.php? Photo = don't send the all link.
second
Members can not edit the comments they make to other members. Does not show the link to edit.
Everything is well configured in usergroups.
Thanks,
|
| |
March 9th, 2012, 06:56 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
The second one is never a bug as remember only you as admin would be able to edit. There is an timeout to the edit comment feature.
As far as the first issue I would need explicit details steps and a copy of the email so I understand what your issue might be. I am unaware of any issues with the language strings.
|
| |
March 10th, 2012, 03:50 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Oct 2008 Location: Sintra - Portugal
Posts: 151
|
Thanks Chuck,
First issue:
Copy of a email ( are in portuguese)
Consideramos que a sua fotografia, intitulada "", se enquadra melhor numa categoria distinta. Para a visualizar e para saber onde a colocámos, visite o link que se segue (procure o nome da categoria na parte superior esquerda): /showphoto.php?photo=
Muito obrigado!
A equipa
The second issue:
Maybe I don't explained very well:
If a member makes a comment in one photo of another member and if for some reason he need to edit that comment, this function does not work. The button to this option doesn't appear like in the old photopost. See the image attached. The old and the new one. comentar2.jpg comentar.jpg |
| |
March 10th, 2012, 07:31 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
| Code: Content visible to verified customers only.
Try making line 1300 of showphoto.php this above
|
| |
March 10th, 2012, 07:43 AM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
what exact language are you using I search portuguese files and do not find the exact email.
|
| |
March 10th, 2012, 12:12 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Oct 2008 Location: Sintra - Portugal
Posts: 151
|
Thanks Chuck,
Now the edit, works.
Found another problem... maybe bad configuration.
If we make comments don't have any problem with the accents, but if edit a comment the accents in the words don't show.
See the exmple in attach edit.jpg |
| |
March 10th, 2012, 12:14 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Oct 2008 Location: Sintra - Portugal
Posts: 151
|
I use portuguese_pt
But, I have the message in english If delete a photo
I'm sorry, but the photo you submitted to , titled
"", has been deleted. Some reasons for photo deletions include:
-Images that were partially uploaded/incomplete
-Broken images
-Extremely poor quality/images (impossible to make out the image itself)
-Images that did not conform to our published site contribution and usage guidelines such as offensive images
If you would like to submit another photo, please return to our photo upload form:
/uploadphoto.php
Thanks,
The Team If edit a photo
We felt that your photo, titled "", was more appropriate
in a different category. To view it, and to find out where
we moved it (look in the upper left for the category name), visit
this link:
/showphoto.php?photo=
Thanks!
The Team
Thanks
|
| |
March 10th, 2012, 12:53 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
where are you deleting a photo?
I will try replicating this issue on my install.
Are you sure all your files are current?
You can send admin login url ftp info and I can register a regular user and do some testing if you want.
Last edited by Chuck S; March 10th, 2012 at 01:01 PM.
|
| |
March 11th, 2012, 03:33 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Oct 2008 Location: Sintra - Portugal
Posts: 151
|
Hi Chuck,
I make a install of fresh copy of PP 8.01 for test and have the same problem. I delete a photo in the members gallery for example.
And about the other problem with the accents in the words.
Thanks,
|
| |
March 11th, 2012, 11:53 AM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
Well i will test on my site thanks
|
| |
March 13th, 2012, 08:40 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Oct 2008 Location: Sintra - Portugal
Posts: 151
|
Hi Chuck,
Any solution to these two problems?
Thanks,
|
| |
March 13th, 2012, 09:38 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
Try in your pp-inc.php file the function admin_email is this Code: Content visible to verified customers only.
|
| |
March 15th, 2012, 12:04 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Oct 2008 Location: Sintra - Portugal
Posts: 151
|
I make the upadate with the PP 8.02 and now works. And about the other error in the accents of words.
We have problems after edit comments and the keywords don't show accents.
Last edited by fermachado; March 15th, 2012 at 12:20 PM.
|
| |
March 15th, 2012, 01:04 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
Maybe your not editing something right
The code i posted is valid. All i did was add $langname to the globals line and in the require line for the language change $pplang to $langname
Last edited by Chuck S; March 15th, 2012 at 01:33 PM.
|
| |
March 16th, 2012, 04:05 AM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Oct 2008 Location: Sintra - Portugal
Posts: 151
|
Chuck,
This problem are solved. Two problems
I talk about that
If we make comments don't have any problem with the accents, but if edit a comment the accents in the words don't show. Two problems
Thanks,
|
| |
March 16th, 2012, 07:03 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
You know I really do not understand what your trying to say.
There are quotes in the email as the comment is quoted that does not mean there is an issue.
If your emails now contain the information your issue is resolved.
|
| |
March 16th, 2012, 08:08 AM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Oct 2008 Location: Sintra - Portugal
Posts: 151
|
I think you don't understand what i say. Or im not explained very well.
For example:
If I make a comment, and the words are like this: Já não era sem tempo, o Leão eliminou o Manchester City.
Now I edit the comment, save and show this: Já não era sem tempo, o Leão eliminou o Manchester City.
See the problem with the words with the accents.
If you want, You can test in my site. www.fotogenicos.net
user:Chuck
pss: test
|
| |
March 16th, 2012, 10:32 AM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
So your talking about some foreign language thing where lowercase becomes uppercase after edit on those special characters?
|
| |
March 16th, 2012, 10:38 AM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
I have looked around I see nowhere at all in our code where we mess with foreign characters so not sure what the issue there would be. I tried your exact sentence and hit edit and saved everything displays fine Sente o meu cheiro- fotogenicos.net | Partilhar momentos |
| |
March 16th, 2012, 03:00 PM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Oct 2008 Location: Sintra - Portugal
Posts: 151
|
Chuck, I see the comment where you edit and is not fine. The error is there. Check the link where you edit the comment. We never have this problem before the update!
I tried with a fresh install and have the error to.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 12:31 AM. | |