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
  #1042  
Old 07-14-2012, 08:33 AM
Kirk Fitzgerald's Avatar
Kirk Fitzgerald Kirk Fitzgerald is offline
 
Join Date: Apr 2012
Location: Oxford, UK
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
Your server needs curl to run this function [curl lets us fetch the images from their remote source quickly and without worrying about limited php settings].
I enable curl in localhost xampp and ran that script, now there are NO images for the Products already listed, the add image from an url is gone too, all I have open to me now is to upload a new image!

This is no good at all for when upgrading my live site, why are the external linked images deleted?
Reply With Quote
  #1043  
Old 07-14-2012, 08:47 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kirk Fitzgerald View Post
I enable curl in localhost xampp and ran that script, now there are NO images for the Products already listed, the add image from an url is gone too, all I have open to me now is to upload a new image!

This is no good at all for when upgrading my live site, why are the external linked images deleted?
When a local image is made, the old link is replaced... One product, one image path.

Essentially the script just sees an image field. Whether it's internal or external is irrelevant to a browser or the script and thus calling one field avoids having to check two places for images. Speed is good.

That said, in the syncing process there's a number of sanity checks in place so if an image doesn't load, isn't a valid type, etc it gets skipped over and the external link remains in place. The process runs one image through at a time to avoid any issues with something breaking mid-way and reloads after 25 images to avoid browser timeouts.

But critical errors can always throw curve balls so for beta 3 we're adding a field to store the old link. Just in case.

When you re-ran the script did it say there was nothing to process? Are all of the products now showing local paths?

You can query: SELECT productid,mainphoto,uploadimg FROM pf_products
Reply With Quote
  #1044  
Old 07-14-2012, 08:52 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kirk Fitzgerald View Post
The add image from an url is gone too, all I have open to me now is to upload a new image!
Once you use the uploader on a product we assume you're uploading images [for that product] and hide the fields from view to keep the edit field less cluttered.

I'm not sure why you'd want to go from an uploaded image to an external url rather than another upload but you can reset it by changing the uploadimg flag to 0.
Reply With Quote
  #1045  
Old 07-14-2012, 10:24 AM
Kirk Fitzgerald's Avatar
Kirk Fitzgerald Kirk Fitzgerald is offline
 
Join Date: Apr 2012
Location: Oxford, UK
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The err is mine Ted, I have made an error in the image view url in the core settings, just trying to figure out what I should have in there now.
Reply With Quote
  #1046  
Old 07-14-2012, 10:27 AM
ywwz ywwz is offline
 
Join Date: Jul 2009
Posts: 255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesnt' work for me. 4.2.0
Reply With Quote
  #1047  
Old 07-14-2012, 12:07 PM
Kirk Fitzgerald's Avatar
Kirk Fitzgerald Kirk Fitzgerald is offline
 
Join Date: Apr 2012
Location: Oxford, UK
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hiya Ted,
doesn't matter what I change the "Image View Url" to in the core settings, when I check the view in Products listing page all I see is this text where the thumbnail should be:
Quote:
product photo for Peterson System Smooth 317 Small Briar
Attachment 139808
When I use firebug to check the image location I see this:
Code:
/productphotos/50014e732fa54_thumb.jpg
and a message saying "failed to load the given url"

In the core settings I have set the Image View Url to '/productphotos' but still cannot see any images anywhere.

I have the images in "C:\xampp\htdocs\vb4dev\productphotos"

Any ideas what I am doing wrong here TEd, it's all getting to be a bit of a headache now!
Reply With Quote
  #1048  
Old 07-14-2012, 06:29 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ywwz View Post
Doesnt' work for me. 4.2.0
Care to be more specific? Have you followed the install guide? A
Reply With Quote
  #1049  
Old 07-14-2012, 06:30 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kirk Fitzgerald View Post
Hiya Ted,
doesn't matter what I change the "Image View Url" to in the core settings, when I check the view in Products listing page all I see is this text where the thumbnail should be:

Attachment 139808
When I use firebug to check the image location I see this:
Code:
/productphotos/50014e732fa54_thumb.jpg
and a message saying "failed to load the given url"

In the core settings I have set the Image View Url to '/productphotos' but still cannot see any images anywhere.

I have the images in "C:\xampp\htdocs\vb4dev\productphotos"

Any ideas what I am doing wrong here TEd, it's all getting to be a bit of a headache now!
So /productphotos/ is the folder images are set to go to... but when you open it are the images there? If so, do they load properly?

If not, try changing one or two products to an external url [via your database or adding a new item], run the sync script again and see how those look.

You can run this version of admincp/productforums.php which will print debug code if you're not sure on the paths
Attached Files
File Type: php productforums.php (76.5 KB, 8 views)
Reply With Quote
  #1050  
Old 07-14-2012, 08:08 PM
Kirk Fitzgerald's Avatar
Kirk Fitzgerald Kirk Fitzgerald is offline
 
Join Date: Apr 2012
Location: Oxford, UK
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Ted, the images are present in the /productphotos/ folder but are not loading, I tried adding two new products on my test environment, nothing changed.

I uploaded the new admincp/productforums.php you posted but don't know how to get the debug stuff to show, I turn on debugging but have no idea how make it show!

I think it is going to be simpler for me to delete my existing install on my live site and re-install with 1.3 when it's stable and start afresh. I don't want my site to be running a patched up version of your brilliant mod, I should like it to be functioning fully and properly.
Reply With Quote
  #1051  
Old 07-14-2012, 08:55 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kirk Fitzgerald View Post
Hi Ted, the images are present in the /productphotos/ folder but are not loading, I tried adding two new products on my test environment, nothing changed.

I uploaded the new admincp/productforums.php you posted but don't know how to get the debug stuff to show, I turn on debugging but have no idea how make it show!

I think it is going to be simpler for me to delete my existing install on my live site and re-install with 1.3 when it's stable and start afresh. I don't want my site to be running a patched up version of your brilliant mod, I should like it to be functioning fully and properly.
In a controlled environment beta means "this mostly works, we're testing to fix the rest" but in mass software beta is more akin to "this works every way we've tested, now we need to see what happens when you try it under other settings". Simply put there is no way for us to account for all of the possible variations, setting, servers that exist out there so while it's painful to watch "issues" come in, it's how mods work.

And, given how vBulletin runs mods, upgraded or new, you get the exact same build structure.

..........

At this point there are no known issues with 1.3.0 beta including the image sync routine -- so obviously we'd like to understand what's happening to your site and if there is indeed an issue in the script before we roll this code to "stable".

So, if you're up for it, let's think through this...
  • Correct me if I'm wrong but images (3 versions per product) do exist in /productphotos/.
  • When you view one locally it loads and looks like, well, a product image
  • But when you load it from the page it does not.
Does that sum up the issue you are experiencing?

The debug script I provided only runs when you run the image sync process on new images. It's completely unrelated to the admin setting.
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 10:16 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.06193 seconds
  • Memory Usage 2,376KB
  • 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
  • (7)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
  • (7)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