Salve ragazzi stavo effettuando alcune modifiche al file default-inc.asp , solo che non riesco a far vedere né il blocco newsajax (installato correttamente) né tutte le news elencate in basso. Ho provato più volte a mettere i vari DisplayTopNews, o DisplayNewsAjax ma non riesco a visualizzarli.

Questo è il file default-inc:



<%
' ************************************************** **********************
' * ASPNUKERS CMS: Open Source Content Management System written in ASP *
' ************************************************** **********************
' * Aspnukers CMS 1.0 Copyright (C) 2007 by Aspnukers association *
' * (info@aspnukers.it) http://www.aspnukers.it *
' * *
' * --- LICENSE INFORMATION --- *
' * *
' * This product is free software. You can redistribute it and/or modify *
' * it under the terms of the GNU General Public License as published by *
' * the Free Software Foundation; either version 2 of the License, or *
' * (at your option) any later version. *
' * *
' * This software was developed starting from the code of: *
' * *
' * ASP-Nuke 2.1 Copyright (c) 2006 by Aspnuke.it Staff *
' * (staff@aspnuke.it) http://www.aspnuke.it *
' * *
' ************************************************** **********************
%>



<%
Sub DisplayContent()
DisplayMessagesHomePage
DisplayEventiWeek

If GLOBAL_ARTICLES_LINKS_TOP > 0 Then
Response.Write " <div>" & vbCRLF
Response.Write " <div style=""width: 49%; float: left;"">" & vbCRLF
Response.Write " <div style=""padding-right: 5px;"">" & vbCRLF
DisplayTopARTICLESLinks GLOBAL_ARTICLES_LINKS_TOP, 0
Response.Write " </div>" & vbCRLF
Response.Write " </div>" & vbCRLF

Response.Write " <div style=""width: 49%; float: right;"">" & vbCRLF
Response.Write " <div style=""padding-left: 5px;"">" & vbCRLF
DisplayTopForum GLOBAL_FORUM_TOP
Response.Write " </div>" & vbCRLF
Response.Write " </div>" & vbCRLF

Response.Write " <div></div>" & vbCRLF
Response.Write " </div>" & vbCRLF
Response.Write " <div style=""clear: left;"">" & vbCRLF
DisplayNewsAjax GLOBAL_NEWS_TOP, 0
Response.Write " </div>" & vbCRLF

End If
end sub
%>



Se mi diceste cosa non va o comunque le modifiche da fare, mi fareste un enorme piacere!!!!



Grazie in anticipo saluti.