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)

snakedevil 11-06-2013 12:00 PM

Hello,

How to change the display order of comments, to show the new first (only for the product)

Thank you

Ted S 11-10-2013 02:37 AM

Quote:

Originally Posted by snakedevil (Post 2458648)
Hello,

How to change the display order of comments, to show the new first (only for the product)

Thank you

Comments are replies. Just change how the forum is setup to order by reply date descending rather than ascending.

RaiinbowEyes 11-11-2013 11:19 PM

When trying to add a product today, I got this error: "Something went terribly wrong in creating your product (Array). End of the line. Admin-1027a". I have no idea what to do. Help?

Ted S 11-12-2013 04:10 AM

Quote:

Originally Posted by RaiinbowEyes (Post 2460023)
When trying to add a product today, I got this error: "Something went terribly wrong in creating your product (Array). End of the line. Admin-1027a". I have no idea what to do. Help?

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.

uarujoey 11-12-2013 06:37 PM

Quote:

Originally Posted by Ted S (Post 2457104)
Sure. You'd be hard hacking the helpfulanswers.php file and looking for the minimum length check to do it... so you'll have to re-apply with any future upgrades.

This is the Product Review add on, not the helpfulanswers add on. So there is no helpfulanswers.php file for me to edit.


I wish to remove "Headline" for the review.

I was able to remove that field so they dont appear as an option for a review, but once a review is submitted, i still get an error that filed needs to be filled out.

"You did not provide a headline for your review.""

I want to remove that completely.

Where in which file do i remove the code? I tried removing:

PHP Code:

 if !$vbulletin->GPC['headline']){ $errors "You did not provide a 

headline for your review.<br />"
; } // must have a headline) 


From the productforums.php, But i get an error when a review is submitted:

"Oh great, you had to go and press THAT button. There goes the whole site. Just kidding...

We had an issue posting your review, please try again or contact support and use code 164251-E."

Ted S 11-13-2013 05:02 AM

Quote:

Originally Posted by uarujoey (Post 2460174)
This is the Product Review add on, not the helpfulanswers add on. So there is no helpfulanswers.php file for me to edit.

Right idea, wrong name... Nice catch :D

Quote:

Originally Posted by uarujoey (Post 2460174)
"You did not provide a headline for your review.""

Every post need a subject line. In this addon we call it the headline but that's the role it plays technically so you can't just remove it, rather you'd need to replace it with something lower on in the code.

i.e.

Code:

$headline = 'Another review';
Of course this is moving further away from the addon's core and thus risks breaking more things, obviously manual changes for upgrades. Be careful, changes to how threads are made can have disastrous results.

thewebi 11-20-2013 12:58 PM

We have a problem when someone is the FB Like Button then click the HTML code in Facebook displayed.
Is this a BUG or we have to change anything else?

Regards

Ted S 11-21-2013 03:14 AM

Quote:

Originally Posted by thewebi (Post 2462321)
We have a problem when someone is the FB Like Button then click the HTML code in Facebook displayed.

I'm not understanding your issue. Please try rephrasing it?

thewebi 11-21-2013 08:45 AM

1 Attachment(s)
Think pictures explain it better

Attachment 147277

Ted S 11-21-2013 04:10 PM

Quote:

Originally Posted by thewebi (Post 2462570)
Think pictures explain it better

Attachment 147277

You can edit what Facebook fetches as content using their OG meta data tags.


All times are GMT. The time now is 05:14 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.02913 seconds
  • Memory Usage 1,751KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (7)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