Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Readmore

Parašė Gugiss· 2008 Bir. 1 20:06:36
#1

Sveikti neturintieji ką veikti sukūriau video.php failą pagal news.php bet man nerodo readmore. Jei galit peržiūrėkit kas ne taip. Fenk jū very mač.

<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright &#194;© 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
include "menu.php";
require_once "side_left.php";

if (isset($readmore) && !isNum($readmore)) fallback(FUSION_SELF);

// Predefined variables, do not edit these values
if ($settings['video_style'] == "1") { $i = 0; $rc = 0; $ncount = 1; $ncolumn = 1; $video_[0] = ""; $video_[1] = ""; $video_[2] = ""; } else { $i = 1; }

// This number should be an odd number to keep layout tidy
$items_per_page = 11;

if (!isset($readmore)) {
   $rows = dbcount("(video_id)", "video", groupaccess('video_visibility')." AND (video_start='0'||video_start<=".time().") AND (video_end='0'||video_end>=".time().")");
   if (!isset($rowstart) || !isNum($rowstart)) $rowstart = 0;
   if ($rows != 0) {
      $result = dbquery(
         "SELECT tn.*, tc.*, user_id, user_name FROM ".$db_prefix."video tn
         LEFT JOIN ".$db_prefix."users tu ON tn.video_name=tu.user_id
         LEFT JOIN ".$db_prefix."video_cats tc ON tn.video_cat=tc.video_cat_id
   WHERE ".groupaccess('video_visibility')." AND (video_start='0'||video_start<=".time().") AND (video_end='0'||video_end>=".time().")
         ORDER BY video_sticky DESC, video_datestamp DESC LIMIT $rowstart,$items_per_page"
      );      
      $numrows = dbrows($result);
      if ($settings['video_style'] == "1") $nrows = round((dbrows($result) - 1) / 2);
      while ($data = dbarray($result)) {
         $video_cat_image = "";
         $video_subject = "<a name='video_".$data['video_id']."' id='video_".$data['video_id']."'></a>".stripslashes($data['video_subject']);


         $video_news = $data['video_breaks'] == "y" ? nl2br(parsesmileys(stripslashes($data['video_news']))) : parsesmileys(stripslashes($data['video_news']));
         if ($video_cat_image != "") $video_news = $video_cat_image.$video_news;
         $video_info = array(
            "video_id" => $data['video_id'],
            "user_id" => $data['user_id'],
            "kategorija" => $data['video_cat_name'],
            "user_name" => $data['user_name'],
            "video_date" => $data['video_datestamp'],
            "video_ext" => $data['video_extended'] ? "y" : "n",
            "video_reads" => $data['video_reads'],
            "video_comments" => dbcount("(comment_id)", "comments", "comment_type='N' AND comment_item_id='".$data['video_id']."'"),
            "video_allow_comments" => $data['video_allow_comments']
         );
         if ($settings['video_style'] == "1") {
            if ($rows <= 2 || $ncount == 1) {
               $video_[0] .= "<table width='100%' cellpadding='0' cellspacing='0'>\n";
               $video_[0] .= "<tr>\n<td class='tbl2'><b>$video_subject</b></td>\n</tr>\n";
               $video_[0] .= "<tr>\n<td class='tbl1' style='text-align:justify'>$video_news</td>\n</tr>\n";
               $video_[0] .= "<tr>\n<td align='center' class='tbl2'>\n";
               if (checkrights("N")) $video_[0] .= "<form name='editvideo".$video_info['video_id']."' method='post' action='".ADMIN."video.php".$aidlink."&amp;video_id=".$video_info['video_id']."'>\n";
               $video_[0] .= "<span class='small2'><img src='".THEME."images/bullet.gif' alt=''> <a href='profile.php?lookup=".$video_info['user_id']."'>".$video_info['user_name']."</a> ".$locale['041'].showdate("longdate", $video_info['video_date'])." &middot;\n";
               if ($video_info['video_ext'] == "y" || $video_info['video_allow_comments']) {
                  $video_[0] .= $video_info['video_ext'] == "y" ? "<a href='".FUSION_SELF."?readmore=".$video_info['video_id']."'><b>TOLIAU</b></a> &middot;\n" : "";
                  $video_[0] .= $video_info['video_allow_comments'] ? "<a href='".FUSION_SELF."?readmore=".$video_info['video_id']."'>".$video_info['video_comments'].$locale['043']."</a> &middot;\n" : "";
                  $video_[0] .= $video_info['video_reads'].$locale['044']." &middot;\n";
               }
               $video_[0] .= "<a href='print.php?type=N&amp;item_id=".$video_info['video_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' style='border:0px;vertical-align:middle;'></a>";
               if (checkrights("N")) { $video_[0] .= " &middot; <input type='hidden' name='edit' value='edit'><a href='javascript:document.editnews".$video_info['video_id'].".submit();'><img src='".IMAGES."edit.gif' alt='".$locale['048']."' title='".$locale['048']."' style='vertical-align:middle;border:0px;'></a></span>\n</form>\n"; } else { $video_[0] .= "</span>\n"; }
               $video_[0] .= "</td>\n</tr>\n</table>\n";
               if ($ncount != $rows) $video_[0] .= "<div><img src='".THEME."images/blank.gif' alt='' width='1' height='8'></div>\n";
            } else {
               if ($i == $nrows && $ncolumn != 2) { $ncolumn = 2; $i = 0; }
               $row_color = ($rc % 2 == 0 ? "tbl2" : "tbl1");
               $video_[$ncolumn] .= "<table width='100%' cellpadding='0' cellspacing='0'>\n";
               $video_[$ncolumn] .= "<tr>\n<td class='tbl2'><b>$video_subject</b></td>\n</tr>\n";
               $video_[$ncolumn] .= "<tr>\n<td class='tbl1' style='text-align:justify'>$video_news</td>\n</tr>\n";
               $video_[$ncolumn] .= "<tr>\n<td align='center' class='tbl2'>\n";
               if (checkrights("N")) $video_[$ncolumn] .= "<form name='editvideo".$video_info['video_id']."' method='post' action='".ADMIN."video.php".$aidlink."&amp;video_id=".$video_info['video_id']."'>\n";
               $video_[$ncolumn] .= "<span class='small2'><img src='".THEME."images/bullet.gif' alt=''> <a href='profile.php?lookup=".$video_info['user_id']."'>".$video_info['user_name']."</a> ".$locale['041'].showdate("longdate", $video_info['video_date']);
               if ($video_info['video_ext'] == "y" || $video_info['video_allow_comments']) {
                  $video_[$ncolumn] .= "<br>\n";
                  $video_[$ncolumn] .= $video_info['video_ext'] == "y" ? "<a href='".FUSION_SELF."?readmore=".$video_info['video_id']."'>".$locale['042']."</a> &middot;\n" : "";
                  $video_[$ncolumn] .= $video_info['video_allow_comments'] ? "<a href='".FUSION_SELF."?readmore=".$video_info['video_id']."'>".$video_info['video_comments'].$locale['043']."</a> &middot;\n" : "";
                  $video_[$ncolumn] .= $video_info['video_reads'].$locale['044']." &middot;\n";
               } else {
                  $video_[$ncolumn] .= " &middot;\n";
               }
               $video_[$ncolumn] .= "<a href='print.php?type=N&amp;item_id=".$video_info['video_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' style='border:0px;vertical-align:middle;'></a>\n";
               if (checkrights("N")) { $video_[$ncolumn] .= " &middot; <input type='hidden' name='edit' value='edit'><a href='javascript:document.editnews".$video_info['video_id'].".submit();'><img src='".IMAGES."edit.gif' alt='".$locale['048']."' title='".$locale['048']."' style='vertical-align:middle;border:0px;'></a></span>\n</form>\n"; } else { $video_[$ncolumn] .= "</span>\n"; }
               $video_[$ncolumn] .= "</td>\n</tr>\n</table>\n";
               if ($ncolumn == 1 && $i < ($nrows - 1)) $video_[$ncolumn] .= "<div><img src='".THEME."images/blank.gif' alt='' width='1' height='8'></div>\n";
               if ($ncolumn == 2 && $i < (dbrows($result) - $nrows - 2)) $video_[$ncolumn] .= "<div><img src='".THEME."images/blank.gif' alt='' width='1' height='8'></div>\n";
               $i++; $rc++;
            }
            $ncount++;
         } else {
            render_news($video_subject, $video_news, $video_info);
            if ($i != $numrows) { tablebreak(); } $i++;
         }
      }
      if ($settings['video_style'] == "1") {
         opentable($locale['046']);
         echo "<table cellpadding='0' cellspacing='0' style='width:100%'>\n<tr>\n<td colspan='3' style='width:100%'>\n";
         echo $video_[0];
         echo "</td>\n</tr>\n<tr>\n<td style='width:50%;vertical-align:top;'>\n";
         echo $video_[1];
         echo "</td>\n<td style='width:10px'><img src='".THEME."images/blank.gif' alt='' width='10' height='1'></td>\n<td style='width:50%;vertical-align:top;'>\n";
         echo $video_[2];
         echo "</td>\n</tr>\n</table>\n";
         closetable();
      }
      if ($rows > $items_per_page) echo "<div align='center' style='margin-top:5px;'>\n".makePageNav($rowstart,$items_per_page,$rows,3)."\n</div>\n";
   } else {
      opentable($locale['046']);
      echo "<center><br>\n".$locale['047']."<br><br>\n</center>\n";
      closetable();
   }
} else {
   include INCLUDES."comments_include.php";
   include INCLUDES."ratings_include.php";
   $result = dbquery(
      "SELECT tn.*, user_id, user_name FROM ".$db_prefix."video tn
      LEFT JOIN ".$db_prefix."users tu ON tn.video_name=tu.user_id
      WHERE video_id='$readmore'"
   );
   if (dbrows($result)!=0) {
      $data = dbarray($result);
      if (checkgroup($data['video_visibility'])) {
         $video_cat_image = "";
         if (!isset($_POST['post_comment']) && !isset($_POST['post_rating'])) {
             $result2 = dbquery("UPDATE ".$db_prefix."video SET video_reads=video_reads+1 WHERE video_id='$readmore'");
             $data['video_reads']++;
         }
         $video_subject = $data['video_subject'];
         if ($data['video_cat'] != 0) {
            $result2 = dbquery("SELECT * FROM ".$db_prefix."video_cats WHERE video_cat_id='".$data['video_cat']."'");
            if (dbrows($result2)) {
               $data2 = dbarray($result2);
               $video_cat_image = "<a href='video_cats.php?cat_id=".$data2['video_cat_id']."'><img src='".IMAGES_NC.$data2['video_cat_image']."' alt='".$data2['video_cat_name']."' align='left' style='border:0px;margin-top:3px;margin-right:5px'></a>";
            }
         }
         $video_news = parsesmileys(stripslashes($data['video_extended'] ? $data['video_extended'] : $data['video_news']));
         if ($data['video_breaks'] == "y") { $video_news = nl2br($video_news); }
         if ($video_cat_image != "") $video_news = $video_cat_image.$video_news;
         $video_info = array(
            "video_id" => $data['video_id'],
            "user_id" => $data['user_id'],
            "kategorija" => $data2['video_cat_name'],
            "user_name" => $data['user_name'],
            "video_date" => $data['video_datestamp'],
            "video_ext" => "n",
            "video_reads" => $data['video_reads'],
            "video_comments" => dbcount("(comment_id)", "comments", "comment_type='N' AND comment_item_id='".$data['video_id']."'"),
            "video_allow_comments" => $data['video_allow_comments']
         );
         render_news($video_subject, $video_news, $video_info);
         if ($data['video_allow_comments']) showcomments("N","video","video_id",$readmore,FUSION_SELF."?readmore=$readmore");
         if ($data['video_allow_ratings']) showratings("N",$readmore,FUSION_SELF."?readmore=$readmore");
      } else {
         redirect(FUSION_SELF);
      }
   } else {
      redirect(FUSION_SELF);
   }
}

require_once "side_right.php";
require_once "footer.php";
?>