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
  #952  
Old 07-09-2012, 11:20 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 PattiOz View Post
Kirk, IT WORKED! Thank you so much!
Well that is good news, I am very pleased for you and you are welcome, now get on and enjoy the mod, it is one of the best here.

For others having this problem, was it the alteration to the file that worked?
Reply With Quote
Благодарность от:
PattiOz
  #953  
Old 07-09-2012, 04:15 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nibb View Post
This may sound strange but I do prefer to chase the issue. Because Im very curios why it works on most Vbulletin like you said and it does not in my own, in particular when I have no other plugins installed. Just upgraded to the latest VB and issue is still there. I also have basically none customization. Just a theme installed.

The issue must be surely a JavaScript issue or the mod not detecting any data send in the field. It must be a very small and easy to fix bug. My guess its not counting characters correctly and it assumes always the length is not correct.

Yes, waiting for versions is fine, if you have a temporary fix which I don?t. Im even more curious now because the other poster that said had the same issue like me fixed it by uninstalling and re-installing the mod. Something I can?t try because I have products already added and would lose them.
I'll indulge your curoisyt then...

From what we've figured out you're correct, there's something up with the script count and the comments being passed to the right field name.

The solution is to accept the message element directly:

Code:
$backupmessage = $vbulletin->GPC['message'];
and then check if we need to use it later in the script
Code:
if(!$comments AND $backupmessage){ $comments = strip_tags($backupmessage,'<b><br><br /><strong><em><i><u><ul><ol><li><p><font>'); }
[we all filter out all but basic html here, just in case].

Oddly the formatting seems to be the same even if the backup is used indicating that the editor still runs to a certain point.
Reply With Quote
  #954  
Old 07-09-2012, 04:16 PM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by deverill2010 View Post
Ihave to say I love how easy it is to customise the product page. Nothing like trying to edit colours an shizzle in VB.

I'm quite chuffed with what I've done, fits in with my new skin perfectly

Attachment 139628
Woot! Adding a static CSS file was much easier for us too.
Reply With Quote
Благодарность от:
deverill2010
  #955  
Old 07-09-2012, 04:18 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
The second of which and this one is a real long shot, maybe your localhost PHP setup is a bit quirky, in this case try changing line 1387 of admincp/productforums.php to this
Gah... We'll add this change to 1.3.0 but why short_tags is even an option is beyond me.
Reply With Quote
Благодарность от:
Kirk Fitzgerald
  #956  
Old 07-09-2012, 04: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 deverill2010 View Post
Ha I'm loving it I'm well into it now. Sorry for my over excitement, I have been looking for something like this for ages!

Ted a wee customisation.. Is there anyway to make new reviews post with a prefix? I have a prefix set in the reviews forum but I'm manually having to edit the thread of each review and assign a prefix. I only have one prefix enabled so is there anyway when a review is created, to make it use the prefix?
Um, uh. Yes. But I'm not sure how... we'll have to dig into how prefixes are assigned and see about emulating them in. Maybe after 1.3.0
Reply With Quote
  #957  
Old 07-10-2012, 06:06 AM
PattiOz PattiOz is offline
 
Join Date: May 2009
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I must say I am having a lot of fun with this Mod. I am trying to customize the productforums.php page and would like to put an x-repeating image into the search bar. How do I edit this code to do that:

Code:
.pf_search .pf_sh {
	background-color:#7D3D46;
	padding:5px;
	font-size:12px;
	color:#ffffff;
}


And Kirk, yes it was the alteration of the file that worked.
Reply With Quote
  #958  
Old 07-10-2012, 06:25 AM
deverill2010 deverill2010 is offline
 
Join Date: Jan 2011
Posts: 412
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You may find this useful - http://www.w3schools.com/cssref/pr_b...und-repeat.asp
Reply With Quote
Благодарность от:
PattiOz
  #959  
Old 07-10-2012, 09:59 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
In the template productforums_listed_bit replace {vbhrase prodforums_price,{vb:raw price}} with just {vb:raw price} and let me know what happens.
Brilliant, that answered the question I was about to ask.
Reply With Quote
  #960  
Old 07-10-2012, 10:00 AM
deverill2010 deverill2010 is offline
 
Join Date: Jan 2011
Posts: 412
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ted if you want to add a link to a live site using this I don't mind you using mine.
Reply With Quote
  #961  
Old 07-11-2012, 07:07 AM
Kirk Fitzgerald's Avatar
Kirk Fitzgerald Kirk Fitzgerald is offline
 
Join Date: Apr 2012
Location: Oxford, UK
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Ted,
I made some yellow stars for use on my own site to replace the green stars as they didn't suit my skin, then noticed you are going to make other colours available. You are welcome to make use of these if they are any good to you.

Attachment 139664
Attached Files
File Type: zip pf.zip (237.9 KB, 11 views)
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 07:27 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.26762 seconds
  • Memory Usage 2,380KB
  • Queries Executed 28 (?)
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
  • (3)bbcode_code
  • (6)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
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (16)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)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_postinfo_query
  • fetch_postinfo
  • 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