Block - RDF

Begonnen von GeorgS, 02 November 2005, 17:25:17

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

GeorgS

Hallo,

habe den Block-RDF.php auf meiner seite laufen.

Frage: Kann ich den laufenden Text auch auf "center" machen??

Er ist Standartmässig links verankert.

Danke

jubilee

Hallo !
Sollte auch als zentrierter Text funktionieren.
MfG
jubilee

Nancy

Hallo GeorgS,

Du hast auf Deiner Startseite ein Modul "> NEWS < Vorschau" am laufen. Kannst Du mir bitte sagen wo ich das herbekomme? Das suche ich schon eine Weile.

LG
Nancy

GeorgS

Hallo,

@jubilee

Habe alles bereits auf "center" gestellt, aber geht nicht.

Hier mal das script.

---Script Anfang ----

#--> Begin Konfig
$rdfsource = "http://www.schraeg-lage.de/content/index2.php?option=com_rss&feed=RSS2.0&no_html=1"; #quelle der RDF-Datei . geändert, ist dazuernd gestört
$rdfsource2= "http://www.motorrad-live.de/rss/news.rdf";   #source of rdf-file
$rdfsource3= "";
$rdfname1  = "Schräglage"; # News-Feed-Name
$rdfname2  = "Motorrad Life"; # news-feed name for display
$rdfname3  = "";
$homelink1 = "http://www.schraeg-lage.de/"; # Heimatlink der RDF-Quelle
$homelink2 = "http://www.motorrad-live.de/";#Newsfeed Homelink
$homelink3 = "";
$scrollen  = 1;    #1 ein, 0 aus   // srolling 1=on 0 =off
$richtung  = "up"; # Richtug/Direction up down left oder right  wenn/if $scrollen=1
$speed     = 3;    # scrollgeschwindigkeit wenn / scrollig speed if $scrollen=1
$warte     = 10;   # scrollverzögerung wenn / scroll delay if $scrollen=1
#--> End Konfig

$thisfile=basename(__file__);
$content ="\n<!-- $thisfile output start -->\n<center>";
If (($richtung=="center") or ($richtung=="center")){
   $hoehe=20;
   $waagerecht= 1;}
else{
   $hoehe=200;
   $waagerecht= 0;}
   
If ($waagerecht==0)
        {
        If ($scrollen==1)
        {
        $content .= " <a name= \"scrollingCode\"></a><marquee behavior= \"scroll\" align= \"center\" direction= \"".$richtung."\" height=\"".$hoehe."\" scrollamount= \"".$speed."\" scrolldelay= \"".$warte."\" onmouseover='this.stop()' onmouseout='this.start()'>";
      }
        else
        {
        $content.="";
        }
        $content .= "-.-&nbsp;<b>".$rdfname1." NEWS</b>&nbsp;-.-<br /><br />\n\n";
        ini_set("allow_url_fopen", "On");
        $quelle= @file($rdfsource);
        ini_restore("allow_url_fopen");
        If ($quelle){
        $data = implode ("", $quelle);
      preg_match_all("|<item>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);
      If (count($items[1])==0) {
      preg_match_all("|<item .*>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);}
      for ($i=0;$i<count($items[1]);$i++)
      {
        preg_match_all("|<title>(.*)</title>(.*)<link>(.*)</link>|Uism",$items[1][$i], $regs, PREG_PATTERN_ORDER);
        $content .="<a href=\"".(htmlspecialchars($regs[3][0]))."\" target='_blank'>".(htmlspecialchars($regs[1][0]))."</a><br /><br />\n\n";
      }
      $content .="<a href=\"".$homelink1."\" target='_blank' >mehr ...</a><br /><br />\n\n";
      }
    If (!$rdfsource2==""){
        $content .= "-.-&nbsp;<b>".$rdfname2." News</b>&nbsp;-.-<br /><br />\n\n";
        ini_set("allow_url_fopen", "On");
        $quelle= @file($rdfsource2);
        ini_restore("allow_url_fopen");
        If ($quelle){
        $data = implode ("",$quelle);
        preg_match_all("|<item>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);
      If (count($items[1])==0) {
      preg_match_all("|<item .*>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);}
      for ($i=0;$i<count($items[1]);$i++)
      {
        preg_match_all("|<title>(.*)</title>(.*)<link>(.*)</link>|Uism",$items[1][$i], $regs, PREG_PATTERN_ORDER);
        $content .="<a href=\"".(htmlspecialchars($regs[3][0]))."\" target='_blank'>".(htmlspecialchars($regs[1][0]))."</a><br /><br />\n\n";
      }
      $content .="<a href=\"".$homelink2."\" target='_blank' >mehr ...</a><br /><br />\n\n";
      }
      }
    If (!$rdfsource3==""){
        $content .= "-.-&nbsp;<b>\"".$rdfname3."\" NEWS</b>&nbsp;-.-<br /><br />\n\n";
        ini_set("allow_url_fopen", "On");
        $quelle= @file($rdfsource3);
        ini_restore("allow_url_fopen");
        If ($quelle){
        $data = implode ("", $quelle);
      preg_match_all("|<item>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);
      If (count($items[1])==0) {
      preg_match_all("|<item .*>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);}
      for ($i=0;$i<count($items[1]);$i++)
      {
        preg_match_all("|<title>(.*)</title>(.*)<link>(.*)</link>|Uism",$items[1][$i], $regs, PREG_PATTERN_ORDER);
        $content .="<a href=\"".(htmlspecialchars($regs[3][0]))."\" target='_blank'>".(htmlspecialchars($regs[1][0]))."</a><br /><br />\n\n";
      }
      $content .="<a href=\"".$homelink3."\" target='_blank' >mehr ...</a><br /><br />\n\n";
      }
        $content .="<a href=\"http://www.marx-city.de\" target='_blank'>(c) jubilee</a><br /><br />";
      }

      }
   else
      {
        if ($scrollen==1)
      {
         $content .= " <a name= \"scrollingCode\"></a><marquee behavior= \"scroll\" align= \"center\" direction= \"".$richtung."\" height=\"".$hoehe."\" scrollamount= \"".$speed."\" scrolldelay= \"".$warte."\" onmouseover='this.stop()' onmouseout='this.start()'>";
      }
      else
      {
         $content .= "";
      }
      $content .="--------&nbsp;<b>".$rdfname1."</b> NEWS&nbsp;----------&nbsp;&nbsp;**&nbsp;&nbsp;";
      ini_set("allow_url_fopen", "On");
      $quelle= @file($rdfsource);
      ini_restore("allow_url_fopen");
        If ($quelle){
        $data = implode ("", $quelle);
      preg_match_all("|<item>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);
      If (count($items[1])==0) {
      preg_match_all("|<item .*>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);}
      for ($i=0;$i<count($items[1]);$i++)
      {
        preg_match_all("|<title>(.*)</title>(.*)<link>(.*)</link>|Uism",$items[1][$i], $regs, PREG_PATTERN_ORDER);
        $content .="<a href=\"".(htmlspecialchars($regs[3][0]))."\" target='_blank'>".(htmlspecialchars($regs[1][0]))."</a>&nbsp;&nbsp;**&nbsp;&nbsp;";
      }
      $content .="<a href=\"".$homelink1."\" target='_blank' >mehr ...</a>&nbsp;&nbsp;**&nbsp;&nbsp;";
        }
    if (!$rdfsource2=="")
    {
        $content .="--------&nbsp;<b>".$rdfname2."</b> NEWS&nbsp;----------&nbsp;&nbsp;**&nbsp;&nbsp;";
        ini_set("allow_url_fopen", "On");
      $quelle= @file($rdfsource2);
      ini_restore("allow_url_fopen");
        If ($quelle){
        $data = implode ("", $quelle);
      preg_match_all("|<item>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);
      If (count($items[1])==0) {
      preg_match_all("|<item .*>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);}
      for ($i=0;$i<count($items[1]);$i++)
      {
        preg_match_all("|<title>(.*)</title>(.*)<link>(.*)</link>|Uism",$items[1][$i], $regs, PREG_PATTERN_ORDER);
        $content .="<a href=\"".(htmlspecialchars($regs[3][0]))."\" target='_blank'>".(htmlspecialchars($regs[1][0]))."</a>&nbsp;&nbsp;**&nbsp;&nbsp;";
      }
      $content .="<a href=\"".$homelink2."\" target='_blank' >mehr ...</a>&nbsp;&nbsp;**&nbsp;&nbsp;";
   }
   }
    if (!$rdfsource3=="")
    {
        $content .="--------&nbsp;<b>".$rdfname3."</b> NEWS&nbsp;----------&nbsp;&nbsp;**&nbsp;&nbsp;";
        ini_set("allow_url_fopen", "On");
      $quelle= @file($rdfsource3);
      ini_restore("allow_url_fopen");
        If ($quelle){
        $data = implode ("", $quelle);
      preg_match_all("|<item>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);
      If (count($items[1])==0) {
      preg_match_all("|<item .*>(.*)</item>|Uism",$data, $items, PREG_PATTERN_ORDER);}
      for ($i=0;$i<count($items[1]);$i++)
      {
        preg_match_all("|<title>(.*)</title>(.*)<link>(.*)</link>|Uism",$items[1][$i], $regs, PREG_PATTERN_ORDER);
        $content .="<a href=\"".(htmlspecialchars($regs[3][0]))."\" target='_blank'>".(htmlspecialchars($regs[1][0]))."</a>&nbsp;&nbsp;**&nbsp;&nbsp;";
      }
      $content .="<a href=\"".$homelink3."\" target='_blank' >mehr ...</a>&nbsp;&nbsp;**&nbsp;&nbsp;";
      }
      $content .="<a href=\"http://www.marx-city.de\" target='_blank'>(c) jubilee</a>&nbsp;&nbsp;";
   }

}
$content .= "\n<!-- $thisfile output end -->\n<!-- RDF Block © by jubilee -->\n";
?>

----Script - Ende -----

Kannst Du mir das mal so umschreiben das es im Center ist.  Danke

GeorgS

#4
Hallo Nancy,

das ist ein Block der sich "block-NewsmaaX.php nennt.


Den hab ich soweit ich noch weiß von Pragmamx geholt.

hab Ihn als Anhang dazu gesetzt.

Viel spass !

PS: Mich würde die "Sitemap" interessieren. wo kann man die finden.

[gelöscht durch Administrator]

Nancy

Hallo GeorgS,


Danke noch mal für Deine Antwort. Welche Sitemap meinst Du denn?
http://www.bb-portal.de/Sitemap.html oder http://www.bb-portal.de/Sitemapbeta.html

LG
Nancy

GeorgS

Hallo Nancy,

wou, am besten beide sind ja super die dinger.

Danke

Nancy

Hi,

die Beta ist von smartgate.de. Bin grad noch auf Arbeit und werde Dir das am WE schicken.  ;)

LG
Nancy

Nancy

Hi GeorgS,

die Mail ist raus.  :)

LG
Nancy

GeorgS

Hallo nancy,

wo oder wioe mach ich eine sitemap.xml ?

Nancy

Hi GeorgS

da sich das Modul was ich Dir geschickt hatte sich noch in der Beta befindet, empfehle ich Dir die sitemap.xml mit dem PragmaMX internen zu erstellen.
Dieses Modul findest Du hier http://www.pragmamx.org/Downloads-d_op-search-query-sitemap.html

Die Beta ist meiner Meinung nach erstmal gut für Robots und Spiders. Das andere funktioniert noch nicht ganz und muss noch überarbeitet werden. Mehr kann ich Dir auch nicht sagen. Wende Dich am besten direkt an den Programmierer.

LG
Nancy

GeorgS

Ok, Danke

Ich glaub die Beta läuft jetz bei mir richtig. Soweit ich das beurteilen kann.

Guckst Du!

Und danke

Hab bischen getrickst bis die Orginale kommtr sollte es so gehen.

Wonkodv

Ich will auch das Teil, schick mal rüber ;-)

Danke Olaf

Nancy

Hi GeorgS

was heißt hier "richtig"? :-) Optisch eventuell. Im Modul selber sind noch einige Fehlerchen vorhanden. Oder hast Du ein Modul names "Virus_Info" oder "Projekte"?

Wie ich sehe hattest Du um die Icons anzuzeigen diese in den Ordner "Sitemap" kopiert. Die richtige Verlinkung der Icons kannst Du in der Datei "treemenu.inc" vornehmen.

Bis bald
Nancy

GeorgS

Ja, meinte ich ja auch Optisch, hi

das mit der Grafik lass ich so , denn die beta wird ja auch mal fertig.

GeorgS

Jetzt nochmal auf den Block-RDF.php darauf zurück zu kommen.


Zwecks Zentrieren.

Wie gehts ?

Was kann ich machen und  kann man das Teil auf 5 erweitern (jetzt kann ich 3 Newsfeed) reinsetzen.

Danke.

Ps: habs schon probiert mit ergänzen aber scheine da nicht das richtige zu machen.