New version.
/********************************************
http://eioban.com/download.html
********************************************/
Added: Date
Added: Move to the comments at the source.
Dodano: data
Dodano: Przeniesienie do komentarzy pod źródłem.
********************************************/
I have comments on the page, right side.
It is worth nothing.
I decided to make a comment where he directed was placed.
With the help came to me admin / pages / comments
There is:
ID, email, date, page, lvl, I care about "page". This is a link to the article where a comment was placed.
This is my script comments on the page.
| code |
<?php echo '<?xml version="1.0" encoding="utf-8"?'.">\n"; ?>
<?php echo '<?xml-stylesheet type="text/css" href="style.css"?'.">\n"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
<head>
<?php
if (!defined("_RECENT_COMMENTS_")) { define("_RECENT_COMMENTS_","Recent comments"); }
global $dblink,$siteConfig;
?>
<div style="color: red; text-align: center;"><?php echo "W Budowie<br />Underconstruction<br /><br />"; ?>
</div>
<?php
$result = $dblink->get_list("SELECT name,text FROM memht_comments WHERE moderate=0 ORDER BY id DESC LIMIT 5");
foreach ($result as $row) {
$name = outCode($row['name']);
$text = outCode($row['text']);
echo "<table><tr><td><div style='padding:2px 2px; background: #dddbd5;'><img src='templates/".$siteConfig['template']."/images/page_white.gif' border='0' alt='Bullet'> <span style='vertical-align: top;'><b>$name: </b></td><tr></tr><tr><td>".trimString($text,80,1)."<br /></a></span></div></td></tr></table>\n";
}
?>
</head>
</html> |
The script which I would like to join the present.
43 - 203 line admin/pages/comments
I'm interested in only the transfer to the article where he was given a comment.
So the variables:
| code |
$whr = intval($row['whr']);
$wid = intval($row['wid']);
|
Modifications to the script please. I know that the administration does not modify. So please members.
Regards
eioban.com