|
From: Alexis S. <al...@su...> - 2002-04-29 08:43:16
|
Well, actually the "new" news page displays the 10 last posted news.=20 The old news page displays the other piece of news. If you want to delete a specific piece of news, go in your admin section there is a section for that. But there is no way for putting manually a piece of news into the old section... The olny thing I see, is to change the limit of 10 days in the news.php script.... But, if you are a warrior ;) you can code this facility : - first add a field in the news table :=20 alter table news add is_old tinyint not null default 0; - then add in news.php, in the query that selects rows the condition of gettinf each piece of news where is_old =3D 1... see ya :-) Alexis. Le dim 28/04/2002 =E0 02:39, Russ Gritzo a =E9crit : > Would like to take some news items off the 'new news' category, and put=20 > them in old news. > Can't see a way to edit a message and make it old, and no idea of how to=20 > do it short of deleting the new message and re-creating it as old news. >=20 > Any pointers? >=20 > r. >=20 > --=20 > /************************************************************************= **/ > Russ Gritzo email: gritzo.nospam@jerichodata.c= om > /************************************************************************= **/ >=20 >=20 >=20 >=20 > _______________________________________________ > Mydynaweb-users mailing list > Myd...@li... > https://lists.sourceforge.net/lists/listinfo/mydynaweb-users >=20 --=20 Alexis Sukrieh, <al...@su...> -- Computer Scientist Homepage : http://sukria.net Work : http://www.weborama.com MyDynaWeb : http://mydynaweb.sf.net |