Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    [ASPNUKERS] Non riesco ad implementare il blocco news in ajax

    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.


  2. #2
    Inoltre mi interesserebbe sapere se esiste qualche software, tool o qualcosa del genere che possa effettuare un passaggio da ASP-NUKE ad un CMS in PHP.

    Attualmente ho un sito montato su un CMS ASP-NUKE ed ospito più di 13.000 mila utenti registrati. Il team è aumentato, i contenuti sono migliorati e il portale è destinato ad evolversi, organizzare meglio i contenuti, migliorarli, e rendere agevole la navigazione. Aspnuke si rivela alquanto inadeguato alle nostre esigenze, abbiamo bisogno di qualcosa di più potente, gestibile, efficiente, con poche limitazioni. Abbiamo pensato ad un CMS PHP, però sorgono dei problemi: ho provato a trasferire gli utenti dall'Asp al Php e, a causa della struttura e dei record completamente diversi, mi ha reso inattivi ed inutilizzabili tutti gli utenti trasferiti. Vorrei trasformare senza perdere un dato il CMS attuale, passando ad uno più potente. Che mi consigliate?

    Purtroppo prima dell'inizio della stagione dobbiamo pubblicare il nuovo portale, quindi dobbiamo utilizzare un CMS. Il prossimo anno lo scriverò io da zero, in php.

    Grazie in anticipo.

  3. #3
    dovresti dare un occhiata a joomla se avete poco tempo, anche se ultimamente è abbastanza abusato a dire la verità
    The fastest Redis alternative ... cachegrand! https://github.com/danielealbano/cachegrand

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.