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 Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 25th, 2006, 01:24 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Mar 2003
Location: Orlando, FL. USA
Posts: 142
Exclamation Upload description field in 5.3 gone....

I just upgraded to 5.3 and when I go to upload a picture everything works fine except the field where I need to type a description for the photo is not there! The text and section is there, but nowhere to type in a descripton (see attachment).

I can upload ok and then edit the photo and put in a description at that point, but not at the initial upload?

I'm running with the default "out of the box" template straight from the zip - so out of curiousity, I tried reverting to the default 5.21 uploadphoto.tmpl and it works perfectly! So it's something to do with that template or in combination with something else in 5.3?

Any ideas? Thanks.
Attached Images
File Type: jpg pp53uploaddesc.jpg (30.3 KB, 12 views)

Last edited by funkmiester; January 25th, 2006 at 01:45 AM.
funkmiester is offline   Reply With Quote
Old January 25th, 2006, 08:51 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Thanks However looking at the files and testing my install I see no issue with the 5.3 templates in uploadphoto.tmpl

Does yours look like this for photo description? There was a bug in 5.21 that was fixed

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.

Last edited by Chuck S; February 4th, 2006 at 03:38 PM.
Chuck S is offline   Reply With Quote
Old January 25th, 2006, 08:52 AM   #3 (permalink)
Senior Member
Verified Customer
 
iloco's Avatar
 
Join Date: May 2003
Location: Va
Posts: 528
I was going to upgrade this morning untill I read this post.
Will be waiting for the fix before going ahead with upgrade.
iloco is offline   Reply With Quote
Old January 25th, 2006, 09:06 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Mar 2003
Location: Orlando, FL. USA
Posts: 142
Quote:
Originally Posted by Chuck S
Thanks However looking at the files and testing my install I see no issue with the 5.3 templates in uploadphoto.tmpl

Does yours look like this for photo description? There was a bug in 5.21 that was fixed

Code:
Content visible to verified customers only.
Yes, it does. This is what is in the 5.3 zip I downloaded a few hours ago. Has it been updated since then - should I re-download now? Or something else? Thanks.
funkmiester is offline   Reply With Quote
Old January 25th, 2006, 09:18 AM   #5 (permalink)
Senior Member
Verified Customer
 
iloco's Avatar
 
Join Date: May 2003
Location: Va
Posts: 528
I downloaded the files last nite and the code looks the same as both of yours in uploadphoto.tmpl.
I will do the upgrade and see if I am missing the description box the same as funkmiester with the files I have.
iloco is offline   Reply With Quote
Old January 25th, 2006, 09:19 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
If thats it there then there should be a description box

I see one. If you go here and login with testing and testing do you see a description box?

http://www.reeftalk.com/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 25th, 2006, 09:43 AM   #7 (permalink)
Senior Member
Verified Customer
 
iloco's Avatar
 
Join Date: May 2003
Location: Va
Posts: 528
I did the upgrade by upgrading all the files that Michael said had been changed in his post announcing the new upgrade to 5.3.

It said it upgraded ok but I still have version 5.2.1 showing in admin-index instead of 5.3.

I also do not have a description box showing as is showing on your test site Chuck. It is like funkmiester's image he has attached above.

I am wondering now if all files should be uploaded instead of the ones Michael said had changed.

I can give you admin acess if you need it.
iloco is offline   Reply With Quote
Old January 25th, 2006, 09:55 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
I see the problem just make your table row for the description what I posted above
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; January 25th, 2006 at 10:08 AM.
Chuck S is offline   Reply With Quote
Old January 25th, 2006, 10:18 AM   #9 (permalink)
Senior Member
Verified Customer
 
iloco's Avatar
 
Join Date: May 2003
Location: Va
Posts: 528
I have the same code in my uploadphoto.tmpl that you show in your above code.

What am I missing.

Here is my code from my uploadphoto.tmpl file.

CODE: "<tr>
<td class="{$Style['tddetails']}" align="left"><span class="{$Style['small']}">{$Globals['pp_lang']['photodesc']}</span></td>
<td class="{$Style['tddetails']}" align="left"><textareahtml name="defdesc" cols="50" rows="10"></textareahtml></td>
</tr>"
iloco is offline   Reply With Quote
Old January 25th, 2006, 12:23 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
If you copy the code as I have posted you will have a description box.
__________________
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 25th, 2006, 12:35 PM   #11 (permalink)
Senior Member
Verified Customer
 
iloco's Avatar
 
Join Date: May 2003
Location: Va
Posts: 528
Chuck I copied this code: " <tr>
<td class="{$Style['tddetails']}" align="left"><span class="{$Style['small']}">{$Globals['pp_lang']['photodesc']}</span></td>
<td class="{$Style['tddetails']}" align="left"><textareahtml name="defdesc" cols="50" rows="10"></textareahtml></td>
</tr>
<tr>" Which came from your code box in above post and replaced the code I posted with yours and still no description box. ????????????


I will download a new set of 5.3 files and upload the uploadphoto.tmpl from a new set of files and see what hapens.

Last edited by iloco; January 25th, 2006 at 12:37 PM.
iloco is offline   Reply With Quote
Old January 25th, 2006, 12:39 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Mar 2003
Location: Orlando, FL. USA
Posts: 142
I did that Chuck and it's still the same. I can only get it working by reverting to my default 5.21 uploadphoto.tmpl file. I also just downloaded 5.3 again, but still the same result.
funkmiester is offline   Reply With Quote
Old January 25th, 2006, 12:44 PM   #13 (permalink)
Senior Member
Verified Customer
 
iloco's Avatar
 
Join Date: May 2003
Location: Va
Posts: 528
Chuck here is login info that might help you.

My Gallery is Here

User name: brat
Password: test


I have uploaded the older 5.2.1 uploadphoto.tmpl files to get the description box back so user can use it.
I will change these when the problem has been fixed.

I can put the newer files back if anyone wants to have a look using the login information thats here.

Last edited by iloco; January 25th, 2006 at 02:09 PM.
iloco is offline   Reply With Quote
Old January 25th, 2006, 02:39 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 167
Ok so whats up. I also have no description field in the upload area.... the code you have above is the same as mine.....

Need this fixed asap....
bwolcott is offline   Reply With Quote
Old January 25th, 2006, 02:51 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
change textareahtml to textarea
__________________
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 25th, 2006, 02:57 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Mar 2003
Location: Orlando, FL. USA
Posts: 142
Quote:
Originally Posted by Chuck S
change textareahtml to textarea
Ok, that did the trick....thanks Chuck.
funkmiester is offline   Reply With Quote
Old January 25th, 2006, 02:59 PM   #17 (permalink)
Senior Member
Verified Customer
 
iloco's Avatar
 
Join Date: May 2003
Location: Va
Posts: 528
Did as you said and now get this code in the description box.

"</textareahtml></td>
</tr>
<tr>
<td class="alt1" align="left"><span class="smallfont">Keywords</span></td>
<td class="alt1" align="left"><input type="text" size="50" name="keywords" /></td>
</tr>
<tr>
<td colspan="2" class="alt1" align="center">

It should be blank so can type a description in it and not have this code in it.

When will a new set of files be ready to download so I can get a fresh set of uploadphoto.tmpl.
iloco is offline   Reply With Quote
Old January 25th, 2006, 03:02 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 167
Quote:
Originally Posted by Chuck S
change textareahtml to textarea


Thanks thats a fix....
bwolcott is offline   Reply With Quote
Old January 25th, 2006, 03:07 PM   #19 (permalink)
Senior Member
Verified Customer
 
iloco's Avatar
 
Join Date: May 2003
Location: Va
Posts: 528
Got it chuck. Thanks. I only changed it once and it needed it twice.
iloco 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
Image Description Field Missing aacircle Photopost Pro How Do I...? 1 January 22nd, 2006 08:07 PM
'This' becomes \'This\' - photo upload Title/description mjm Photopost Pro Bug Reports 10 January 3rd, 2006 11:43 AM
Description field does not like double quotes & more...(FIXED) Jeremy ReviewPost Bug Reports 43 November 27th, 2005 11:12 AM
HTML in Category Field and Description Field(NOT A BUG) Steve_C Photopost Pro Bug Reports 8 August 18th, 2005 12:18 PM
HTML within description field? Rich Z Before You Buy 0 July 1st, 2004 05:38 PM


All times are GMT -5. The time now is 11:15 PM.

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