Editing the form, ensuring that you are using the Xmod plain text editor, you will find a line of code:
Note arrows have been replaced by brackets to view code in this post.
[item]
[label]Approved Enhanced Listing[/label]
By changing to:
[item selected="true]
[label]Approved Enhanced Listing[/label]
Will automatically select the enhanced listing.
However, this will not change the ability to gett map coordinates, sponsorship type, etc. which are admin options.
To have the complete admin options area available to all users:
Look for the line of code:
panel showroles="Administrators,Listing Approval"
and add regisered users securtiy role to the code above.
Example:
panel showroles="Administrators,Listing Approval,Registered Users" |