![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Mar 2009
Posts: 19
OS: Windows XP SP3
|
Admin controlled, user testimonials
I did a quick two searches, one of this forum and another of the whole site and nothing came up with my keywords. So, I hope this is in the correct place.
I'll cut to the chase: I am creating a website, pretty much freelance with little high-end knowledge, for a business, and it is already in the works. I have everything that my client wants accessibility-wise (not so much design, but that is a different story) and one thing has me stumped on how to go about. The client I am working for wants a page on their business site to be dedicated to user testimonials, or reviews, comments, what have you. My client wants a submission interface that would send the review, comment, etc. to an administrator accessible area (ideally through a login, I imagine) in which my client can select which review, comment, testimonial will be displayed on the base 'Comments' page. Preferably with check boxes for displaying or taking a review off the page. Ideally, there would be a delete check box as well. Any suggestions? I spent about two hours researching tutorials on how to do such a thing but came up pretty much empty-handed (save zen cart, of which I did not quite understand the concept). EDIT: typo |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#3 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,880
OS: Vista, various linux distros
|
Re: Admin controlled, user testimonials
They way i'd go about it is having a "testemonials" table in your db, with a "status" column, with a numeric code to represent whether the testemonial has been approved(0="pending", 1="approved", 2="declined" or something, you could even just delete the declined testemonials). Since you haven't given a language i can't knock out any code...
Then on your testomonials page have a query that selects all the testemonials which have a status of "1", and echos them on the page, then in your admin side, a form which lists the testemonials with a status of "0", and gives a checkbox or similar to approve/disapprove a testemonial... It's easily done, it just takes a bit of head work and time. Cheers, Jamey |
|
|
|
|
|
#4 (permalink) | ||
|
Registered User
Join Date: Mar 2009
Posts: 19
OS: Windows XP SP3
|
Re: Admin controlled, user testimonials
Quote:
Quote:
The primary two problems for me are programming the testimonial submission to send (or keep) the testimonial info on an authorization-required page, and then getting the approved testimonials to display on the 'View User Testimonials' page. I have plenty of time, and for now I am still working on a few of the other pages but (I imagine wisely so,) I figured I'd best figure some of this problem out first. Any help is appreciated and thank you both for your time. |
||
|
|
|
|
|
#5 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,880
OS: Vista, various linux distros
|
Re: Admin controlled, user testimonials
You'll need a server-side language(I suggest PHP) to complete this, and a database to go with... Once you've dabbled there it's not too hard to accomplish.
Cheers, Jamey |
|
|
|
|
|
#6 (permalink) | |
|
Registered User
Join Date: Mar 2009
Posts: 19
OS: Windows XP SP3
|
Re: Admin controlled, user testimonials
Quote:
Thanks again, I appreciate the fast response. |
|
|
|
|
![]() |
| Thread Tools | |
|
|