PHP-Nuke Services - Addons, Modules, Blocks Vizitati www.westdesign.ro Selectați limba interfeței:EnglishRomanian
  Login sau Înregistrare HomeForumuriDownloadsContul Dvs.Linkuri utileContact   
SecțiuniShow\Hide
MultiheadlinesShow\Hide
LoginShow\Hide
~ Bun venit, alien
Utilizator Parola
(Înregistrare)

~ Membrii:

Salutări celui mai nou membru jincesoft
~ Noi astăzi: 0
~ Noi ieri: 0
~ Global: 4306

~ Vizitatori online:
~ Vizitatori: 20
~ Membrii: 0
~ Total: 20
~Aikon este offline
pe Yahoo Msg.
Link către mine!Show\Hide

aikons.net
Search in FeedsShow\Hide
Căutare în feed-uri
IstorieShow\Hide
În 7 February


Speed Up   Pause   Speed Down
DictionarShow\Hide
Introduceți cuvântul

Numai pentru românași

- aikons.net - PHP-Nuke Services Forum Index


Reply to topic Page 1 of 1
display sticky icon for visitor to see
Message Author
Reply with quote
Post Posted: Tuesday 04 September, 2007 11:11

aikons dont mind if i have a question i wanted to display a sticky icon image of the <item> to tell the readers at least whoever read the news know that this <item> is sticky?

View user's profile Send private message
Reply with quote
Post Posted: Thursday 06 September, 2007 17:05

open index.php and on constrtable function
search for
Code:
//------------------------------------------------
$table .=   '      <td valign="middle" width="90%">';
$table .=   '      <a href="'.$link.'" target="_blank"><b>'.$title.'</b></a>';
$table .= '      </td>';
//------------------------------------------------

and replace with
Code:
//------------------------------------------------
$table .=   '      <td valign="middle" width="90%">';
$table .=   '      <a href="'.$link.'" target="_blank"><b>'.$title.'</b></a>';
if ($news_status==0){
   $table .= '      <img src="modules/'.$module_name.'/images/menus/issticky.png" border="0" title="Sticky">';
}
$table .= '      </td>';
//------------------------------------------------


View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Saturday 24 November, 2007 09:46

thanks aikon thank for the mod

View user's profile Send private message
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Generarea paginii a durat: 0.62 secunde