Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Gil Ronen Posted May 10, 2019 Posted May 10, 2019 Hi, I want to add a form element where you can select one forum from the forums like this one: How can I do this? Thanks!
Gil Ronen Posted May 11, 2019 Author Posted May 11, 2019 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?
Adriano Faria Posted May 11, 2019 Posted May 11, 2019 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.
Gil Ronen Posted May 11, 2019 Author Posted May 11, 2019 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.
A Zayed Posted May 11, 2019 Posted May 11, 2019 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
Gil Ronen Posted May 20, 2019 Author Posted May 20, 2019 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.