Did you mean to add a Blog entry without a summary, but the module keeps displaying a blank row with a 'Read more...' link? Here's why. - Volevate aggiungere un post al blog senza il sommario, ma il modulo mostra sempre una riga bianca con un link 'Read More...'? Ecco perchè.
It often happens that an user wants to add a blog entry without a summary, and he would like it to be entirely displayed in the main view without following a 'Read more' link. So he just leaves the Summary field empty when adding the entry, but when he's done, a blank row with a 'Read more...' link is displayed anyway. Why?
Capita spesso che un utente voglia aggiungere un post al blog senza un sommario, e che voglia che sia mostrato interamente nella vista principale senza cliccare sul link 'Read more...'. Allora lascia vuoto il campo Summary quando inserisce il post, ma quando ha finito, viene mostrata comunque una riga bianca col link 'Read more...'. Perchè?
The problem is in the built in DNN html editor FCK. When left blank, it adds an unwanted <p> </p> tag, that is wrongly interpreted by the module as a summary. To avoid this, whenever adding an entry, remember to switch to Source View in the sumary editor and delete any unwanted content.
Il problema sta nell'editor html integrato di DNN, FCK. Quando lasciato vuoto, aggiunge un tag <p> </p>, che è erroneamente interpretato dal modulo come un sommario. Per evitare questo, ogni qualvolta si aggiunge un post, basta ricordarsi di passare a Source View nel campo del sommario e cancellare il contenuto indesiderato.