Buck Anderson - DNN Professor Member Login
September 10, 2010

Article Search  
Article Categories  
View All Articles
Our Products  

Business Directory 6.1

from DNN Professor

View Details View Business Directory 6.1 Reviews

Easily add Business Directory listings to your DotNetNuke website! This, XMod powered DNN...

From: $97.00

Review IT!

from DNN Professor

View Details View Review IT! Reviews

Easily add Music, Movies, Products, Software, and Service Reviews to Your DotNetNuke website!...

From: $97.00

Move My Inventory!

from DNN Professor

View Details View Move My Inventory! Reviews

Get Results by presenting your product inventory and services in a unique and professional way...

Price: $97.00

Article Archive  
Article Index

Click to grab the RSS feed for the DNN Professor Article IndexDotNetNuke Tutorials and Articles

We cover a lot of different DNN topics on this site - this article index gives you a pretty good idea of the DotNetNuke tutorials, XMod tutorials, DNN training, DNN hosting, and Internet Marketing subjects we cover for beginners and advanced DotNetNuke users.

The following is a complete index of all articles on this site - presented in the most current to oldest article sequence. You can view categories and search the index by subject.

Check back often for new articles, tips on our Business Directory, or have articles conveniently delivered to your favorite program by clicking the RSS feed icon above.


26

Business Directory users have asked when setting their Xmod form to Auto Approve All Record how they can avoid the Listing Waiting Approval message when the listing is initially entered.

Here's How.

In regards to listing waiting approval:

This is designed behavior.

The listing waiting approval will remain until the Administrator edits the listing and approves the listing as a standard listing or an enhanced listing (more info button with details page).

This logic is separate from the Xmod approval process.

If you want to assign all listings as a Standard Listing or an Enhanced Listing you can perform the following:

Note: in the code below I have replaced arrows with brackets to render the code in this post.

To perform changes below go to the Xmod action menu >> manage forms >> edit your form using the Xmod plain text editor >> Search code for cboEnhancedListing.

To assign initial listings as Standard Listings:

    [select1 ref="cboEnhancedListing" appearance="minimal" class="dnnpSmall" repeatcolumns="1"]
        [label class="dnnpNormal"]Enhanced Listing[/label]
        [items]
          [item]
            [label]-Select-[/label]
            [value][/value]
          [/item]
          [item selected=”true"]
            [label]Approved Standard Listing[/label]
            [value]No[/value]
          [/item]
          [item]
            [label]Approved Enhanced Listing[/label]
            [value]Yes[/value]
          [/item]
        [/items]
      [/select1]
 

I have added the selected=”true" to the item for standard listings.

To assign initial listings as Enhanced Listings:

     [select1 ref="cboEnhancedListing" appearance="minimal" class="dnnpSmall" repeatcolumns="1"]
        [label class="dnnpNormal"]Enhanced Listing[/label]
        [items]
          [item]
            [label]-Select-[/label]
            [value][/value]
          [/item]
          [item]
            [label]Approved Standard Listing[/label]
            [value]No[/value]
          [/item]
          [item selected=”true"]
            [label]Approved Enhanced Listing[/label]
            [value]Yes[/value]
          [/item]
        [/items]
      [/select1]

I have added the selected=”true" to the item for enhanced listings.

Note: you must choose one or the other. You cannot have two menu items selected at the same time.

Finally update your form.

Posted in: XMod Applications

Post Rating

Comments

Photo Recovery
Wednesday, July 14, 2010 2:39 AM
In this article you are covering only standard Listings and enhanced Listing but we want to know about free listings too?

Join the Discussion!


Buck Anderson - DNN ProfessorLet us know what you think. Or ask us anything. Or offer your own sage advice.

The only rule: RESPECT THIS HOUSE! Postings that contain abusive language and/or personal attacks will be cheerfully VAPORIZED. One cross word and – POOF! – your well-thought-out post will be gone in a puff of smoke.

          Buck

RSS comment feed RSS feed for comments on this post | Permalink URL

Note: For security, public comments require an Email address (Email will not be published and is also used for your Gravatar image)

Post Comment

Name (required)

Email (required)

Website

CAPTCHA image
Enter the code shown above in the box below



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