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 |
#1052
|
||||
|
||||
Okay Ted, no problem, will continue.
I just added a new product and used an external image link, then I ran the sync external images, at the end of sync I see this text: Quote:
This is what I see on my localhost test site: Manage Product in admin Attachment 139818 Viewing forum Attachment 139817 Viewing the Product itself Attachment 139820 Viewing Product listings Attachment 139819 |
#1053
|
|||
|
|||
Quote:
Your test forum is hosted on a windows server which has backwards urls (productphotos\ instead of productphotos/)... It's strange that nothing errors in creating the images but perhaps windows is smarter in processing than it is in rendering... To this this run the mySQL query: Code:
update pf_product set mainphoto = replace(mainphoto, '/', '\\'); update pf_product set mainphoto_thumb = replace(mainphoto_thumb, '/', '\\'); update pf_product set mainphoto_small = replace(mainphoto_small, '/', '\\'); Note: This will update all images, including those with external links. |
#1054
|
||||
|
||||
Ran the query Ted, now there are no images anywhere, not in admin, forum, product view or product listing
|
#1055
|
|||
|
|||
Read all 1 reviews
when I click this, I get error.: Database error in vBulletin 4.2.0: Invalid SQL: SELECT pf.postid,pf.threadid,pf.headline,pf.rating,pf.loc ation,pf.mainphoto_thumb,DATE_FORMAT(pf.createddat e,'%a %b %D, %Y') as posted,u.userid,u.username, pfp.title as productitle,pfp.mainphoto_thumb FROM pf_review as pf JOIN user as u ON u.userid = pf.userid JOIN pf_product as pfp ON pfp.productid = pf.productid WHERE pf.productid = '1' AND pf.approved = 1 ORDER BY pf.createddate DESC LIMIT 0, 25; MySQL Error : Unknown column 'pf.mainphoto_thumb' in 'field list' Error Number : 1054 Request Date : Saturday, July 14th 2012 @ 07:04:44 PM Error Date : Saturday, July 14th 2012 @ 07:04:44 PM Script : http://xxx/forum/productforums.php?d...es&productid=1 Referrer : http://xxx/forum/threads/275 IP Address : xxx Username : xx Classname : vB_Database MySQL Version : 5.5.23-55 |
#1056
|
|||
|
|||
Quote:
|
#1057
|
|||
|
|||
Quote:
View a product [in the front or backend] and open the page source. Copy down the image src path and try loading it on your server... it should be \productforums\xxxxx.image which should correspond to where the image is saved. I can't see your server configuration to know how your folders, slashes and file types are set so it's hard to tell what part of your links are broken but from everything you've posted there doesnt seem to be an issue in how the script works but rather in the configuration versus where images actually are. |
#1058
|
|||
|
|||
This has got to be one of the most valuable and best mods ever. You guys have worked HARD on this. I will wait until the beta graduates before upgrading to the latest to go live with but I am watching this thread very closely! I think tens of thousands of my forum participants are going to use this once I turn it on.
|
#1059
|
||||
|
||||
Quote:
sorry about delay, had to sleep. Okay then, so when viewing a product ont he front end I obviously see no image, viewing source code I see this for the image call: Code:
http:\\i1049.photobucket.com\albums\s386\KirkFitzgerald\PetersonCeramic3PipeStandPipeRack.jpg Code:
http://localhost/vb4dev/%5C%5Ci1049.photobucket.com%5Calbums%5Cs386%5CKirkFitzgerald%5CPetersonCeramic3PipeStandPipeRack.jpg |
#1060
|
|||
|
|||
Quote:
The reason external links won't work is the query I had you run which changes / to \ to work specifically for local links. If you want to use remote images instead that's no problem, we can fix the links to point back to those... |
#1061
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|