![]() |
Quote:
|
Quote:
Someone [an admin, a member, whoever] creates a product. Then other people [members] come in and write reviews for that product. Thus what you end up with is structured product reviews so rather than trying to sort through 500,000 pages of random posts, people coming to your site can view a "master" product page with the reviews following it. If you just want to let people review whatever they feel like without products you would need an unstructured approach. That's not an extension of this mod, it's an entirely different app and technically a reduction. |
Quote:
Should be fixed in 1.3.0 due out soon but in the meantime you can remove the check by editing forum/productforums.php to either comment out or remove line 382 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 |
Quote:
If you try removing all of the function between start and end you can debug block by block. |
I've got it, I didn't upload it to my custom style but the main images folder instead doh!
Ted I don't know if you will help but if you don't ask you don't get. How would I go about pulling the image to show on the product forums page? So it would be the image of the product and the the title etc to the right of it? |
Quote:
Or you hack in fields for thumbnails to the admin, query hooks on the front end and change the template output to include them. |
Ah heck I'll wait for 1.3.0 then lol. I'm just glad it's working for me now! :D
|
Can someone assist- this mod broke my Mobile template. http://www.beektime.com/forum.php
On a separate note- what is the easiest and most logical way to have members suggest products to review? Sub forum? Email? Just looking for the best practice. |
Quote:
Quote:
|
Where on the front end do they add products? I can't seem to find this.
|
I've come accross one thing.
I posted a review under another users account which for some reason went into moderation (it should of just been posted) I don't have reviews set to be moderated by the way. However when I try to approve the post it says - You did not select any posts to which the action you picked can be applied. even though I am selecting the post. I also checked and this review/post is not pending to be moderated in the reviews in your back end. So at the moment I have no way of approving this review/post.. |
Hi Ted, so that is a confirmed bug? Only happens to some people or you can replicate it?
deverill2010, do you happen by any chance to use CloudFare on your site? I think this may be my issue. Its strange that a re-install fixed the issue for you. Is there a way to hide some fields? Like for example I don´t need or want some fields like SKU / Park Number and others because they don´t apply to the products I want to add. It would be nice to be able to turn this off as a feature. Otherwise the plugin its almost perfect besides the bug I mentioned. |
Nope I don't use cloudflare and never have done.
I'm not having that issue anymore, I have however removed a load of mods from when I last installed it to today. So it may of been one of them conflicting with it. It's working fine for me now. |
Quote:
|
Quote:
|
Quote:
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 164250-B |
1 Attachment(s)
Ted/Kirk,
Here's my file from adminCP. I am at a loss with this one. |
Quote:
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
When will 1.3 be out? I guess I will not lose any products I created already right? Thanks |
Quote:
You won't lose any products turning off the mod just dont uninstall it. 1.3 will be out soon... No exact date until we finish all of the features, but figure a week or two. |
Quote:
The issue must be surely a JavaScript issue or the mod not detecting any data send in the field. It must be a very small and easy to fix bug. My guess its not counting characters correctly and it assumes always the length is not correct. Yes, waiting for versions is fine, if you have a temporary fix which I don?t. Im even more curious now because the other poster that said had the same issue like me fixed it by uninstalling and re-installing the mod. Something I can?t try because I have products already added and would lose them. |
Nibb I'm on the latest version 4.2 pl2 I don't know why it wasn't working then but is now. Very strange but in grateful either way!
|
Quote:
The second of which and this one is a real long shot, maybe your localhost PHP setup is a bit quirky, in this case try changing line 1387 of admincp/productforums.php to this: Code:
<?php |
Kirk, IT WORKED! Thank you so much!
|
1 Attachment(s)
Ihave to say I love how easy it is to customise the product page. Nothing like trying to edit colours an shizzle in VB.
I'm quite chuffed with what I've done, fits in with my new skin perfectly :) Attachment 139628 |
Ha I'm loving it I'm well into it now. Sorry for my over excitement, I have been looking for something like this for ages!
Ted a wee customisation.. Is there anyway to make new reviews post with a prefix? I have a prefix set in the reviews forum but I'm manually having to edit the thread of each review and assign a prefix. I only have one prefix enabled so is there anyway when a review is created, to make it use the prefix? |
Quote:
For others having this problem, was it the alteration to the file that worked? |
Quote:
From what we've figured out you're correct, there's something up with the script count and the comments being passed to the right field name. The solution is to accept the message element directly: Code:
$backupmessage = $vbulletin->GPC['message']; Code:
if(!$comments AND $backupmessage){ $comments = strip_tags($backupmessage,'<b><br><br /><strong><em><i><u><ul><ol><li><p><font>'); } Oddly the formatting seems to be the same even if the backup is used indicating that the editor still runs to a certain point. |
Quote:
|
Quote:
|
Quote:
|
I must say I am having a lot of fun with this Mod. I am trying to customize the productforums.php page and would like to put an x-repeating image into the search bar. How do I edit this code to do that:
Code:
.pf_search .pf_sh { And Kirk, yes it was the alteration of the file that worked. |
You may find this useful - http://www.w3schools.com/cssref/pr_b...und-repeat.asp
|
Quote:
|
Ted if you want to add a link to a live site using this I don't mind you using mine.
|
1 Attachment(s)
Hey Ted,
I made some yellow stars for use on my own site to replace the green stars as they didn't suit my skin, then noticed you are going to make other colours available. You are welcome to make use of these if they are any good to you. Attachment 139664 |
All times are GMT. The time now is 09:05 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|