Index du Forum » » Version future

Auteur

[Résolu] - Flux RSS REV 11
therodimus
21   

  Posté : 23-11-2011 15:56

NPDS Forum Extender
-: Problèmes :-
 
SujetFlux RSS REV 11 
Votre Système d'Exploitation-: Windows Vista / 7  
Votre Package Web-: Apache + Php + MySql  
Votre version de PHP-: Php 5.x.x  
Version NPDS (voir statistiques du site)-: REvolution 
Type de problème-: Autre(s) Erreur(s)  
Votre hébergeur-: OVH  
Votre PrioritéOK, j'attends  
Description du problèmeBug 1 :

Flux RSS :

Dans le fichier header.php, j'ai du corriger les 3 lignes
de liens RSS :

avant correction :
echo "n";

après correction :
echo "n";

Ces flux après correction, sont maintenant visibles sous Internet explorer 9.0 (icone orange des flux) (Atom - ne s'affiche pas correctement)

BUG 2 :

Links.php dans module/links/
(problème : pas d'affichage des liens WEB)

function index() {
global $ModPath, $ModStart, $links_DB;
!include! ("modules/$ModPath/links.conf.php");
!include!("header.php");

//Correction ici car variable $links_DB vide
// Bidouille
if ($links_DB=="") {
$links_DB=$NPDS_Prefix;
}

// !include! cache manager
global $SuperCache;
if ($SuperCache) {
$cache_obj = new cacheManager();
$cache_obj->startCachingPage();
} else {

etc...

Si vous pouviez me tenir au courant, merci et encore bravo pour votre immense !
 
Inclure la signaturetrue 
notification par Emailtrue 
..::..





Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=25270&forum=4