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 |
#382
|
|||
|
|||
If I wanted to add a search by MFG instead of price, I understand that I will need to edit the productforums.php. I am just wondering if you could point me in the direction of what to edit.
Also, I'd like to have the mfg show up in the table that gets displayed. |
#383
|
|||
|
|||
Quote:
|
#384
|
|||
|
|||
Quote:
First you'll have to add the mfrg to the input variables accepted around line 63 replace: Code:
$vbulletin->input->clean_array_gpc('r', array( 'catid' => TYPE_INT, 'title' => TYPE_STR, 'productid' => TYPE_UINT, 'min_price' => TYPE_INT, 'max_price' => TYPE_INT, 'min_rating' => TYPE_UINT, 'max_rating' => TYPE_UINT, 'posted' => TYPE_UINT, 'mfrg' => TYPE_STR )); Code:
if($vbulletin->GPC['mfrg']){ $conditions .= " AND pfp.mfrg LIKE '%". mysql_real_escape_string($vbulletin->GPC['mfrg']) ."%'"; } // mfrg of product Code:
$sortaddon .= ($vbulletin->GPC['mfrg']) ? 'mfrg=' . $vbulletin->GPC['mfrg'] . '&' : ''; Of course it would be more ideal to generate a list of manufacturers and let people pick via dropdown. Next update can do that. |
#385
|
|||
|
|||
Quote:
|
#386
|
|||
|
|||
Quote:
|
#387
|
|||
|
|||
Quote:
Thanks!! |
#388
|
|||
|
|||
As I said before, adding an entire image uploading, file management, resizing and display class is not simple when it has to work on a infinite number of site configurations all of whom want their own specific file saving and display options -- which is why the mod uses urls right now.
If you want to add your own forced resize open up the review template and add a width="X" height="Y" into the <img> tag where you define either a max width or height... However that will not actually resize the image, it just forces it to look smaller while still downloading the entire file and potentially altering the aspect ratio or distorting the page. |
#389
|
|||
|
|||
Use the editor for what?
|
#390
|
|||
|
|||
Anything in particular you hope to see in the update?
|
#391
|
|||
|
|||
Is there a feature or tweak you'd like to see make it into this mod? We'll be doing a feature release this week / weekend and while it won't include everything, chime in and we'll try to sneak it in.
Here's what's planned: Planned Changes [Week of 1/16] - Profile link to a search of a user's top posts [admin option] - Post level link to the number of votes, good votes, or ratio for a user's posts [admin option] - WYSIWYG editor for writing a review - Search by manufacturer [dropdown] - Cleaned up search page & results page - Bug fixes here and there |
Благодарность от: | ||
The Ottoman |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|