module for the first headline in the homepage

Begonnen von loucian, 21 Juni 2002, 23:02:56

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

loucian

Hello,
how can i make a module or where can i find it that will display the last headline with its html and foto if included in my homepage?
Please help,
Loucian :(

privacynet

Sorry, but I do not understand your question properly - please try to be more specific.

DarkBoy

Hi
I hope you understand me and I interpret your things correctly, I Think  you mean a Modul that  works like the Easynews which one would have little changes for  <our  Modul. but please  take  a look at this Site   http://www.warp-speed.de  , is a BIG  Download  Section.  
Please write more information if for instance in my knowledge is wrong and inform then again  with more  Deatilas.
  Thx   and reagrds

loucian

Hi again,
i need something that will load in my homepage the last headline (of my articles) with a small picture related to the article.
Thats all. I think its easy. It will be something like a feature story.......so i want this to be alone.
Thanks and i hope i help,
Loucian :D

loucian

Hi ,
this is a code for the block of "big story for today".
How can i make it show also the discription and not only a link to the article.


<?php

/************************************************************************/
/* PHP-NUKE: Web Portal System                                          */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2002 by Francisco Burzi (fbc@mandrakesoft.com)         */
/* http://phpnuke.org                                                   */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/

if (eregi("block-Big_Story_of_Today.php", $PHP_SELF)) {
    Header("Location: index.php");
    die();
}

global $cookie, $prefix, $multilingual, $currentlang, $dbi;

if ($multilingual == 1) {
    $querylang = "AND (alanguage='$currentlang' OR alanguage='')"; /* the OR is needed to display stories who are posted to ALL languages */
} else {
    $querylang = "";
}

$today = getdate();
$day = $today["mday"];
if ($day < 10) {
    $day = "0$day";
}
$month = $today["mon"];
if ($month < 10) {
    $month = "0$month";
}
$year = $today["year"];
$tdate = "$year-$month-$day";
$result = sql_query("select sid, title from ".$prefix."_stories where (time LIKE '%$tdate%') $querylang order by counter DESC limit 0,1", $dbi);
list($fsid, $ftitle) = sql_fetch_row($result, $dbi);
$content = "";
if ((!$fsid) AND (!$ftitle)) {
    $content .= ""._NOBIGSTORY."";
} else {
    $content .= ""._BIGSTORY."</font><br><br>";
    $r_options = "";
    if (isset($cookie[4])) { $r_options .= "&mode=$cookie[4]"; }
    if (isset($cookie[5])) { $r_options .= "&order=$cookie[5]"; }
    if (isset($cookie[6])) { $r_options .= "&thold=$cookie[6]"; }
    $content .= "<a href=\"modules.php?name=News&file=article&sid=$fsid$r_options\">$ftitle</a></font>";
}

?>

DarkBoy

Oki :)
 sorry that i   dont understand  you   but  now  i khnow  what  youn want :)
  give some Time  we  make  some  files  .
  Thx  und cu

loucian

He hehe ok,
i will wait for it.
Thanks ,
Loucian

loucian

Hi,
is there any progress on it???? I need it please. :puzz

DarkBoy

Sorry
 noio time to do this :( but  i hope it will be next week !