Quote:
Originally Posted by Paul M
When you say "reviews" what exactly do you mean ? - AFAIK, Cinq's vbarticles has no ability for users to submit articles, they have to be added via the ACP.
|
The new version at vbArticles.com has the ability in the Admincp Usergroups for users to submit articles.
I just downloaded it, and tryed the instructions by KTBleeding
https://vborg.vbsupport.ru/showthread.php?t=77022 to change it to a reviews system with no glory.
Cinq
Would you be willing to assist me in this?
This is the error I get just trying to go to the forums/reviews.php page
Code:
Invalid SQL:
SELECT A.reviewid, A.dateline, A.userid, A.comment, U.username FROM reviews_comment as A
LEFT JOIN user as U
ON A.userid = U.userid
WHERE A.validated=1
ORDER BY A.dateline DESC
LIMIT
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 6
mysql error number: 1064