MyXoops Forum

Re: Sitemap modul problem [sonstige Module] - myXOOPS German Support

Ganga

"myXOOPs"-Fortgeschrittener
Gepostet am:22.11.2008 01:04
Ganga
Ganga Offline (Show more)
"myXOOPs"-Fortgeschrittener
Posts: 150
Since: 03.03.2006
#11

Re: Sitemap modul problem

jetzt habe ich gefunden problem, das passiert nur wenn ich meine übersetzung von sprache hoch lade... ich mußte nur auf german lassen und die Zeichen sind weg...
Keine Ahnung warum ist das so...
www.xoopshr.org

surfman

Ehrenmitglied
Gepostet am:21.11.2008 22:04
surfman
surfman Offline (Show more)
Ehrenmitglied
Posts: 1325
Since: 07.01.2005
#10

Re: Sitemap modul problem

Stören die Zeichen denn so doll?

Advertisement

Gepostet am:0
Advertisement (Show more)
Posts: 0
Since: 0


Hier könnten Sie Ihre Anzeige aufgeben!
Bitte kontaktieren Sie uns, um mehr darüber zu erfahren.

alfred

Administrator
Gepostet am:21.11.2008 18:38
alfred
alfred Offline (Show more)
Administrator
Posts: 7619
Since: 06.12.2004
#9

Re: Sitemap modul problem

läuft deine Seite als UTF-8 ?
es scheint in einer Datei eine Ausgabe vor dem <?php oder nach dem ?> (Leerzeile oder so) zu geben.

Ganga

"myXOOPs"-Fortgeschrittener
Gepostet am:21.11.2008 18:29
Ganga
Ganga Offline (Show more)
"myXOOPs"-Fortgeschrittener
Posts: 150
Since: 03.03.2006
#8

Re: Sitemap modul problem

Zitat:

alfred schrieb:
gzip in der Voreinstellung aktiviert ?


nein, das ist immer aus bei mir...
www.xoopshr.org

Ganga

"myXOOPs"-Fortgeschrittener
Gepostet am:21.11.2008 18:27
Ganga
Ganga Offline (Show more)
"myXOOPs"-Fortgeschrittener
Posts: 150
Since: 03.03.2006
#7

Re: Sitemap modul problem

Zitat:

Micha578 schrieb:
Hallo!
Ich haae das Modul auch, die Zeichen werden nicht angezeigt. htaccess wird bei mir auch nicht verwendet, weil, vom Server nicht unterstützt.


Hallo,
das htaccess ist schon in modul integriert...
www.xoopshr.org

alfred

Administrator
Gepostet am:21.11.2008 18:12
alfred
alfred Offline (Show more)
Administrator
Posts: 7619
Since: 06.12.2004
#6

Re: Sitemap modul problem

gzip in der Voreinstellung aktiviert ?

Micha578

"myXOOPs"-Könner
Gepostet am:21.11.2008 17:27
Micha578
Micha578 Offline (Show more)
"myXOOPs"-Könner
Posts: 426
Since: 02.07.2007
#5

Re: Sitemap modul problem

Hallo!
Ich haae das Modul auch, die Zeichen werden nicht angezeigt. htaccess wird bei mir auch nicht verwendet, weil, vom Server nicht unterstützt.
Mfg, Micha

Ganga

"myXOOPs"-Fortgeschrittener
Gepostet am:21.11.2008 15:03
Ganga
Ganga Offline (Show more)
"myXOOPs"-Fortgeschrittener
Posts: 150
Since: 03.03.2006
#4

Re: Sitemap modul problem

und noch was das modul hat .htaccess kann das der problem sein?
www.xoopshr.org

Ganga

"myXOOPs"-Fortgeschrittener
Gepostet am:21.11.2008 15:00
Ganga
Ganga Offline (Show more)
"myXOOPs"-Fortgeschrittener
Posts: 150
Since: 03.03.2006
#3

Re: Sitemap modul problem

hay,
hir ist die xoops_version aus modul und das finde ich nicht:

<?php

$modversion
['name'] = _MI_SITEMAP_NAME;
$modversion['version'] = '1.30';
$modversion['author'] = 'chanoir';
$modversion['image'] = 'images/sitemap_slogo.png';
$modversion['dirname'] = 'sitemap';

$modversion['hasAdmin'] = 1;
$modversion['adminindex'] = 'admin/index.php';
$modversion['adminmenu'] = 'admin/menu.php';

$modversion['hasMain'] = 1;

$modversion['templates'][1]['file'] = 'sitemap_index.html';
$modversion['templates'][1]['description'] = '';

$modversion['templates'][2]['file'] = 'sitemap_xml_google.html';
$modversion['templates'][2]['description'] = '';

$modversion['blocks'][1]['file'] = 'sitemap_blocks.php';
$modversion['blocks'][1]['name'] = _MI_SITEMAP_BLOCKNAME ;
$modversion['blocks'][1]['description'] = _MI_SITEMAP_BLOCKDESC ;
$modversion['blocks'][1]['show_func'] = 'b_sitemap_show';
$modversion['blocks'][1]['edit_func'] = 'b_sitemap_edit';
$modversion['blocks'][1]['template'] = 'sitemap_block_show.html';
$modversion['blocks'][1]['options'] = '1';

$modversion['config'][1]['name'] = 'msgs';
$modversion['config'][1]['title'] = '_MI_MESSAGE';
$modversion['config'][1]['description'] = '_MI_MESSAGEEDSC';
$modversion['config'][1]['formtype'] = 'textarea';
$modversion['config'][1]['valuetype'] = 'text';
$modversion['config'][1]['default'] = _MI_SITEMAP_MESSAGE;

$modversion['config'][2]['name'] = 'show_subcategoris';
$modversion['config'][2]['title'] = '_MI_SHOW_SUBCATEGORIES';
$modversion['config'][2]['description'] = '_MI_SHOW_SUBCATEGORIESDSC';
$modversion['config'][2]['formtype'] = 'yesno';
$modversion['config'][2]['valuetype'] = 'int';
$modversion['config'][2]['default'] = 1;

$modversion['config'][3]['name'] = 'alltime_guest';
$modversion['config'][3]['title'] = '_MI_ALLTIME_GUEST';
$modversion['config'][3]['description'] = '_MI_ALLTIME_GUESTDSC';
$modversion['config'][3]['formtype'] = 'yesno';
$modversion['config'][3]['valuetype'] = 'int';
$modversion['config'][3]['default'] = 0;

$modversion['config'][4]['name'] = 'invisible_weights';
$modversion['config'][4]['title'] = '_MI_INVISIBLE_WEIGHTS';
$modversion['config'][4]['description'] = '_MI_INVISIBLE_WEIGHTSDSC';
$modversion['config'][4]['formtype'] = 'text';
$modversion['config'][4]['valuetype'] = 'text';
$modversion['config'][4]['default'] = '0';

$modversion['config'][5]['name'] = 'invisible_dirnames';
$modversion['config'][5]['title'] = '_MI_INVISIBLE_DIRNAMES';
$modversion['config'][5]['description'] = '_MI_INVISIBLE_DIRNAMESDSC';
$modversion['config'][5]['formtype'] = 'text';
$modversion['config'][5]['valuetype'] = 'text';
$modversion['config'][5]['default'] = '';

?>


Danke
www.xoopshr.org

feichtl

Ehrenmitglied
Gepostet am:21.11.2008 07:58
feichtl
feichtl Offline (Show more)
Ehrenmitglied
Posts: 2650
Since: 11.06.2004
#2

Re: Sitemap modul problem

Riskier mal einen Blick in die xoops_version.php des Modules. Möglicherweise stehen diese Zeichen ganz am Anfang der Datei vor dem <?php
Diesen Thread durchsuchen:  1 Anonyme Benutzer

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5326 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1814 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag