![]() |
Quote:
Quote:
|
Quote:
SELECT <all the existing fields>,user.userid,user.username FROM " . TABLE_PREFIX . "pf_product.createdby = user.userid JOIN user ON pf_product You'd work this into the query in the hook showthread_post_start If you have a closed area of your forum for products play around with the code. While I understand it's not simple templates the best way to take control is by tweaking which leads to learning. |
The description of the added product text fields are not showing nor are the image urls,social media urls etc. Please advise
http://www.beektime.com/showthread.p...ee-Farm-Queens |
Quote:
|
I have installed to test on my local PC. Getting error:
Parse error: syntax error, unexpected $end in C:\xampp\htdocs\mysite\forum\admincp\productforums .php on line 1397 Any help is welcome! |
Quote:
I think it would be best for me to just accept the mod the way it works as is, I am finding myself feeling real stupid here and it's not going my self confidence any good at all. :) Thanks for being so patient with me, this is a truly fantastic mod and you are a very good person for providing such a great mod and for being so helpful. :up: Regards, Kirk. :) |
Quote:
|
Quote:
|
Will do Kirk! I did this, though:
Open: forumdisplay.php in a text editor Find: $templater = vB_Template::create('threadbit'); Replace with: if($foruminfo['productforumsbits']){ $thread['pf_rating'] = vb_number_format($thread['pf_rating'],1); $templater = vB_Template::create('prodforums_threadbit'); } else { $templater = vB_Template::create('threadbit'); } |
No luck yet Kirk. Same error. It's a fresh VB 4.2 install, no other mods, just been skinning the template.
|
All times are GMT. The time now is 11:03 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|