![]() |
Quote:
Here is the code for the text area PHP Code:
|
Quote:
Never mind, found it, you have to edit the XML which you import into admincp. |
Yeah found it literally seconds after posting!
|
I'm getting this error when posting in a section which doesn't require custom fields:
Quote:
|
Me too...
Ik works good: too good. It keeps saying I should fill out the required custom fields, also in the thread's which have none. Please fix this asap, because othewise it's a very cool and usefull mod... |
This looks like an ideal solution to the forms modification.
Currently, I'm using the Forms hack, but it's pretty intensive to set-up - especially if you're going to be using it on multiple areas of the forum. This looks like it would be much easier! Has anyone compared the two yet? Any results or comments? |
i keep getting the same error please post in all required fields any thoughts on how to fix it.
|
Quote:
|
Nope - no answer that I know of....:(
|
This is so Awesome!!! Thank you so very very much...
This works better than anything else I have tried (especially the Forms Hack mentioned above, which seemed to cause me more and more problems everytime I changed any of the fields...) This mod is sooooooooo easy to use, works perfectly (I'm using v 3.6.7 PL1), I love how easy it is to make tons of fields and then assign each one to an individual forum, a group of forums, none of the forums, or even all of the forums. It allowed me to, so easily, create a group of drop down select boxes in my "On Call" forum to allow those needed to create an updated and ever changing on call list of the people who will be on call each week... AND... It allowed me to create another group of drop down select boxes to allow those in need to post a super quick "Daily Events/Check List"... OMG!! seriously... THANK YOU SO MUCH!! |
wluther,
can you provide your url ....i would like to see how you implemented it. thanks! |
agreed - I'd love to see this actually implemented.
PM is fine if you don't wish to post it here. |
i installed the great mod and it works fine, but how can i change on editing thread the custom thred filed. I see no option for this on editing.
|
Quote:
I was running into the same issue. This is not mentioned anywhere in the instructions. Perhaps it should be? |
Quote:
Unfortunately, it appears that the plug-in has changed since this fix was posted. Here is the current "Custom Thread Forms [newthread_post_start]" that I have installed. PHP Code:
|
Hi guys,
cause my customized fields are always the same 3, I'm wondering if it's possible to set a 3 options drop down menu instead of a text field. Thanks in advance Steve |
Quote:
BUMP! |
Nice idea, but there will be displayed the html code like <br/><br/>.
|
No there's not?
|
Greets, is there a way for the "Custom Field" fieldset etc.. to disappear if there's no custom fields for the forum?
I tried something like... Code:
<if condition="$forum[forumid] == 30"> |
Ran into the following problem with my custom fields when installed.
First I got it set up and working just fine. The only original problem I ran into is when I copied and pasted the text Code:
<br /> When I did this the fields I set up all showed up twice when creating a new thread. I deleted the code above form the "newthread template" and it worked fine (showing the fields only once). This week I had to switch servers for my board located at www.newjerseyboards.com and after the database transfer was complete, no members were able to post a new message. They were told they had to complete all custom fields first. I suspected it was a problem with the "Custom Fields Thread" so when I went ahead and disabled it and the problem was gone and pasting was again allowed. So, I went into Manage products, I uninstalled the Cutom Fields Thread Product and reinstalled it but the problem re-ocurred. It only happens with a new thread and not with a reply. For the time being I have the Custom Fields Thread option turned off until I can figure out what is going wrong. anyone? |
hi
but he still can post the thread as well right? and does it work on 3.6.8? also I need it to work in some sections only not all forum |
Seems like a great Mod - something I can actually use....maybe someone can help me with a few changes I would need...
1) Anyway of making one of the profile fields the title of the post so I can remove the 'Title field' 2) Any way of putting the custom fields above the text area for the post? I saw a previous post about this but it appears the mod might have changed because my plugin code doesnt match what the post is saying to change. 3) How can I make the post look like this: Custom Field Question Custom Field Answer Instead of Custom Field Question: Custom Field Answer I want to add the break in there so the answer goes under the question |
I love this feature but I can't get it above the vbeditor.. its below and I want it above.. can you help.
|
hellllllllo any one?
but he still can post the thread as well right? and does it work on 3.6.8? also I need it to work in some sections only not all forum |
I'm on 3.6.8 and the Custom Fields area is empty
// ------------------------------------------------ Sorry, now all work fine. Maybe is better make enable this by default in the vBulletin Options -> Custom Thread Fields Settings |
Hello all,
This is mod is wonderful, but I would like put a custom field in the title like a prefix, for example: [customfield] title of the thread And the others custom fields to work inside the saved post. Maybe at the beginning and not at the end. If this is possible I'll happy :) // ------------------------------------------------ I found the solution making a few harcode changes in the plugin Custom Thread Forms [newthread_post_start] I add this line: $vbulletin->GPC['subject'] = "[$prefix] " . $vbulletin->GPC['subject']; above this: $vbulletin->GPC['message'] = $vbulletin->GPC['message'] . "$break $custom_message"; and this: if($forms['title'] == "custom field title") $prefix = $value; below this: $value = nl2br($value); Regards |
Quote:
But I create a custom <br /> tag in the BB code. For example: Code:
[br]example[/br] = <br>example</br> And then in the plugin: Code:
$custom_message .= "[br]".$forms['title'].": $value"."[/br]"; Regards |
any update?
|
This hack is Great.
I want use together with this. But, if i do, the first hack disappears. The first hack, when i make many fields, don't work. User can't post. I Think the problem is when create a non imput box. Anyone can hel me? |
Please go back and fill out all required custom fields.
I put only imput box in one forum :( |
Thx! After some problems (and reading the whole thread) I got your hack to work. :D
|
any update for 3.6.8?
|
Update?
|
This is a great hack and I would like to use it.
I installed it on my vb 3.6.8 board but it is not working. the custom fields area is always empty. Is there a fix/update available? |
With this hack, can you delete the reply box and just have the custom fields? So they just fill out the custom fields and hit submit.
|
Quote:
|
thanks for this plugin :)
|
This would be LOVELY if it displayed the answer to the extra field in the forum display. I'm still looking for something that would do that. :(
Sorry. I mean it's STILL lovely. I just need it to do a little bit extra.;) |
is it possible to completely remove the message box in the forums im using this mod in so i can just have custom fields and also is it possible to make an image box that automatically parses it with the img tags
also would it be possible to display the same fields when i post is edited instead of just the text in the message box like the new boxes ? so i can completely remove the message box from the relevant forums |
All times are GMT. The time now is 04:32 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:
|