Topic: Show news

Hello users !
1. Tell me how to show the news, only the selected author ?

Example:
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><?php
  $number = "5";
  $author = "admin"; 
include("path/to/show_news.php");
?></div>

2. How to show on the page the user list with the names, nicknames, etc. ?

СuteNews 1.5 is very good!
Think about purchasing a license!

Re: Show news

Instead of $author, use $user_by:

<?php
$number = "5";
$user_by = "admin";
include("path/to/show_news.php");
?>

As to question #2, do you want to display a list with user names, nick names, etc. ? Kind of like in Options > Add/Edit Users?

3 (edited by 2012-11-03 08:22:38)

Re: Show news

As to question #2, do you want to display a list with user names, nick names, etc. ? Kind of like in Options > Add/Edit Users?

Yes, Display a list of users on my site with a link in the profile...
Please!

I Purchased a full license )