![]() |
|
User created Content (testimonials) - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: User created Content (testimonials) (/thread-12024.html) |
User created Content (testimonials) - n20capri2 - 2014-10-04 I have a client wanting to allow his clients to be able to write a testimonial through his site...My first thought was let them do it via a comment form on the actual testimonials page for example but not sure how to display them nicely or let them add a picture (optional feature I just thought of). (currently he gives me written testimonials and I manually add them to the site) I'd of course like whatever they write to be approved first. Any ideas? User created Content (testimonials) - fretzl - 2014-10-04 If your main concern is the styling of the comments, you can modify the It's not possible to upload images into comments. User created Content (testimonials) - acrylian - 2014-10-04 I agree, too. Adding a picture might be complicated or must be external ones though. While you can enable TinyMce allowing uploading from the front end is probably not too wise. User created Content (testimonials) - n20capri2 - 2014-10-06 Working on doing using comments. Want to add another field. "Vehicle" - so I'll only use name, vehicle, captcha and comment. How can I add a field that will also display under their name. Lastly, how do I sort the comments latest first instead of last? User created Content (testimonials) - acrylian - 2014-10-06 Adding fields that are also stored in the db is not that easy. I would simply re-use one of the existing ones and just label it differently by creating a custom comment_form.
User created Content (testimonials) - n20capri2 - 2014-10-07 I did that - I've relabeled street as vehicle. I've captured it on the backend but the address doesn't show on the site. How do I get street only (now vehicle) to show up on the site? User created Content (testimonials) - acrylian - 2014-10-07 Easiest is to set User created Content (testimonials) - n20capri2 - 2014-10-07 Hmmm well I have everything formatted nicely at this point. And this testimonials page is the only one with comments enabled so I'm ok there. Was just hoping to be able to display street. Can't figure out the syntax though. Like I said I see it in the backend...just not able to display it. User created Content (testimonials) - acrylian - 2014-10-07 Sorry, the standard function just does not display it (normally street is nothing you would show from a commenter). Remember we are using the comments a bit creative off the standard. So you will have to do some coding. Either what I suggested or a custom version of |