Buck Anderson - DNN Professor Member Login
February 08, 2012

ForumsDNN Professor Forums

DotNetNuke Forums | Xmod Forums | Internet Marketing Forums | DNN Professor Product Forums

Product Support and Product Forums Registration


Subject: How to make Auto-Approve actually work?
Prev Next
You are not authorized to post a reply.

Author Messages
Rob RobertsUser is Offline

DNN Newbie
DNN Newbie
Posts:9
Send This Member a Private Message

03/13/2010 12:28 PM  

I have purchased Business Directory 6.1 for a networking group site. Anyone who signs up (i.e. Registered Users) can put in a business directory listing. I have the forms set to Auto-Approve, but as an admin we still have to go in and approve the items. I'm giving everyone an enhanced listing, since we will not charge for any different listing.

Even regular listings do not auto-approve.

How can I make the listing (using the Multiple Category Form) automatically approve when added by a member of our group?

 


Rob Roberts
Leviathan Consulting
http://www.leviathanconsulting.com
blog http://www.funcnology.com
Buck AndersonUser is Offline

DNN Master
DNN Master
Posts:657

Send This Member a Private Message

03/14/2010 3:56 PM  

 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"


Buck Anderson - DNN Professor

DNNprofessor.com


http://twitter.com/DNNprofessor


DotNetNuke - XMod Training Coach and XMod MVP


Rob RobertsUser is Offline

DNN Newbie
DNN Newbie
Posts:9
Send This Member a Private Message

03/15/2010 11:26 AM  
Worked like a charm.

Rob Roberts
Leviathan Consulting
http://www.leviathanconsulting.com
blog http://www.funcnology.com
Fanny LieUser is Offline

DNN Newbie
DNN Newbie
Posts:17
Send This Member a Private Message

03/16/2010 11:16 PM  
I have same requirement and I have tried it but admin still have to go in and approve the listings. Yes, by modifying above code the default selection is enhanced listing and we can set admin options available to all users but the listing is still not auto-approved. Any ideas?
Rob RobertsUser is Offline

DNN Newbie
DNN Newbie
Posts:9
Send This Member a Private Message

03/17/2010 6:02 AM  

Fanny:

Check the caching on your server (or log in to DNN as host and bounce the application). I believe I had to do this for it to take effect.


Rob Roberts
Leviathan Consulting
http://www.leviathanconsulting.com
blog http://www.funcnology.com
You are not authorized to post a reply.
Forums > Product Forums > Business Directory > How to make Auto-Approve actually work?



ActiveForums 3.7

Copyright 2004 - 2012 by Jive Media Group LLC. All Rights Reserved.  | Terms of Use | Privacy Statement | Email White Listing | Site Map