Jump to content

List of forums in form

Featured Replies

Posted

Hi,

I want to add a form element where you can select one forum from the forums like this one: 

image.png.2c565840e6ec478e9858d063c4c00d35.png

How can I do this?

Thanks!

Add a node field type. 

 

  • Author
18 hours ago, Adriano Faria said:

Add a node field type. 

 

It worked, Thanks.

one more thing, Do you know how I can change parts of the editor? I want to use the textarea only, no styling and attachments.

And if its possible to do the forum select dropdown with a search like tags?

You can customize editor in your ACP -> Customization-> Editors. You can choose which buttons will show up. You would need a plugin to change the editor in a specific area to a textarea, of course if you’re not talking about your own app  if it is, use $form->add( new \IPS\Helpers\Form\Textarea instead.

Regarding attachments, again, you would need a plugin to disallow in a specific editor. If it is your app, you need to return FALSE in a method of the StorageFile extension. 

  • Author
3 minutes ago, Adriano Faria said:

You can customize editor in your ACP -> Customization-> Editors. You can choose which buttons will show up. You would need a plugin to change the editor in a specific area to a textarea, of course if you’re not talking about your own app  if it is, use $form->add( new \IPS\Helpers\Form\Textarea instead.

Regarding attachments, again, you would need a plugin to disallow in a specific editor. If it is your app, you need to return FALSE in a method of the StorageFile extension. 

I want to have the ability to quote and tag in the textarea.

3 hours ago, Gil Ronen said:

I want to have the ability to quote and tag in the textarea.

I don't think this is possible with textarea

  • 2 weeks later...
  • Author
On 5/11/2019 at 2:53 AM, Adriano Faria said:

Add a node field type. 

 

Hi, I have another question about this, I send a form with ajax with the forum and after the form is submitted I want to clear the forum name.

if I use jquery and just do a value of 0 it doesnt update visually.

How can I do it?

Thanks

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.