Skip to content

General Settings

General Settings consist of seven panels: basic options, Google Map, Article Detail, Author, Avatars, RSS Feeds and Sitemap.

Basic Options

FieldDescription
Articles per pageNumber of articles shown per page on blog list pages
Enable Publish TimeWhether articles are displayed according to their scheduled publish time
Article list sortingDefault list order: publish time DESC / ASC, title A-Z / Z-A
Enable Ping ServiceAutomatically notify update services when a new post is published
Ping ServiceUpdate service URLs, one per line (Google Blog Search included by default)
Media Upload ExtensionsFile extensions allowed in the media library, comma-separated; leave empty for the default list
SearchableWhether articles are indexed by the DNN search engine
Searchable CountUpper limit of articles participating in search
Search TextSearch scope of the xBlog built-in search: Title (always on), Summary, Content Text, Tags

Upload safety

Do not add web markup types such as svg or html to Media Upload Extensions — doing so can expose the site to stored XSS attacks.

Google Map Settings

  • API Key — the Google Map API key, used by the map control on the article editor and related map features.

Article Detail Settings

Controls which module renders the article detail page:

OptionDescription
Main ModuleThe main module displays the detail page itself (default)
Article Detail ModuleThe standalone DNNGo.xBlog.ArticleDetails module renders the detail page — install it first and relate it to the main module

Once configured, Article Detail Module Path shows the detail module's page path with a direct link.

When to use the detail module

Choose Article Detail Module when you want different layouts for list and detail pages (e.g. list page with sidebar, detail page full-width), placing the detail module on a separate page.

Author Settings

  • Author Roles — set the authors of the main module. The role must also be granted module edit permission in DNN.

Author roles

  • Review new article — when enabled, articles submitted by authors require administrator review (Pending) before appearing
  • Review reminder — send a review reminder email to module administrators when an author submits an article
  • Management Module Roles — roles and users allowed into the xBlog administration interface

Multi-author collaboration

After setting a security role as an author role, its users can write articles in the xBlog administration interface; combined with the review feature, administrators control final publishing.

Avatars Settings

  • Avatar Type — three sources:
    • Gravatar — the gravatar.com service
    • UserProfile (DNN) — the DNN user profile photo
    • UserProfile & Gravatar — DNN photo first, Gravatar as fallback
  • Avatar Maximum Rating — Gravatar content rating limit: G / PG / R / X
  • Default Avatar — style for users without a custom avatar: mm (mystery man), identicon, monsterid, wavatar, retro
  • Avatar Size — display size in px

Rss Feeds Settings

Controls the output of your own RSS feed:

FieldDescription
Synidication feeds display the latestNumber of latest articles in the feed (items)
Display excerptOutput Summary or Full text
Fill ExcerptWhen outputting a summary for an article without one, fill it from the content automatically
Display Read moreShow the Read more link in the feed
Display PictureShow the featured image in the feed
Picture LinkWhere the picture links to: Empty / Picture itself / Article URL
Rss Stylesheet / Rss Style xslPaths to custom feed stylesheets

Sitemap Settings

FieldDescription
Synidication sitemap display the latestNumber of latest articles included (max 5000)
Sitemap PriorityDefault page priority (0 ~ 1, default 0.5)
Sitemap ChangefreqDefault change frequency: always / hourly / daily / weekly / monthly / yearly
Include Category URLsInclude category pages in the sitemap
Include in DNN SitemapMerge the module's pages into the DNN site sitemap

The module's SiteMap URL is displayed at the bottom of the panel — add it to your robots.txt for search engines.

Each article can also set its own Sitemap Priority and Changefreq — see Add New Post → Sitemap Settings.

Built with VitePress