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

ReviewPost Installation & Upgrades If you're having problems getting ReviewPost Pro to work or receiving errors while running RP, seek help here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 18th, 2009, 02:59 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 423
Upgraded from 3.3 to 4.2 now product description is jacked

See description here. Can't seem to get it formatted correctly with the advanced editor. Does the advanced editor work?


ThermaCELL Realtree Hardwoods Green Appliance - IndianaSportsman Product Reviews
wacnstac is offline   Reply With Quote
Old August 18th, 2009, 03:06 PM   #2 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 423
Also is there any way to get an intelligent linefeed in category descriptions that are too long Main Index - IndianaSportsman Product Reviews See the themacell review top left.
wacnstac is offline   Reply With Quote
Old August 18th, 2009, 03:39 PM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Are you allowing html in products under admin options in admin?
__________________
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 August 18th, 2009, 05:28 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 423
That's too dangerous since we have user gen product reviews. Does HTML need to be enabled to use the advanced editors?
wacnstac is offline   Reply With Quote
Old August 18th, 2009, 05:37 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
well the enhanced editor uses or creates thing in html so you need to set the setting to yes

it is not dangerous because our un_htmlspecialchars function we created only allows certain html tags it does not allow script embed or similar tags.
__________________
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 August 18th, 2009, 05:47 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 423
Ok I enabled HTML and re did the product and this is it:
ThermaCELL Realtree Hardwoods Green Appliance - IndianaSportsman Product Reviews

Should be showing the <p> tags IMO.
wacnstac is offline   Reply With Quote
Old August 18th, 2009, 06:15 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Maybe try chaning this in showproduct.php

Code:
Content visible to verified customers only.
to maybe this

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; August 19th, 2009 at 07:23 AM.
Chuck S is online now   Reply With Quote
Old August 18th, 2009, 09:42 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 423
That change didn't make any difference. Is anyone using this version of ReviewPost with the Advanced editor? Also is there anything we can do about the jacked category names below the pictures?

I don't get it. I tried deleting everything switching to the basic editor with and without html and get the same result:

ThermaCELL Realtree Hardwoods Green Appliance - IndianaSportsman Product Reviews
wacnstac is offline   Reply With Quote
Old August 18th, 2009, 10:09 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 423
Try this..... I had to fix this in 4.1 and obviously the bug fix didn't make it into 4.2. Can I interest you guys in some good issue tracking software

Quote:
if ( $Globals['editor'] != "off" )
{
$desc = un_htmlspecialchars($desc);
if ( VB3_COMMWYSIWYG == "on" ) $desc = un_htmlspecialchars($desc);
$desc = convert_returns(convert_markups($desc));
}
else
{
if ( VB3_COMMWYSIWYG == "on" ) $desc = un_htmlspecialchars(convert_markups($desc));
$desc = convert_returns(convert_markups($desc));
}
Needs to be:

Quote:
if ( VB3_COMMWYSIWYG == "on" ) $desc = un_htmlspecialchars(convert_markups($desc));
else $desc = convert_returns(convert_markups($desc));
if ( $Globals['editor'] != "off" ) $desc = un_htmlspecialchars($desc);
Now is there anything we can do about the jacked alignment of thumbs with long category names?
wacnstac is offline   Reply With Quote
Old August 19th, 2009, 07:25 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
That is essentially what this already is and I already tried the code I posted so not sure what your problem was then

Code:
Content visible to verified customers only.
The only difference is if you run the editor we add an additonal line

$desc = un_htmlspecialchars($desc);

That was already what was in my code here

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.
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
HTML in product description MoMan2 ReviewPost How do I...? 6 February 2nd, 2008 09:29 AM
Bulk upload of photos *AND* product description thompson00 ReviewPost Installation & Upgrades 10 December 22nd, 2007 03:52 PM
Use product description for 'meta description' when using vB intergration? criscokid ReviewPost How do I...? 1 April 19th, 2007 12:03 PM
Product description in emails rastacat Classifieds Suggestions 1 November 25th, 2005 10:24 PM
Thumbnail not showing in product detail description, but does everywhere else memdy Classifieds Installation & Upgrades 5 June 22nd, 2004 08:03 AM


All times are GMT -5. The time now is 07:48 AM.

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