PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Bug Reports (http://www.photopost.com/forum/reviewpost-bug-reports/)
-   -   {rpcode} in quick reply (http://www.photopost.com/forum/reviewpost-bug-reports/146111-rpcode-quick-reply.html)

gameover July 6th, 2011 05:05 AM

{rpcode} in quick reply
 
Hello,

When a product is display, a quick reply appears under product.
In this zone, a text is display "{rpcode}" (without quotes)
User wants to post a reply must delete this text before.
Same using Photopost Classifields with text {ppcode}
Is it possible to remove these text ?

Thks

Chuck S July 6th, 2011 09:10 AM

There is no official support for the new ckeditor as of yet but you can try this patch. just make sure the file you edit is showproduct.php and replace ppcode with rpcode

http://www.photopost.com/forum/class...-1-ppcode.html

gameover July 6th, 2011 09:16 AM

Where can I find the patch you said ?

Chuck S July 6th, 2011 11:54 AM

http://www.photopost.com/forum/1288690-post11.html

gameover July 6th, 2011 04:26 PM

Seems working now. I'm going to modify each products. Please, insert that in the next release ;)

Chuck S July 6th, 2011 06:11 PM

yeah there is alot more stuff we need to look into with ckeditor until we will release full support.

vengeance72 July 10th, 2011 03:06 AM

Just a hint:
There's a error in the code:

Quote:

$messagearea = str_replace( "{ppcode}", $ecomments, $messagearea );
ppcode is wrong, it works with "{rpcode}" :-)

Chuck S July 10th, 2011 09:02 AM

Please read my initial post in this thread that was indeed outlined.


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

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