Visualizzazione risultati 1 fino 4 di 4

Discussione: Problema PHP

  1. #1
    Guest

    Predefinito Problema PHP

    Salve,
    nel mio sito web, che devo ancora inaugurare, ho installato il CuteNews, il quale mi permette di scrivere news.
    Il problema è che quando tento di aprire le sezioni tramite i link che ho a lato del sito, non mi si aprono, ma è come se rimanessi nella homepage del sito. Qualcuno potrebbe gentilmente offrimi un codice che permetta di risolvere questo problema?

    PS: mi scuso se questa non dovesse essere la sezione giusta

  2. #2
    mzanella non è connesso AlterGuru
    Data registrazione
    29-12-2015
    Messaggi
    1,954

    Predefinito

    Sembra un problema specifico di CuteNews, hai provato a cercare sul loro forum di supporto?

    Puoi mostrare l'URL di uno dei collegamenti non funzionanti?

  3. #3
    Guest

    Predefinito

    Ho provato ad informarmi sul loro forum di supporto, ma è pieno zeppo di termini tecnici che non capisco.
    Qua c'è il link del mio sito: http://pkmnlightning.altervista.org/
    Se clicchi sul link Staff, nel menù a sinistra, non si apre nulla! Il codice che ho inserito per far visualizzare le news è il seguente:

    <?PHP
    $number = 5;
    include('/membri/pkmnlightning/news/show_news.php');
    ?>

  4. #4
    mzanella non è connesso AlterGuru
    Data registrazione
    29-12-2015
    Messaggi
    1,954

    Predefinito

    Lo script per visualizzare le news sembra funzionare correttamente (http://pkmnlightning.altervista.org/news/show_news.php).

    Non ho mai usato CuteNews, ma leggendo le FAQ credo che tu possa impostare PHP_SELF:
    $PHP_SELF = 'X.php';
    Use this to point all of the CuteNews links to another page (such as Full Story and Comment links). This is useful if you want to show the full story on another page. In the page to which $PHP_SELF is pointing, you should add a CuteNews include code where you want to show the news. You should not add a ?var=value etc to the end of the link, use $QUERY_STRING to do that. Note that the previous/next buttons will also point to the new page.
    The default page is the page where you added the news to.
    Example
    Codice PHP:
    <?php
    $PHP_SELF
    = "target.php"
    include('show_news.php');
    ?>
    Inside target.php you must have an include to show_news.php as well. But beware of categories. An article in category 1 will not show if the target.php contains $category=2;
    Di più temo di non saper dire .

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •