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)

bosanci28 11-22-2013 02:26 PM

So this can be used as a Research, Review & Compare Items for a automotive related field forum? I can add what ever categories? and the questions that a user will have to input? like:
*best transmission shop in town?
or other questions under that specific category...
Thanks

Ted S 11-23-2013 06:20 AM

Quote:

Originally Posted by bosanci28 (Post 2462865)
So this can be used as a Research, Review & Compare Items for a automotive related field forum? I can add what ever categories? and the questions that a user will have to input? like:
*best transmission shop in town?
or other questions under that specific category...
Thanks

A product is a product is a product... type doesn't change much.

Questions are not category specific but you can add them forum-wide.

pjkcards 12-19-2013 08:45 AM

While this isn't supported any longer, does it still work on 4.2.1?

Thanks.

Ted S 12-19-2013 07:54 PM

Quote:

Originally Posted by pjkcards (Post 2469407)
While this isn't supported any longer, does it still work on 4.2.1?

Thanks.

As a public addon, there's no guarentee of response time for our modules though you can see the history of updates and answers in the thread.

This addon works on 4.x.

RaiinbowEyes 01-13-2014 08:12 AM

Quote:

Originally Posted by Ted S (Post 2460059)
The addon was unable to create your product's thread resulting in a critical error.

This is usually a function of a particular setting on the product forum, such as having it as a category or requiring pre-fixes when none are used. Review those types of options first.

If it persists, open up admincp/productforums.php and go to line 330

BEFORE it add:

Code:

print_r($errors);
This will reveal the debug information from vB.

Thank you for responding! I appreciate that! :) I did as you said, but the same error came up when I tried again. No additional information sadly.

However, whenever I try and edit existing products I get "Database error "Warning: mysqli_query() [function.mysqli-query]: (42S22/1054): Unknown column 'uploadimg' in 'field list' in [path]/includes/class_core.php on line 1391".

So that's something. I went to that path and found line 1391 and it's:

Code:

if ($queryresult = mysqli_query($link, $this->sql, ($buffered ? MYSQLI_STORE_RESULT : MYSQLI_USE_RESULT)))
I have no idea how I'd go about fixing or what is wrong. If someone tells me to go to a line of code and put something in or replace something, I can do that. But beyond that I have no idea what I'm doing X_x Is there anything I can do? The review forums have become a big part in my forum and I'd really really hate to lose them.

Ted S 01-13-2014 11:13 PM

Quote:

Originally Posted by RaiinbowEyes (Post 2473947)
However, whenever I try and edit existing products I get "Database error "Warning: mysqli_query() [function.mysqli-query]: (42S22/1054): Unknown column 'uploadimg' in 'field list' in [path]/includes/class_core.php on line 1391".

That's a good start...

Sounds like the addon was unable to alter your database, so let's do it the fun way:

Run the queries below (via your AdminCP, mySQL shell or something like phpMyAdmin):

Code:

ALTER TABLE pf_product ADD uploadimg TINYINT NOT NULL DEFAULT '0';
ALTER TABLE pf_product ADD mainphoto_small VARCHAR(150) NOT NULL DEFAULT '';
ALTER TABLE pf_product ADD uploadimg mainphoto_thumb VARCHAR(150) NOT NULL DEFAULT '';

If you are using table prefixes, those go before pf_product but without spaces (i.e. vb_pf_product).

RichieBoy67 01-20-2014 02:29 PM

Will this work well as an Ebay network affiliate store and not a product review forum?

Does anyone have this type of a set up working? If so can you send me the link so I can see?

Thanks

Ted S 01-21-2014 01:10 AM

Quote:

Originally Posted by RichieBoy67 (Post 2475547)
Will this work well as an Ebay network affiliate store and not a product review forum?

I suppose you could build it into a product directory without reviews but I'm sure there's better solutions for that out there than hacking the entire review side out of this.

malinghi 04-06-2014 03:51 AM

I'm really sorry that giftery closed. Would it be possible to get a copy of the instructions for installing this mod? They're no longer available on giftery.me

Ted S 04-06-2014 04:42 AM

Quote:

Originally Posted by malinghi (Post 2491758)
I'm really sorry that giftery closed. Would it be possible to get a copy of the instructions for installing this mod? They're no longer available on giftery.me

Sorry about that, still have to make a couple changes to address the shift.

Look for 1.4.0 with the install guide included.


All times are GMT. The time now is 10:41 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.02710 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_code_printable
  • (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