Quote:
Originally Posted by uarujoey
This is the Product Review add on, not the helpfulanswers add on. So there is no helpfulanswers.php file for me to edit.
|
Right idea, wrong name... Nice catch
Quote:
Originally Posted by uarujoey
"You did not provide a headline for your review.""
|
Every post need a subject line. In this addon we call it the headline but that's the role it plays technically so you can't just remove it, rather you'd need to replace it with something lower on in the code.
i.e.
Code:
$headline = 'Another review';
Of course this is moving further away from the addon's core and thus risks breaking more things, obviously manual changes for upgrades. Be careful, changes to how threads are made can have disastrous results.