News type dropdown in FEU submit missing

For problem reports, and discussions about the CMSMS 2.2 beta.

This board will be locked once CMSMS 2.2 is officially released.
Locked
esmiran

News type dropdown in FEU submit missing

Post by esmiran »

Hello. Is it possible to post a custom dropdown field in the News module for FEU? The "dropdown" type is missing in the News Fesubmit Form template.
If I add to a template:

Code: Select all

{elseif $field->type == 'dropdown'}
        {$field|@print_r:true}
I do not see the definition of items, I only get the result:

Code: Select all

stdClass Object ( [name] => Select [type] => dropdown [id] => 5 [max_length] => 255 )
The custom dropdown type works in the admin interface well, but for the FEU submit probably missing the array definition?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: News type dropdown in FEU submit missing

Post by calguy1000 »

The news module fesubmit action (which is officially deprecated and won't be getting any new enhancements). does not and never has supported the dropdown field type.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
esmiran

Re: News type dropdown in FEU submit missing

Post by esmiran »

Okay, can you give me an example how to send and edit news in frontend?
User avatar
Rolf
Dev Team Member
Dev Team Member
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: News type dropdown in FEU submit missing

Post by Rolf »

Try CGBlog
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Locked

Return to “[locked] CMSMS 2.2 Beta”