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)

tele955848 11-19-2011 06:00 PM

Funktioniert nicht -.-

Quote:

This is an empty post

Ted S 11-19-2011 08:17 PM

Quote:

Originally Posted by tele955848 (Post 2269663)
Funktioniert nicht -.-

Support is only provided in English.

tele955848 11-20-2011 04:44 PM

Is this not English :))

This is an empty post

Although I write everything into the text only appears url, etc.:

Ted S 11-20-2011 06:25 PM

Quote:

Originally Posted by tele955848 (Post 2269977)
Is this not English :))

This is an empty post

Although I write everything into the text only appears url, etc.:

Have you enabled the mod in the forum you are making product posts too?

qpurser 11-21-2011 12:43 AM

Quote:

Originally Posted by qpurser
We have a closed membership forum and "adding an new product" doesn't really need a "approval" from the mods. Can this be turned off?
You're the first to ask so it's not a feature option. Making the change however would be simple... If you want the raw code edits let me know.

Thanks for your quick reply and help to all my questions.

Yes. It would be great if I can have the raw code edits. I can edit the files myself then

Michael

Ted S 11-21-2011 02:14 AM

Quote:

Originally Posted by qpurser (Post 2270158)
Yes. It would be great if I can have the raw code edits. I can edit the files myself then

All edits will be to upload/productforums.php function addproduct

Find

Code:

$newpost['emailupdate']        = 0;
$newpost['visible']                = 0; // make sure the thread is hidden

Find

Code:

$db->query_write("
 UPDATE " . TABLE_PREFIX . "thread SET
 visible = 0
 WHERE threadid = '". $newpost['threadid'] ."'
");

Remove it.

Find

Code:

active            = 0
Change it to active = 1

That's it.

qpurser 11-21-2011 12:34 PM

Quote:

Originally Posted by Ted S (Post 2270182)
All edits will be to upload/productforums.php function addproduct

Find

Code:

$newpost['emailupdate']        = 0;
$newpost['visible']                = 0; // make sure the thread is hidden

Find

Code:

$db->query_write("
 UPDATE " . TABLE_PREFIX . "thread SET
 visible = 0
 WHERE threadid = '". $newpost['threadid'] ."'
");

Remove it.

Find

Code:

active            = 0
Change it to active = 1

That's it.

PERFECT. Worked like a charm.
Thanks so much again for your quick reply and help.

NOMINATED

destacamos 11-22-2011 04:47 PM

I need some help, I have a forum with this:

forum id 5 for products
forum id 12 for reviews

in forum id 12, only registered users can view the content.

===============================================

my configuration:

Create New Thread on Review YES
Review Thread Forum ID 12

One review per user NO
Screen New Reviews NO
Minimum Posts to Review 0
Allow Members to Post Products YES

New Product Forum ID 5

---
in forums ID 5 and 12
Enable Product Review Forum Features? YES

===============================================

When I post a review, this review is created in forum id 5, it's not created on 12.
and all users can view this review.

sorry my english.

bosanci28 11-24-2011 03:34 AM

hi,

my problem is that is posting the title ,but no description! ... "This is an empty post"

thanks

update: forgot to enable it.

tks

destacamos 11-28-2011 12:45 PM

Quote:

Originally Posted by bosanci28 (Post 2271371)
hi,

my problem is that is posting the title ,but no description! ... "This is an empty post"



thanks


update: forgot to enable it.

tks

you active???
Enable Product Review Forum Features? YES
http://www.*yoursite*.com/admincm/fo...f=*IDFORUM*&s=


All times are GMT. The time now is 07:35 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.03457 seconds
  • Memory Usage 1,745KB
  • 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_code_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