WPC 2008
 Cerca nei blog
gen19

Written by:Dario Rossa
lunedì 19 gennaio 2009 8.54 

Those of you that installed DNN5 may have experienced the disappearing of the Module Options dropdown in the core Blog module, and a strange exception. Here's why, and how to get Module Options back. - Quelli di voi che hanno installato DNN5 avranno notato la sparizione del menu Module Options nel modulo core Blog, e uno strano errore. Qui trovate perchè e come riavere Module Options.

DNN5 introduced many new features and bux fixes, amongst them there's the SolpartMenuNavigationProvider 05.00.00 that introduced some breaking news that caused the core Blog module's menus not to work correctly. This will be fixed in future versions, but in the meanwhile you can still access your module options page browsing this URL:

DNN5 contiene molte novità e correzioni, fra di esse il nuovo SolpartMenuNavigationProvider 05.00.00 che ha introdotto novità tali da compromettere il corretto funzionamento dei menu del modulo core Blog. Questo problema verrà risolto nelle prossime versioni, ma nel frattempo si può comunque accedere al menu Module Options utilizzando il seguente indirizzo:

http://www.mydomain.com/Default.apsx?tabid=xxx&mid=yyy&ctl=Module_Options

Where you'll need to replace xxx with your tab id, and yyy with the module's id. For those who don't know where to get the module's id, here's how: switch your browser to source view and locate the control's starting comment, that may look like the following.

Dove è necessario sostituire ad xxx il numero della pagina in questione, ad yyy il numero del modulo. Per coloro i quali non sanno come trovare il numero del modulo, ecco come fare: all'interno del browser passare alla modalità sorgente, e individuare il commento di inizio del modulo, che somiglierà al seguente:

<!-- Start_Module_2612 -->

In IE this is done through the View > Source menu, in FF using View > Page Source or Ctrl+U.

In IE questo viene fatto dal menu Visualizza > Sorgente, in FF con Visualizza > Sorgente Pagina o Ctrl+U.

Tags:

5 comment(s) so far...

Re: DNN5 and Blog's Module Options

Dario,
Tried your solution however it doesn't seem to work. Would it be becuase Human Friendly URLS are enabled?

By Gary Woodfine on  domenica 15 febbraio 2009 22.20

Re: DNN5 and Blog's Module Options

DotNetNuke should parse the querystring anyway even if Friendly URLs are active. My understanding is that the trick doesn't work because of a wrong module ID. Make sure you pick the blog main view's module ID.

By Dario Rossa on  lunedì 16 febbraio 2009 10.29

Re: DNN5 and Blog's Module Options

This post describes my problem exacly, but I can't get the links to work either

There are 5 blog modules on the page, so I tried: devshed.us/Default.apsx?tabid=113&mid=463&ctl=Module_Options
http://devshed.us/Default.apsx?tabid=113&mid=464&ctl=Module_Options
http://devshed.us/Default.apsx?tabid=113&mid=465&ctl=Module_Options
http://devshed.us/Default.apsx?tabid=113&mid=466&ctl=Module_Options
http://devshed.us/Default.apsx?tabid=113&mid=467&ctl=Module_Options

but
no luck. I get a 'page cannot be found' error.
Any ideas?

By Steven Gray on  mercoledì 15 aprile 2009 2.01

Re: DNN5 and Blog's Module Options

@Steven:
this may not work because of:
1. Different portal alias settings;
2. Url rewriting issues;
3. IIS domain name misconfiguration.
In alternative, try this: devshed.us/Blogs/tabid/113/ctl/Module_Options/mid/[ModuleID]/Default.aspx
where
[ModuleID] is the correct module id for the main view control.

By Dario Rossa on  venerdì 17 aprile 2009 8.22

Re: DNN5 and Blog's Module Options

I found that in Google Chrome and Firefox at least I can get to the menu because it is in the top left part of the site. Then I just copied the URL's of the different menu options and added an HTML/Text module to the page viewable only by admins.

In IE the menu shoots off the page to the right and is almost impossible to get to.

~MikePixel

By MikePixel on  sabato 23 maggio 2009 20.08

Your name:
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Add Comment  Cancel 
Invia questa pagina ad un amico