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 |
#1802
|
|||
|
|||
Additional question - how on earth do you persuade vBulletin to display the created date on the product details/reviews page?
|
#1803
|
|||
|
|||
To make the location into a link, you'll just need to update the prodforums_matches_bit template again:
<a href="{vb:raw review.location}">click me</a> You may also want to add some validation to the location string to insure it's a valid formatted URL. This can be done by adding to the hook location productforums_writereview_top (which will insure it stays intact if you upgrade the plugin down the road). You can use one of many common regex strings (just google php regex for urls) for the check function depending on what you want to allow. |
#1804
|
|||
|
|||
Quote:
https://www.vbulletin.com/docs/html/...mplates_syntax |
#1805
|
|||
|
|||
Quote:
(vb:date createddate} just gives me Thu, 01 Jan 1970 00:00:00. I tried them all with posteddate too. This isthe full list of things I've tried so far: {vb:raw posteddate} {vb:var posteddate} {vb:raw createddate} {vb:var createddate} {vb:date createddate} {vb:date posteddate} {vb:var product.creatteddate} {vb:var product.posteddate} {vb:raw product.creatteddate} {vb:raw product.posteddate} I need to figure this out, partly because I want to add further product fields (pagecount, format, etc.) I'm learning stuff as I go, and getting this little bit wrking will hopefully mean I then know how to do it with other things. |
#1806
|
|||
|
|||
Quote:
I've attached an image which hopefully explains it! |
#1807
|
|||
|
|||
Another question. Sorry!
I see this code in productforums.php: Quote:
|
#1808
|
||||
|
||||
Very cool (and needed) mod. I just installed it and am setting everything up. However the image uploader does not appear to work well with my version of vB (4.2.2). I have set the CHMOD for the upload directory a directed to 777, but am still getting a failed to open stream error on upload of images?
|
#1809
|
|||
|
|||
It's not the vBulletin version. I'm on 4.2.2 also, and it works fine. You issue is not related to your version of vBulletin.
|
#1810
|
||||
|
||||
Quote:
PHP Code:
|
#1811
|
|||
|
|||
Sadly, you're mistaking me for something more than somebody else who happened to install it on the same version.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|