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)

jorgejgm 02-05-2012 08:41 AM

Hello,

Congratulations on your mod.

Can I extend the limit of characters in the url of the product? My affiliate links occupy nearly 400 characters.

Thank you.

Ted S 02-05-2012 09:04 AM

Quote:

Originally Posted by jorgejgm (Post 2296355)
Hello,

Congratulations on your mod.

Can I extend the limit of characters in the url of the product? My affiliate links occupy nearly 400 characters.

Thank you.

You will need to alter the database structure to change the url field from a varchar to a text field.

Killhunter 02-05-2012 09:54 AM

Hi Ted S,

i went back to 1.1.2, but now I have that problem that new reviews have to be activated manually by an admin. Is there a fix?

Ted S 02-05-2012 10:25 AM

Quote:

Originally Posted by Killhunter (Post 2296373)
Hi Ted S,

i went back to 1.1.2, but now I have that problem that new reviews have to be activated manually by an admin. Is there a fix?

Yes, that's the main reason for new releases -- to fix bugs. If for some reason you want to run an old version you can compare the code to see what changed.

Killhunter 02-05-2012 11:48 AM

Quote:

Originally Posted by Ted S (Post 2295452)
Code:

if(strlen($comments) < $vbulletin->options['prodforums_minreview']){ $errors .= "Your review comments must be at least ". $vbulletin->options['prodforums_minreview'] ." characters long.<br />"; } // must have rating picked

So where do i have to implement or delete this code? Sorry, im not a coder :(

Killhunter 02-05-2012 03:45 PM

By the way I would love to see a feature with enables to sort products by reviews (stars).

Killhunter 02-05-2012 03:46 PM

And it would also be nice to see a feature, with displays the 5 best reviewed (most stars) products in the sidebar (with picture, name and link to reviews). Or the 5 newest or 5 chosen as "hottest"

morrow 02-05-2012 04:17 PM

Ok... I re-uploaded all of the files. I rebuilt my forums.

I found the option to enable this mod and it is enabled. The forum does allow posting and is setup just like my other forums.

I'm not seeing a link anywhere for the forum products though. When I go into the forum it looks just like all the other forums. The modification is enabled.

This is driving me nuts! I still get the same thing when attempting to create a new product. "something terrible wrong....etc..."

Ted S 02-05-2012 07:55 PM

Quote:

Originally Posted by Killhunter (Post 2296401)
So where do i have to implement or delete this code? Sorry, im not a coder :(

You can find it in productforums.php - learning to hack code is a good skill for improving your forum but if you're not familiar with how to make changes you should head over to the programming area of this community for help.

Ted S 02-05-2012 08:00 PM

1 Attachment(s)
You've got two different issues so let's break them apart...

Quote:

Originally Posted by morrow (Post 2296479)
This is driving me nuts!

The option is at the end of your forum's settings and is called Enable Product Review Forum Features?

Screenshot attached

Quote:

Originally Posted by morrow (Post 2296479)
I still get the same thing when attempting to create a new product. "something terrible wrong....etc..."

The error comes when the script can't get information on the forum you are posting too. So again I have to ask; does the forum you have selected in the options accept new posts and if so, have you rebuilt your forum cache? [Maintenance -> Update Counters]


All times are GMT. The time now is 08:13 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.02365 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
  • (1)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
  • (5)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