Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Product Review Forums ? Research, Review & Compare Items Details »»
Product Review Forums ? Research, Review & Compare Items
Version: 1.4.0, by Ted S Ted S is offline
Developer Last Online: Nov 2020 Show Printable Version Email this Page

Category: Major Additions - Version: 4.x.x Rating:
Released: 09-06-2011 Last Update: 04-05-2014 Installs: 214
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

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:
  • Bring structure to products with established pages & reviews
  • Reduce the number of repetitive posts from members looking up the same info
  • Increase your traffic with content-rich, seo friendly, product listings
  • Drive revenue by adding your own affiliate links to product listings
  • Increase the activity stream's value with review integration
  • Engage visitors with integrated wishlists from Giftery.me
===========================

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

File Type: zip Product Review Forums v1.4.0.zip (107.4 KB, 227 views)

Screenshots

File Type: jpg Untitled-1.jpg (45.4 KB, 0 views)
File Type: jpg Untitled-2.jpg (79.4 KB, 0 views)
File Type: jpg Untitled-3.jpg (70.0 KB, 0 views)
File Type: jpg Untitled-4.jpg (76.3 KB, 0 views)
File Type: jpg Untitled-5.jpg (62.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #592  
Old 02-04-2012, 10:34 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Volvoholic View Post
Hi TED,

I get this message when adding a product via productreview.php, I do not get the error via the ACP add product method. Happens with both v 1.2.2 and 1.2.3
This is the wrong function clearly but only is being called when a duplicate product is found -- adding new valid items should not be impacted. We'll get a fix out in the next version but you can manually resolve it by changing line 846 to

Code:
if($product['productid']){ eval(standard_error(fetch_error('prodforums_admin_dup'))); }
Reply With Quote
  #593  
Old 02-04-2012, 10:39 AM
Killhunter Killhunter is offline
 
Join Date: Jul 2011
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Ted S,

i went back to 1.2.2, but now I have that problem that new reviews have to be activated manually by an admin. Is there a fix?
Reply With Quote
  #594  
Old 02-04-2012, 01:10 PM
Ricsca's Avatar
Ricsca Ricsca is offline
 
Join Date: Apr 2006
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
Ouch. Thanks for the feedback but calling parts of a free mod a failure is probably not the best way to win the [positive] attention of the author.

Image urls were used because we don't see most people creating products individually, it's simply not scalable to hand enter even just a hundred products. When you enter a url, you define the image and thus you define the height... browser forced resizing is not a solution. Still there's been enough demand for uploading so while I think it will take people down the wrong path, we added to the feature roadmap a few weeks back.
I never wanted to say that the product is a failure! I realize now that google translate has mistranslated what I meant.

I do not understand what I mean.

I think this is a good product but the images are often canceled by other spiti therefore not able to upload pictures on your server I think it's something not right.
Reply With Quote
  #595  
Old 02-04-2012, 02:11 PM
y2ksw's Avatar
y2ksw y2ksw is offline
 
Join Date: Aug 2003
Location: Italy
Posts: 1,418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ricsca View Post
I never wanted to say that the product is a failure! I realize now that google translate has mistranslated what I meant.

I do not understand what I mean.

I think this is a good product but the images are often canceled by other spiti therefore not able to upload pictures on your server I think it's something not right.
My friend here would like to have a feature which imports external images to his forums and while this is done, to resize also the images.

I think this could be done simply by a cronjob at regular intervals, or just while saving ...
Reply With Quote
  #596  
Old 02-04-2012, 05:54 PM
Volvoholic Volvoholic is offline
 
Join Date: Mar 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
This is the wrong function clearly but only is being called when a duplicate product is found -- adding new valid items should not be impacted. We'll get a fix out in the next version but you can manually resolve it by changing line 846 to

Code:
if($product['productid']){ eval(standard_error(fetch_error('prodforums_admin_dup'))); }
Thank you that worked !
Reply With Quote
  #597  
Old 02-04-2012, 06:12 PM
morrow's Avatar
morrow morrow is offline
 
Join Date: Mar 2002
Location: NJ
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"Something went terribly wrong in creating your product. End of the line. Admin-1027a"

Received that when adding a new product.

Also, I think this would be so much better if users could also add products. There are products I'd love to ad but don't know enough about whereas some of my users might know everything about the product.
Reply With Quote
  #598  
Old 02-04-2012, 09:00 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by y2ksw View Post
My friend here would like to have a feature which imports external images to his forums and while this is done, to resize also the images.

I think this could be done simply by a cronjob at regular intervals, or just while saving ...
It's something we're looking into. Of course with cross site support it becomes much more complex than developing the feature for just one install.

Of course doing this will open up a lot of flexibility in displaying images so it's really just a matter of making it work right.
Reply With Quote
  #599  
Old 02-04-2012, 09:01 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by morrow View Post
"Something went terribly wrong in creating your product. End of the line. Admin-1027a"

Received that when adding a new product.
Have you specified which forum new products should be created in? Does this forum allow posting [not a category]?

Quote:
Originally Posted by morrow View Post
Also, I think this would be so much better if users could also add products. There are products I'd love to ad but don't know enough about whereas some of my users might know everything about the product.
They can.
Reply With Quote
  #600  
Old 02-04-2012, 09:35 PM
morrow's Avatar
morrow morrow is offline
 
Join Date: Mar 2002
Location: NJ
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
Have you specified which forum new products should be created in? Does this forum allow posting [not a category]?


They can.
I created a new forum just for this mod. Forum ID is 178. Within the "Product Review Forums - Core Settings" under "Review Thread Forum ID' i have "178".

When I edit the forum I don't see anything regarding the product so I figured there is nothing to adjust there. The new forum is a forum.
Reply With Quote
  #601  
Old 02-04-2012, 10:19 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by morrow View Post
I created a new forum just for this mod. Forum ID is 178. Within the "Product Review Forums - Core Settings" under "Review Thread Forum ID' i have "178".

When I edit the forum I don't see anything regarding the product so I figured there is nothing to adjust there. The new forum is a forum.
As stated in the main mod post and the install guide there is an option in the forum settings to enable this mod.

It should be the last one on the page.

That said, it shouldn't have any issues causing this error. Does the forum allow posting [not permissions but core settings]? If so, try rebuilding the forum cache.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:45 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06085 seconds
  • Memory Usage 2,374KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (12)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete