Hello,
I'd like to be able to make the reviews appear instantly on the site without being moderated, could someone explain how to do this?
Thanks,
Steph
Hello,
I'd like to be able to make the reviews appear instantly on the site without being moderated, could someone explain how to do this?
Thanks,
Steph
When adding a new category (and modify category), set the category permission to 'No need editor approval'.
I knew it would be something really simple!
Thank you!
edit : actually, can you confirm that will only mean reviews are instant? I dont want people to be able to add links without approval, just the reviews.
I didn't read well about the review. Please wait, I will find a way to do this.
Hi, you need to modified these files to make user be able to add review without approval.
Open
lib/link.class.php
Find this line (about line 3140)
Add this line after itPHP Code:$query = "insert into $this->review_table_name
(link_id, username, subject, rating, review, date, status, name, email)
values ($id,'$username','$rev_subject','$rev_rating','$rev_review',now(),0,'$rev_name','$rev_email')";
$result = $dbConn->Execute($query);
OpenPHP Code:$this->ApproveReview($dbConn->InsertID());
themes\kosmos\phrases.php
Find this line (about line 133)
Replace withPHP Code:$lang['review_ok'] = _("Thank you for your review. Your review will be approved within 2 days.");
ThanksPHP Code:$lang['review_ok'] = _("Thank you for your review");
That works perfectly.
Thank you.
I have placed a review this site option all over the site
Children's acts available from ZOOM. Children's Parties and event performers.
Upon clicking it it asks me to login. Is there a safe way to allow people to rate the site without loging in ?
Login
Thanks in advance.
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
Follow Us On Twitter | FaceBook Profile | YouTube Videos
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
Follow Us On Twitter | FaceBook Profile | YouTube Videos
*nods*, yeah. We've edited so much of it that when we do upgrades now we use a bit of file merge software to make sure that the changes dont get overwritten.
Thanks for the warning though.
Steph
Thanks for that, I went to change that and found the option below in the option setup page.
I should have looked harder to start with :-)
Regards Pete
Only registered user can submit review
Force user to register and login in order to submit review. This will eliminate spam. Yes No