PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost How do I...? (http://www.photopost.com/forum/reviewpost-how-do-i/)
-   -   'Post a review' link/button ? Form field text box wider ? (http://www.photopost.com/forum/reviewpost-how-do-i/144895-post-review-link-button-form-field-text-box-wider.html)

p4guru January 2nd, 2011 06:18 PM

'Post a review' link/button ? Form field text box wider ?
 
Not sure but default reviewpost seems to have only one method of posting a full rated/pro/con review on product page, and that is via Product Options -> Post a review ? Is that correct ? There's no options to display a Add review button/link to product page as opposed to the quick review form ?

edit: okay found code in showproduct.tmpl

Code:

Content visible to verified customers only.
Where do i add this in place of quick review post form box ? i.e. disable quick review post form and in it's place have post a review button ?
Also where do i go to edit/widen the post review/quick review text box ? edit: found it in reviews.tmpl and quickcom.tmpl.

Chuck S January 2nd, 2011 08:45 PM

There are two post a review links on in the menu and one in a big button right to the right of the product title smack in the middle of the display.

You do not see the right right to the right of your product title?

p4guru January 3rd, 2011 06:05 AM

yeah i overlooked the one next to right of product title - guess what i am asking as it isn't as visible as say placing the button where the quick reply form would go would be better location - where would I add that button code to for that ?

Chuck S January 3rd, 2011 07:29 AM

That code is in showproduct template your referring to and you can try moving it around in that file where you want it.

I would not know where you want it exactly nor does our company assist in code modification.

The variable that prints the review form in that template is $comq. The full block of code you want to move is this

Code:

Content visible to verified customers only.

p4guru January 3rd, 2011 08:41 AM

Thanks... as a suggestion maybe offer via admin end different pre-defined placement areas for the add product review button :)

Chuck S January 3rd, 2011 10:04 AM

You can place suggestions in the suggestions forum sure.


All times are GMT -5. The time now is 05:25 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