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 > ReviewPost Pro Support Forums > ReviewPost Bug Reports

ReviewPost Bug Reports Let us know about any post installation problems you are having with ReviewPost.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old July 19th, 2005, 11:35 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jun 2005
Posts: 179
Moving products(NOT A BUG)

When you move a product from one category to the next (using the move product feature on that product's page), it says

Quote:
Moved [first product image name].JPG

Click here if you do not want to wait any longer
(or if your browser does not automatically forward you)
This should say the product name, not the image name. This is a carry over from the PhotoPost code base.

The typo/bug can be traced back to adm-product.php, where the move/delete product routine calls "move_image_cat" from pp-inc.php to move the product.

Line 1749-52s should be changed from:
Quote:
adminlog( "Moved Image: $bigimage" );

if ( $forward == "yes" ) {
$adesc="{$Globals['pp_lang']['moved']} $bigimage";
To:
Quote:
adminlog( "Moved Image: $ptitle" );

if ( $forward == "yes" ) {
$adesc="{$Globals['pp_lang']['moved']} $ptitle";
Also the language files in languages/adm-product.php need to be updated to cover this issue from:

Quote:
$Globals['pp_lang']['badmove'] = "You cannot move an image to that category, please try again.";
$Globals['pp_lang']['noneed'] = "No need to move image to same category!";
To this:
Quote:
$Globals['pp_lang']['badmove'] = "You cannot move an product to that category, please try again.";
$Globals['pp_lang']['noneed'] = "No need to move product to same category!";
Arnie is offline   Reply With Quote
Old July 19th, 2005, 09:30 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Not really a bug.

Please post these types of things in suggestions forum so we can consider your opinion in a future release.

We shall consider all suggestions in future versions.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 20th, 2005, 04:42 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jun 2005
Posts: 179
Surely ReviewPost should refer to its content as products/reviews rather than images? The process doesn't move an image, it moves a product.

Admittadly I think it's a typo/omission rather than a code bug however I thought typos should go in here to are they are technically a coding error ..ergo a bug.

I know it's just a carry over and omission from PhotoPost and something you just missed in the code changes, but still...

Last edited by Arnie; July 20th, 2005 at 07:40 AM.
Arnie is offline   Reply With Quote
Old July 20th, 2005, 08:22 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Well its a matter of opinion and not a coding error at all.

Any type of NON CODE related bug should go in suggestions otherwise it will be forgotten about when its time to code a new version
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   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
Recent Products(NOT A BUG) Tom1234 ReviewPost Bug Reports 3 November 7th, 2005 04:02 AM
showmembers.php "Recent Products: last day/ all products" links don't work(NOT A BUG) Arnie ReviewPost Bug Reports 1 September 2nd, 2005 08:15 AM
Moving site to new server...what should I look for when moving Photopost? zerinS4 Photopost Pro Installation & Upgrades 5 February 14th, 2005 07:56 AM
Minor Bug: "Random Products" not centered BryanG ReviewPost Bug Reports 2 July 26th, 2004 07:50 PM
Re: Recent Products, Random Products, etc slant213 ReviewPost Installation & Upgrades 0 July 3rd, 2004 07:58 PM


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

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