vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - Product Review Forums ? Research, Review & Compare Items (https://vborg.vbsupport.ru/showthread.php?t=269808)

Ted S 04-18-2013 03:53 PM

Quote:

Originally Posted by setishock (Post 2417134)
Just reopend my computer forum and this is going to make mine different from the rest. I'm gonna nab this and play on my test forum first. I'm on 4.1.2 pl8 so hopefully it works right.
Film at 11:00...

Using that old of a version of vB there are likely things that will be a bit off.

setishock 04-19-2013 04:06 AM

Well you helped a guy on 4.0.4 using this. If mines old his is ancient. I'll let you know.

Ted S 04-19-2013 04:21 AM

Quote:

Originally Posted by setishock (Post 2417267)
Well you helped a guy on 4.0.4 using this. If mines old his is ancient. I'll let you know.

We'll always try to help but as you'll see, while most things worked for him, there were a few backwards compatibility issues. There's usually no issue within versions but 4.2 takes a major jump in a few templates & core components that are well used by this addon.

wisemasterchief 04-28-2013 02:00 PM

uninstalled product as it trashed activity.php and member.php .. generating blank pages whenever those two scripts were be used. please advise

Ted S 04-28-2013 05:49 PM

Quote:

Originally Posted by wisemasterchief (Post 2418935)
uninstalled product as it trashed activity.php and member.php .. generating blank pages whenever those two scripts were be used. please advise

Hrmm.... Not much I can do with blank page errors. What does your server error log say?

MoveOver.cc 05-09-2013 09:54 AM

I cannot see my "Exclude Product Review Forum Features" in my admin, forums section.

Can anyone please advise.

Thanks

Ted S 05-10-2013 12:18 AM

Quote:

Originally Posted by MoveOver.cc (Post 2420842)
I cannot see my "Exclude Product Review Forum Features" in my admin, forums section.

Can anyone please advise.

Thanks

PRF is inclusive. If you don't want it in a forum, don't enable it there (or if you did, turn it off).

miket1234 05-16-2013 11:47 AM

Hi!. I made this
Quote:

Open: forumdisplay.php in a text editor

Find:

$templater = vB_Template::create('threadbit');

Replace with:

if($foruminfo['productforumsbits']){
// adjust this to your images folder, for products w/o an image
if(!$thread['mainphoto_small']){ $thread['mainphoto_small'] = '/images/rating/pf/noimage-40.png'; }
$thread['pf_rating'] = vb_number_format($thread['pf_rating'],1);
$templater = vB_Template::create('prodforums_threadbit');
} else {
$templater = vB_Template::create('threadbit');
}
but i also want to see the "Views". What I hade to do to see that info beside ratings&reviews. Thanks in advance!

Ted S 05-16-2013 05:50 PM

Quote:

Originally Posted by miket1234 (Post 2422450)
Hi!. I made this
but i also want to see the "Views". What I hade to do to see that info beside ratings&reviews. Thanks in advance!

Just change the variables shown in the PRF forum display template.

addamroy 06-08-2013 01:59 AM

How do I change the fields? Is it possible to add custom ones?

One thing I can think of right off the bat is I really don't want the 'manufacturers' field there at all that one does me no good.

Any options or workarounds to add, customize or at least remove fields? I'd like to change a few in the 'additional options' as well.

Also, after trying to submit a product to the product forums I set up on my test site, all my thread says is this,
"Product information... View for more details "

No images no rating things no nothin


All times are GMT. The time now is 08:25 PM.

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.02253 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete