Registrieren | Passwort vergessen |
Benutzername    Passwort    Eingeloggt bleiben    
Seitenaufbau in 0.77 Sekunden - 676 DB-Abfragen | Mitglieder: 2398 | Forum: 15719 | Downloads: 127 | Insgesamt runtergeladen: 41576 | Insgesamt: 16,504,858 eindeutige Besuche
Guten Abend [Gast]
Wenn Sie bereits Registriert sind loggen Sie sich einfach ein
©
Charly3000 (07.06.2025 22:39): Charlys-Funradio wünsch frohe Pfingsten hexer (01.02.2025 16:43): hallo DerEinsame2 (04.01.2024 13:19): Hallo ihr lieben ich wünsche euch ein Frohes und es Gesundes neues jahr. Chat-Radio24 (02.01.2024 17:36): Ein Frohes neues Jahr wünsche ich allen JP_ONAIR (01.01.2024 15:33): Frohes neues ^^ DerEinsame2 (17.12.2023 17:24): liebe leute ich wünsche euche tolle feiertage, und das beste fürs neue jahr 2024 Radiotv (18.11.2023 18:39): Liebe Grüsse Von www.radiotvmg.de Charly3000 (18.05.2023 16:09): Happy Vatertag wünscht www.Charlys-Funradio.de Charly3000 (08.05.2023 00:41): Wünsche eine erfolgreiche Woche RadioNightlineStudios (05.10.2022 07:27): RADIO-NIGHTLINE-STUDIOS WÜNSCHT EINEN GOLDENEN OKTOBER
Datum: Montag, 20. Oktober 2025 Diese Seite Geladen Am: 19:16:53Aktuelle Zeit: Zeit
 Wer ist online
Gäste & Bots online: 3
Mitglieder online: 0
Neuestes Mitglied: Tim

DeviceMarioPremium bis 01.08.2026 - 02:52 UhrPunkte
30Min
DevicepartybremenPunkte
Offline
DeviceArminPremium bis 23.02.2026 - 12:05 UhrPunkte
Offline
DeviceRolly8-HLPunkte
Offline
DeviceHarlekinPunkte
Offline
DevicehexerPunkte
Offline
Device21Matze
Offline
DeviceCharly3000Punkte
Offline
DeviceLars48
Offline
DeviceFrank197...
Offline
bingbot
bot
Gast
gast
Gast
gast
Mehr anzeigen

     - SuperAdmin|         - Admin ©
     - Forum Mod |         - Mitglied


 Unwetterwarnung

 Server uptime
Serverchecks bei http://www.my-cronjob.de - Ihr kostenloser Cronjob- und Serverüberwachungsdienst mit Uptime-Statistik für Ihre Homepage

Suche
Durchsuchen Sie die gesamte Website:
Themen-Autor: Deleted_User
Thema ID: 618
Thema Info
Es gibt 37 Beiträge zu diesem Thema, und es wurde angesehen 2117 mal.  Es gibt auch Datei anhänge.
Thema ansehen
..::www.DeeoNe.de-D1Infusionen::.. » Supportbereich phpFusion v7 » Allgemeines
Wer ist hier? 1 Gäste
 Thema drucken
News und News_Cats
Deleted_User
Also ich hab die news.php mal nach dieser Stelle durchsucht:
Download Code  Code
if ($news_cat_image != "") $news_news = $news_cat_image.$news_news;



das habe ich so ziiehmlich am Schluss gefunden un direkt nochmal mit
Download Code  Code
   if ($news_cat_image != "") $news_news = "<table width='100%' border='0' cellspacing='0' cellpadding='0'>
         <tr>
            <td valign='top' width='100'>$news_cat_image</td>
            <td valign='top' >$news_news</td>
         </tr>
      </table>";



ersetzt, leider ohne Erfolg :(


|| EDIT ||
Kommando zurück! man sollte die Datei auch hochladen xD

Zusammengefügt am 27. Juli 2012 10:24:59:
Hallöchen Zusammen,
ich muss nochmal auf diesen Thread aufmerksam machen,
da ich ja jetzt die neuste PHP-Fusion Version habe,ist auch das problem mitgekommen bei der news readmore sie an folgenden Beispiel:

img607.imageshack.us/img607/7263/newcats.jpg


rufe ich aber nur die news.php auf dann wird dies korrekt dargestellt.
hast du dafür vllt. ne lösung ?
Bearbeitet von Deleted_User am 27-07-2012 10:24
This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
DeeoNe
Keine Ahnung was nicht stimmt, haste ja nicht gesagt, nur siehe Bild, naja soll ich jetzt Bilder raten machen?

News ändern ist entweder, Theme oder News.php.
www.deeone.de/signaturen/deeone_1.png
Verwarnstatus: warningwarningwarningwarning
 
https://www.deeone.de
Deleted_User
Also wie man sieht ist wieder das doofe in der readmore der News, also sprich die News fangen nach dem Kategorie auf der Seite vom Bild'chen an.

in der theme.php sieht es ja so aus:

Download Code  Code

function render_news($subject, $news, $info) {
global $settings, $data, $aidlink, $locale;

if (isset($_GET['readmore']) && isNum($_GET['readmore'])) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
         echo "<td class='capmain-left'></td>\n";
         echo "<td class='capmain'>".$subject."</td>\n";
         echo "<td class='capmain-right'></td>\n";
         echo "</tr></table>\n";
         echo "<table width='100%' cellpadding='0' cellspacing='0' class='spacer'><tr>\n";
         echo "<td class='news-body middle-border' >".$info['cat_image'].$news."</td>\n";
         echo "</tr>\n<tr>\n";
         echo "<td class='news-footer-readmore middle-border'><center>Verfasst von: <a class='newslink' href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> am ".showdate('%d. %B %Y um %H:%M Uhr', $info['news_date'])." im Bereich  ''<a class='newslink' href='news_cats.php?cat_id=".$data['news_cat_id']."'>".$data['news_cat_name']."</a>''</center></td>\n";
         echo "</tr>\n</table>\n";

} else {
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0' class='spacer'>
  <tr>
  <td colspan='3' class='capmain'>".$subject."</td>
  </tr><tr>
  <td colspan='3' class='news-body middle-border'>".$info['cat_image'].$news."</td>
  </tr><tr>
  <td width='33%' align='left' valign='top' class='news-footer' c>Geschrieben am ".showdate('%d. %B %Y um %H:%M Uhr', $info['news_date'])."</td>
  <td width='34%' align='center' valign='top' class='news-footer1' >Ver&ouml;ffentlicht in: <a class='newslink' href='news_cats.php?cat_id=".$data['news_cat_id']."'>".$data['news_cat_name']."</a></td>
  <td width='33%' align='right' valign='top' class='news-footer2' >Verfasst von: <a class='newslink' href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a></td></tr></table>";
 
}
}




also damals meintest du einfach ne tabelle machen aber so wie ich das in der theme.php sehe ist da eine tabelle.

Dieser Teil ist für die Readmore verantwortlich:
Download Code  Code
echo "<td class='capmain-left'></td>\n";
         echo "<td class='capmain'>".$subject."</td>\n";
         echo "<td class='capmain-right'></td>\n";
         echo "</tr></table>\n";
         echo "<table width='100%' cellpadding='0' cellspacing='0' class='spacer'><tr>\n";
         echo "<td class='news-body middle-border' >".$info['cat_image'].$news."</td>\n";
         echo "</tr>\n<tr>\n";
         echo "<td class='news-footer-readmore middle-border'><center>Verfasst von: <a class='newslink' href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> am ".showdate('%d. %B %Y um %H:%M Uhr', $info['news_date'])." im Bereich  ''<a class='newslink' href='news_cats.php?cat_id=".$data['news_cat_id']."'>".$data['news_cat_name']."</a>''</center></td>\n";
         echo "</tr>\n</table>\n";




und dieser für die normalen News (news.php)
Download Code  Code
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0' class='spacer'>
  <tr>
  <td colspan='3' class='capmain'>".$subject."</td>
  </tr><tr>
  <td colspan='3' class='news-body middle-border'>".$info['cat_image'].$news."</td>
  </tr><tr>
  <td width='33%' align='left' valign='top' class='news-footer' c>Geschrieben am ".showdate('%d. %B %Y um %H:%M Uhr', $info['news_date'])."</td>
  <td width='34%' align='center' valign='top' class='news-footer1' >Ver&ouml;ffentlicht in: <a class='newslink' href='news_cats.php?cat_id=".$data['news_cat_id']."'>".$data['news_cat_name']."</a></td>
  <td width='33%' align='right' valign='top' class='news-footer2' >Verfasst von: <a class='newslink' href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a></td></tr></table>";





Das komische ist nur, das es in der news.php richtig angezeigt wird, nur in der readmore abteilung nicht.
This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
DeeoNe
Du weißt schon das Readmore und News UNTERSCHIEDLICH dargestellt werden, nicht mit 1 Code sondern mir 2, für news und readmore.

Tabelle schon, aber so zusammengebaut das es so ist wie man will.

die News fangen nach dem Kategorie auf der Seite vom Bild'chen an

Ich weiß immer noch nicht was dir da nicht passt?

Solll der Text über das Bild?
Ist doch so Standart richtig?
www.deeone.de/signaturen/deeone_1.png
Verwarnstatus: warningwarningwarningwarning
 
https://www.deeone.de
Deleted_User
Also ... ich möchte es genau so wie hier:

img221.imageshack.us/img221/2923/screenndy.jpg

Das ist die news.php (bei mir nachrichten.php)
This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
DeeoNe
Also möchtest du das die News nicht unters Bild rutschen sondern, wie auch bei mir zu sehen, untereinander in einer Linie bleibt.

Ok habs bei mir auch geändert bei Readmore, uf, hatte da was in der Theme.php gemacht.
www.deeone.de/signaturen/deeone_1.png
Verwarnstatus: warningwarningwarningwarning
 
https://www.deeone.de
Deleted_User
Genau, so kann man es auch Sagen so wie bei Dir. Da ich das Theme auch bei V 7.01 nutzte musste ich damals die news.php bearbeiten, aber diesen Teil gibt es nicht mehr. Hast du vielleicht irgendwie einen teil für die theme.php ?
This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
DeeoNe
render_news ist das
www.deeone.de/signaturen/deeone_1.png
Verwarnstatus: warningwarningwarningwarning
 
https://www.deeone.de
Deleted_User
Ja, das denke ich mir und das weiß ich auch, nur weiß ich eben nicht wie ich das genau machen soll ...

Das ist der Teil der dafür Verantwortlich ist:
Download Code  Code
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
         echo "<td class='capmain-left'></td>\n";
         echo "<td class='capmain'>".$subject."</td>\n";
         echo "<td class='capmain-right'></td>\n";
         echo "</tr></table>\n";
         echo "<table width='100%' cellpadding='0' cellspacing='0' class='spacer'><tr>\n";
         echo "<td class='news-body middle-border' >".$info['cat_image'].$news."</td>\n";
         echo "</tr>\n<tr>\n";
         echo "<td class='news-footer-readmore middle-border'><center>Verfasst von: <a class='newslink' href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> am ".showdate('%d. %B %Y um %H:%M Uhr', $info['news_date'])." im Bereich  ''<a class='newslink' href='news_cats.php?cat_id=".$data['news_cat_id']."'>".$data['news_cat_name']."</a>''</center></td>\n";
         echo "</tr>\n</table>\n";



This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
DeeoNe
ich würde mal sagen:
Download Code  Code
         echo "<td class='news-body middle-border' >".$info['cat_image'].$news."</td>\n";



Das ist zusammen, muss man tabelarisch trennen: $info['cat_image'] und $news
aus 1mal td 2 machen....
Mein Theme Code ist da ganz anderst!
www.deeone.de/signaturen/deeone_1.png
Verwarnstatus: warningwarningwarningwarning
 
https://www.deeone.de
Deleted_User
Ok, also mit diesem Teil:

Download Code  Code
         echo "<table width='100%' cellpadding='0' cellspacing='0' class='spacer'><tr>\n";
         echo "<td class='news-body middle-border' valign='top'>".$info['cat_image']."</td>";
       echo" <td class='news-body middle-border' valign='top'>".$news."</td>";




kommt das raus:
img515.imageshack.us/img515/2980/screeeeeeen.jpg

Es kann natürlich sein, das ich gerade dabei ein denkfehler habe.
This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
DeeoNe
für was ist die erste zeile mit <tabe ?????
www.deeone.de/signaturen/deeone_1.png
Verwarnstatus: warningwarningwarningwarning
 
https://www.deeone.de
Deleted_User
Naja ... eine tabelle fängt man ja auch damit an .. Smile
Das ist auch standart so richtig, es geht hauptsächlich um die
2 und 3 Zeile Smile
This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
DeeoNe
Eigenltich richtig, aber optisch ist was falsch, allso brauche ich den ganzen abschnitt.
www.deeone.de/signaturen/deeone_1.png
Verwarnstatus: warningwarningwarningwarning
 
https://www.deeone.de
Deleted_User
Das ist der ganze Abschnitt:
Download Code  Code

function render_news($subject, $news, $info) {
global $settings, $data, $aidlink, $locale;

if (isset($_GET['readmore']) && isNum($_GET['readmore'])) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
         echo "<td class='capmain-left'></td>\n";
         echo "<td class='capmain'>".$subject."</td>\n";
         echo "<td class='capmain-right'></td>\n";
         echo "</tr></table>\n";
         echo "<table width='100%' cellpadding='0' cellspacing='0' class='spacer'><tr>\n";
         echo "<td class='news-body' valign='top'>".$info['cat_image']."</td>";
       echo" <td class='news-body' valign='top'>".$news."</td>";
         echo "</tr>\n<tr>\n";
         echo "<td class='news-footer-readmore middle-border'><center>Verfasst von: <a class='newslink' href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> am ".showdate('%d. %B %Y um %H:%M Uhr', $info['news_date'])." im Bereich  ''<a class='newslink' href='news_cats.php?cat_id=".$data['news_cat_id']."'>".$data['news_cat_name']."</a>''</center></td>\n";
         echo "</tr>\n</table>\n";

} else {
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0' class='spacer'>
  <tr>
  <td colspan='3' class='capmain'>".$subject."</td>
  </tr><tr>
  <td colspan='3' class='news-body middle-border'>".$info['cat_image'].$news."</td>
  </tr><tr>
  <td width='33%' align='left' valign='top' class='news-footer' c>Geschrieben am ".showdate('%d. %B %Y um %H:%M Uhr', $info['news_date'])."</td>
  <td width='34%' align='center' valign='top' class='news-footer1' >Ver&ouml;ffentlicht in: <a class='newslink' href='news_cats.php?cat_id=".$data['news_cat_id']."'>".$data['news_cat_name']."</a></td>
  <td width='33%' align='right' valign='top' class='news-footer2' >Verfasst von: <a class='newslink' href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a></td></tr></table>";
 
}
}




Du musst dich aber auf das vor dem } else { konzentrieren.
This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
DeeoNe
Download Code  Code
echo "<td class='news-footer-readmore middle-border'><center>Verfasst von: <a class='newslink' href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> am ".showdate('%d. %B %Y um %H:%M Uhr', $info['news_date'])." im Bereich  ''<a class='newslink' href='news_cats.php?cat_id=".$data['news_cat_id']."'>".$data['news_cat_name']."</a>''</center></td>\n";
         echo "</tr>\n</table>\n";



da bei <td muss noch
Download Code  Code
colspan='2'


rein, aber musst die css classen nach checken und anpassen.
www.deeone.de/signaturen/deeone_1.png
Verwarnstatus: warningwarningwarningwarning
 
https://www.deeone.de
Deleted_User
Super, ich danke Dir!
This user has been deleted!
Verwarnstatus: warningwarningwarningwarning
  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1  x 1
 
Springe ins Forum:
Ähnliche Themen
Thema Forum Antworten Letzter Beitrag
News Anzeige D1 Mods & Infusionen 2 29-01-2024 22:07
D1 News Ticker Einstellungen D1 Mods & Infusionen 3 09-11-2018 00:51
D1 News Laufband D1 Mods & Infusionen 3 07-10-2018 14:49
D1 News Allgemeines 5 28-03-2018 14:00
News Panel weg machen Allgemeines 5 29-09-2017 15:45
Sämtliche Grafiken und Texte dieser Seite unterliegen dem Urheberrecht und dürfen nicht ohne Erlaubnis kopiert werden!!!