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)

imported_dfmafia 07-13-2012 09:48 PM

haha, think i found it...i had must require prefixes to post on that forum topic.

fixed and working now

imported_dfmafia 07-13-2012 09:50 PM

"Quotes" - print out in review title as "Quotes"

Ted S 07-13-2012 09:53 PM

Quote:

Originally Posted by imported_df+++++ (Post 2347774)
haha, think i found it...i had must require prefixes to post on that forum topic.

fixed and working now

Fantastic. We'll work on that for beta 2... obviously it should not present an error.

Ted S 07-13-2012 09:55 PM

Quote:

Originally Posted by imported_df+++++ (Post 2347775)
"Quotes" - print out in review title as "Quotes"

The review title is made up from the product title... Where are you seeing the quotes show up like this? In the body of the review or in the headline elsewhere?

imported_dfmafia 07-13-2012 09:57 PM

I like to require prefixes since I set them up to be clickable, thus sorted. easily find posts or items in a certain prefix. i find im using it more and more on my boards, just a pain to set up

Ricsca 07-13-2012 10:24 PM

Quote:

Originally Posted by Ted S (Post 2347772)
It's the big link on the edit product page... you must have an item created first.

In our beta 2 release we spell this out on the add product page as well.

Alternatively you can keep using image links and then run the bulk importer [also in beta 2] which will move them over for you.

Found .... But if I click on

Upload a new product photo?

are this error:

Quote:

Not Found

The requested URL /admincp/productforums was not found on this server.
but in the Image Upload Path and Image View Url the cart are images/productforums and not

admincp/productforums...

why?

Thanks

Ted S 07-13-2012 10:29 PM

Quote:

Originally Posted by imported_df+++++ (Post 2347779)
I like to require prefixes since I set them up to be clickable, thus sorted. easily find posts or items in a certain prefix. i find im using it more and more on my boards, just a pain to set up

Well then you'll like our solve... Rather than skipping the setting and overriding it we've added prefixes in. So you can create something like positive / negative / great / bad, etc for your review thread forum. If you want it...

Ted S 07-13-2012 10:30 PM

Quote:

Originally Posted by Ricsca (Post 2347791)
admincp/productforums...

why?

Thanks

It's a link bug we posted about earlier today... When beta 2 comes in a few minutes out just upgrade and you'll be good to go.

Ted S 07-13-2012 10:37 PM

1.3.0 beta 2 is out with a few changes...

1. Added a bulk image importer. Now you can convert your existing image urls into local photos w/ thumbnails... No local saving or old product updating needed!

2. Added support for forum prefixes to label reviews. If enabled these will be considered required.

3. Fixed a bug with a link to the image uploader script.

Plus a larger note about images when you add a product, making that harder to miss :D

Changed files: /forum/productforums.php, /admincp/productforums.php /includes/xml and the template prodforums_review_create

imported_dfmafia 07-13-2012 11:29 PM

Quote:

Originally Posted by Ted S (Post 2347793)
Well then you'll like our solve... Rather than skipping the setting and overriding it we've added prefixes in. So you can create something like positive / negative / great / bad, etc for your review thread forum. If you want it...

nice, if I already have prefixes, will I be able to use these that are already in the system?

imported_dfmafia 07-13-2012 11:30 PM

prefixes work and to answer my own question from above. yes it uses current prefixes asigned to forum topic :up:

imported_dfmafia 07-13-2012 11:31 PM

1 0 char .

Kirk Fitzgerald 07-14-2012 03:59 AM

Hi Ted,
B2 is a fantastic update, I have a question, probably just me being stupid!

With existing Products, suppose they have external images for the main image such as:
Quote:

http://photobucket.com/blah/blah/DrPlumbQuintexBentAppleSmoothLondonMadeMagicInchBr iarPipe.jpg
What do we do to ensure they have the thumbnail and tiny image, currently nothing has changed on localhost for existing Products, those images are still missing.

Ricsca 07-14-2012 06:41 AM

Quote:

Originally Posted by Ted S (Post 2347794)
It's a link bug we posted about earlier today... When beta 2 comes in a few minutes out just upgrade and you'll be good to go.


Upgrade and now

Warning: getimagesize(): Filename cannot be empty in [path]/includes/prodforums_uploader.php on line 32
couldnt understand the image

Ted S 07-14-2012 06:42 AM

Quote:

Originally Posted by imported_df+++++ (Post 2347810)
1 0 char .

Not sure I follow?

Ted S 07-14-2012 06:48 AM

1 Attachment(s)
Quote:

Originally Posted by Ricsca (Post 2347894)
Upgrade and now

Warning: getimagesize(): Filename cannot be empty in [path]/includes/prodforums_uploader.php on line 32
couldnt understand the image

The script debugs for valid images a bit but it looks like something is sneaking through or perhaps just not playing nicely... What version of php / gd are you using?

Debugging this will require a few changes. Please try this version of admincp/productforums.php and includes/prodforums_uploader.php

This will print out some debug information and exit the script before trying to process any images.

Ted S 07-14-2012 06:49 AM

Quote:

Originally Posted by Kirk Fitzgerald (Post 2347856)
Hi Ted,
B2 is a fantastic update, I have a question, probably just me being stupid!

With existing Products, suppose they have external images for the main image such as:


What do we do to ensure they have the thumbnail and tiny image, currently nothing has changed on localhost for existing Products, those images are still missing.

Just run the bulk script. It will try to load the remote image, reprocess it into the 3 image sizes and update the database if successful.

The nice thing is that you can use this moving forward so rather than uploading files individually you just include the url, hit sync and it grabs them for you.

Ted S 07-14-2012 06:50 AM

Quote:

Originally Posted by imported_df+++++ (Post 2347809)
prefixes work and to answer my own question from above. yes it uses current prefixes asigned to forum topic :up:

Yup, uses whatever is set for the forum... just like you were making a regular thread. Glad it's working how you expected :D

Ricsca 07-14-2012 06:54 AM

Quote:

Originally Posted by Ted S (Post 2347897)
The script debugs for valid images a bit but it looks like something is sneaking through or perhaps just not playing nicely... What version of php / gd are you using?

Debugging this will require a few changes. Please try this version of admincp/productforums.php and includes/prodforums_uploader.php

This will print out some debug information and exit the script before trying to process any images.

Dont work... my php info

http://www.tartaportal.it/admincp/index.php?do=phpinfo

Ted S 07-14-2012 06:57 AM

Quote:

Originally Posted by Ricsca (Post 2347902)

Don't work doesn't give me much to go off of... Let's dive deeper...

Did it error on you? If so, which script? If not, Did it output messages?

It's not suppose to convert anything... in fact it will stop before trying. It's a debug script and should produce something like:

Code:

photoid is: 500126c9ad6d2
filename is: /var/www/forum/prodphotos/500126c9ad6d2
download is: http://www.xxx.com/Image/Product/Full/APLFPCO.jpg
should now have: /var/www/forum/prodphotos/500126c9ad6d2_original.unknown
file name is: /var/www/forum/prodphotos/500126c9ad6d2_original.unknown
skipping the delete
exiting

And since I'm not an admin for your forum I can't see your php info. You'll need to find the versions for PHP and GD and report them back [phpinfo should never be openly shared]

Ricsca 07-14-2012 07:01 AM

I clik in Sync External Images link and now

http://www.tartaportal.it/productforums.php

Ted S 07-14-2012 07:03 AM

Quote:

Originally Posted by Ricsca (Post 2347906)
I clik in Sync External Images link and now

http://www.tartaportal.it/productforums.php

As noted in the script I posted is a version of admincp/productforums.php

You've uploaded the admin script to your forum folder... thus the error. :D

nukinfuts29 07-14-2012 07:18 AM

I'm confused, it is all set up but when i click "add product" i get:

"This feature is currently not in use"

How do i put it in use?

http://www.theglockboard.com/productforums.php

Nice mod

Ricsca 07-14-2012 07:19 AM

And how do I fix?

Ted S 07-14-2012 07:26 AM

Quote:

Originally Posted by nukinfuts29 (Post 2347916)
I'm confused, it is all set up but when i click "add product" i get:

"This feature is currently not in use"

How do i put it in use?

http://www.theglockboard.com/productforums.php

Nice mod

As noted in the documents, this is not upload and go, you must configure certain options to use all the features of this mod.

Please review the install guide and your product forum settings in your Admin Control Panel -- in this case the new product forum is what's missing but there are likely others you will need to adjust.

http://www.giftery.me/productforums/howto

p.s. Thank you!

Ted S 07-14-2012 07:27 AM

Quote:

Originally Posted by Ricsca (Post 2347917)
And how do I fix?

How do you fix what?

Ricsca 07-14-2012 07:29 AM

To run your mod on my site ...

Ted S 07-14-2012 07:30 AM

Quote:

Originally Posted by Ricsca (Post 2347921)
To run your mod on my site ...


That depends. What's the problem?

From your last post you had uploaded files to the wrong folder and from your previous one it's not clear if you have a setting issue, a software issue or a script issue. You'll need to run the debugger script provided for us to sort that out.

nukinfuts29 07-14-2012 07:30 AM

Quote:

Originally Posted by Ted S (Post 2347919)
As noted in the documents, this is not upload and go, you must configure certain options to use all the features of this mod.

Please review t1e install guide and your product forum settings in your Admin Control Panel -- in this case the new product forum is what's missing but there are likely others you will need to adjust.

http://www.giftery.me/productforums/howto

p.s. Thank you!

Those settings are all complete, i followed your instructions from the get go

Ted S 07-14-2012 07:33 AM

Quote:

Originally Posted by nukinfuts29 (Post 2347923)
Those settings are all complete, i followed your instructions from the get go

Great... well then let's dig deeper...

That error comes up when Members Can Post Products and New Product Forum ID are not set. What values do you have for each [should be Yes and a Forum ID].

nukinfuts29 07-14-2012 07:37 AM

OK I got it. The value for the forum ID was set in the CP, but didn't translate to the backend. Adjusted it manually and it is working.

Ted S 07-14-2012 07:37 AM

Quote:

Originally Posted by nukinfuts29 (Post 2347928)
OK I got it. The value for the forum ID was set in the CP, but didn't translate to the backend. Adjusted it manually and it is working.

Great! Anything we should look at in the mod / docs to help with this for others?

Everything else working ok?

nukinfuts29 07-14-2012 07:47 AM

New issue. Went to click on stars to rate something, got this

Unknown column 'pf.mainphoto_thumb' in 'field list'

Ted S 07-14-2012 07:52 AM

1 Attachment(s)
Quote:

Originally Posted by nukinfuts29 (Post 2347930)
New issue. Went to click on stars to rate something, got this

Unknown column 'pf.mainphoto_thumb' in 'field list'

Nice find... Looks like we had a double call to the field, one on the wrong table.

This version of /forums/productforums.php fixes it...

nukinfuts29 07-14-2012 08:00 AM

1 Attachment(s)
You're on top of it!

No more error, just redirects to a new screen and the rating doesn't change. Here is a screenshot

Kirk Fitzgerald 07-14-2012 08:00 AM

Quote:

Originally Posted by Ted S (Post 2347898)
Just run the bulk script. It will try to load the remote image, reprocess it into the 3 image sizes and update the database if successful.

The nice thing is that you can use this moving forward so rather than uploading files individually you just include the url, hit sync and it grabs them for you.

Do you mean the Sync External Images?

If so I get this error when running that!

Code:

Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\vb4dev\admincp\productforums.php on line 671

Ted S 07-14-2012 08:06 AM

Quote:

Originally Posted by nukinfuts29 (Post 2347934)
You're on top of it!

No more error, just redirects to a new screen and the rating doesn't change. Here is a screenshot

You caught us at a good time :D

The error you were getting was in the search function... Clicking the stars won't rate anything if that's what you intended [for that you have to click "Write a Review" and fill out the form].

Unless I'm misunderstanding you?

Of course we will add an error for when no reviews are found.

nukinfuts29 07-14-2012 08:07 AM

ooooh i thought you could click the stars to rate it. Like ebay and a lot of websites. My guess is this will be a common mistake ;)

Ted S 07-14-2012 08:12 AM

Quote:

Originally Posted by Kirk Fitzgerald (Post 2347935)
Do you mean the Sync External Images?

If so I get this error when running that!

Code:

Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\vb4dev\admincp\productforums.php on line 671

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].

Ted S 07-14-2012 08:13 AM

Quote:

Originally Posted by nukinfuts29 (Post 2347938)
ooooh i thought you could click the stars to rate it. Like ebay and a lot of websites. My guess is this will be a common mistake ;)

It's a good point... No one has brought it up to date but that doesn't mean users get it...

You can of course remove the link by editing the template. Since reviews generally need detail a click alone doesn't seam to be enough but we're open to thoughts.


All times are GMT. The time now is 08:58 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.02717 seconds
  • Memory Usage 1,845KB
  • 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
  • (27)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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