The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Product Review Forums ? Research, Review & Compare Items Details »» | |||||||||||||||||||||||||||||||||||||||
Product Review Forums ? Research, Review & Compare Items
Developer Last Online: Nov 2020
Version 1.4.0 has been released to remove the giftery / list it integration of the addon now that service has been discontinued. No upgrade is needed though there have been a few other bug changes since 1.3.5.
Finding Feedback Can be Like a Needle in a Haystack The more your forum grows, the more of a challenge it becomes to sort through the history and get the full story. Product Review Forums Brings Structure to the Chaos As a full-featured product management addon, PRF sits on top of your forum allowing you to create defined products which, unlike individual posts, stay relevant over time. Each comment, review and even product updates filter back into this one spot allowing for a quick and comprehensive overview while the individual discussions rage on as always. Here's just a few of the many features you'll find in PRF:
Installation is not upload & go... individualized settings are required. Read the install file. =========================== QUICK TIPS: =========================== Enabling Product Forums: To show product details and ratings, each product-forum must be enabled in the forum manager. Adding Products: You may upload products one at a time through the admin [includes an image uploader using GD] or you can bulk import through XML. You can also enable users to add moderated products through a global and usergroup option. Product Review Index: To access your forum's product overview go to www.yoursite.com/productforums.php - You may want to add a link to this to your navbar or as a tab. Customization: This addon is made to be customized. To change the color schema see clientscript/vbulletin_css or dive right on in to the templates and phrases. Powered by Giftery.me: This mod is maintained includes two integrations you should know about. Both can be controlled through the mod options. Download Now
Screenshots
Show Your Support
|
12 благодарности(ей) от: | ||
Baja, BCP Hung, goxy63, gundamz, HoSStiA, PattiOz, RichieBoy67, Ricsca, snakedevil, SportBikeNet, TheLastSuperman, victorvu |
Comments |
#1292
|
|||
|
|||
Quote:
The code you're looking at is: Code:
<vb:if condition="!$show['notificationtype']"> <ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>"> <li>{vb:rawphrase prodforums_rating,{vb:raw thread.pf_rating}}</li> <li>{vb:rawphrase prodforums_reviews,{vb:raw thread.pf_reviews}}</li> <li class="hidden">{vb:rawphrase rating}{vb:raw thread.rating} / 5</li> </ul> </vb:if> |
#1293
|
|||
|
|||
Ok, next up.. lol. Sorry to make it seem like all I'm doing is pointing out problems - because overall this is an excellent product. We have an issue where a user submitted their own new product which we approved. That seemed to work fine. However, when the user (or anyone for that matter) go to leave a review of the product, we (including myself as an admin) get this error:
We had an issue posting your review, please try again or contact support and use code 164251-E. That error, according to your code seems to relate to something having to do with not being able to add new posts to the thread (build_new_post() function not adding the post?). When I turn on debugging, the only additional info I get in the error is Array (not the contents of the array). The thread appears to be open and able to be posted in, according to mysql: mysql> select open from thread where threadid = xxxxxx; +------+ | open | +------+ | 1 | +------+ 1 row in set (0.00 sec) mysql> select visible from thread where threadid = xxxxxx; +---------+ | visible | +---------+ | 1 | +---------+ 1 row in set (0.00 sec) |
#1294
|
|||
|
|||
Quote:
That message means vB was not able to build a reply. We can diagnose this further if open up productforums.php and go to around like 544 Replace eval(standard_error(fetch_error('prodforums_review _critdebug','164251-E',$errors))); with: Code:
echo "debug code:<br>"; print_r($errors); die; |
#1295
|
|||
|
|||
Thanks, it was due to the length of the post title. The product itself had a long name, then when you added on the "x out of 5 rating for" plus the product name, it exceeded vB's length.
As a hack, I just edited the construction on newpost['title'] to make it much shorter. |
#1296
|
|||
|
|||
Quote:
|
#1297
|
|||
|
|||
Ok, moderation issue fixed. Just before your build_new_post() function is called, I added the following two lines:
$forumperms = fetch_permissions($foruminfo['forumid']); $foruminfo['moderatenewthread'] = 0; |
#1298
|
|||
|
|||
Quote:
Well I don't think there would be a mistake if there was a step by step guide on what to do. Besides I always back up files before doing something like this. thanks anyways |
#1299
|
|||
|
|||
Quote:
Now to find out how long is too long... |
#1300
|
|||
|
|||
Quote:
While I totally want to see people grow their sites and make that easy [hence all the free mods], I'm certain that this passes the "risk to reward" threshold. Sorry! If you want to take your forum beyond a certain point you really have to either learn some code or hire someone who knows it. There's great resources for both here @ vB.org too |
#1301
|
|||
|
|||
Quote:
Did this fix the posts and threads? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|