Posted by new Sat 3rd Mar 2007 05:08 - Syntax is PHP - 77 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
-
-
// The source code packaged with this file is Free Software, Copyright (C) 2005 by
-
// Ricardo Galli
. -
// It's licensed under the AFFERO GENERAL PUBLIC LICENSE unless stated otherwise.
-
// You can get copies of the licenses here:
-
// http://www.affero.org/oagpl.html
-
// AFFERO GENERAL PUBLIC LICENSE is also included in the file called "COPYING".
-
// -------------------------------------------------------------------------------------
-
-
include_once('Smarty.class.php');
-
// If we're calling this page through another page like index.php, $main_smarty will already be set
-
// If we're calling this page directly, set main_smarty
-
-
include_once('config.php');
-
include_once(mnminclude.'html1.php');
-
include_once(mnminclude.'link.php');
-
include_once(mnminclude.'tags.php');
-
include_once(mnminclude.'search.php');
-
include_once(mnminclude.'smartyvariables.php');
-
-
//How many comments to show in the list
-
$comment_size = 8;
-
-
$link = getmyurl(comments);
-
-
echo "\"new Effect.toggle('latcomments','blind', {queue: 'end'}); \"> \"".my_base_url.my_pligg_base."/templates/yget/images/expand.png\" onClick=expandcontent(this,'latcomments') >\"".$link."\">".PLIGG_Visual_Pligg_Latest_Comments."";$res = "select comment_content,comment_id,link_id from ".table_comments.",".table_links." WHERE comment_link_id = link_id ORDER BY comment_date DESC limit ".$comment_size."";$story_url = getmyurl("story", $row['link_id']);}echo ""
-
-
-
//determine the amount of characters to show for each comment
-
function ShortenText($text) {
-
-
// Change to the number of characters you want to display
-
$chars = 75;
-
-
$text = $text." ";
-
$text = $text."...";
-
-
return $text;
-
-
}
-
-
-
-
?>
-
PermaLink to this entry https://pastebin.co.uk/11323
Posted by new Sat 3rd Mar 2007 05:08 - Syntax is PHP - 77 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0