Onderwerp bekijken
Algemene support omtrent algemene gebruik- en installatieproblemen.
 Onderwerp afdrukken
include local "geplaatst door"werkt niet
ivoht
Hi,

in de file news.php staar de local code; "global_999' ("geplaatst door")
echter wordt dit niet getoond ( "geplaatst door") in de browser screen.
er staat nu alleen de naam (dus; "Webmaster) ipv "geplaatst door webmaster"

wat gaat er mis, of wat klopt niet aan mijn code?



/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: news.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or >=".time().") AND news_draft='0'");
   if (!isset($_GET['rowstart']) || !isnum($_GET['rowstart'])) { $_GET['rowstart'] = 0; }
   if ($rows) {
      $result = dbquery(
         "SELECT tn.*, tc.*, user_id, user_name FROM ".DB_NEWS." tn
         LEFT JOIN ".DB_USERS." tu ON tn.news_name=tu.user_id
         LEFT JOIN ".DB_NEWS_CATS." tc ON tn.news_cat=tc.news_cat_id
         WHERE ".groupaccess('news_visibility')." AND (news_start='0'||news_start<=".time().") AND (news_end='0'||news_end>=".time().") AND news_draft='0'
         ORDER BY news_sticky DESC, news_datestamp DESC LIMIT ".$_GET['rowstart'].",$items_per_page"
      );
      $numrows = dbrows($result);
      if ($settings['news_style'] == "1") { $nrows = round((dbrows($result) - 1) / 2); }
      while ($data = dbarray($result)) {
         $news_cat_image = "";
         $news_subject = "".stripslashes($data['news_subject']);
         
         $news_news = $data['news_breaks'] == "y" ? nl2br(stripslashes($data['news_news'])) : stripslashes($data['news_news']);
         if ($news_cat_image != "") $news_news = $news_cat_image.$news_news;
         $news_info = array(
            "news_id" => $data['news_id'],
            "user_id" => $data['user_id'],
            "user_name" => $data['user_name'],
            "news_date" => $data['news_datestamp'],
            "news_ext" => $data['news_extended'] ? "y" : "n",
            "news_reads" => $data['news_reads'],
            "news_comments" => dbcount("(comment_id)", DB_COMMENTS, "comment_type='N' AND comment_item_id='".$data['news_id']."'"),
            "news_allow_comments" => $data['news_allow_comments']
         );
         if ($settings['news_style'] == "1") {
            if ($rows <= 2 || $ncount == 1) {
               $news_[0] .= "\n";
               $news_[0] .= "\n\n\n";
               $news_[0] .= "\n\n\n";
               $news_[0] .= "\n\n\n
".$news_subject."
".$news_news."
\n";
               $news_[0] .= "".THEME_BULLET."".$locale['global_999']." ".$news_info['user_name']." ".$locale['global_071'].showdate("longdate", $news_info['news_date'])." ·\n";
               if ($news_info['news_ext'] == "y" || $news_info['news_allow_comments']) {
                  $news_[0] .= $news_info['news_ext'] == "y" ? "".$locale['global_072']." ·\n" : "";
                  $news_[0] .= $news_info['news_allow_comments'] ? "".$news_info['news_comments'].($news_info['news_comments'] == 1 ? $locale['global_073b'] : $locale['global_073'])." ·\n" : "";
                  $news_[0] .= $news_info['news_reads'].$locale['global_074']." ·\n";
               }
               $news_[0] .= "'".$locale['global_075']."'";
               if (checkrights("N")) { $news_[0] .= " ·  '".$locale['global_076']."'
\n"; } else { $news_[0] .= "\n"; }
               $news_[0] .= "
\n";
               if ($ncount != $rows) { $news_[0] .= "
''
\n"; }
            } else {
               if ($i == $nrows && $ncolumn != 2) { $ncolumn = 2; $i = 0; }
               $row_color = ($rc % 2 == 0 ? "tbl2" : "tbl1");
               $news_[$ncolumn] .= "\n";
               $news_[$ncolumn] .= "\n\n\n";
               $news_[$ncolumn] .= "\n\n\n";
               $news_[$ncolumn] .= "\n\n\n
".$news_subject."
".$news_news."
\n";
               $news_[$ncolumn] .= "".THEME_BULLET."".$locale['global_999']." ".$news_info['user_name']." ".$locale['global_071'].showdate("longdate", $news_info['news_date']);
               if ($news_info['news_ext'] == "y" || $news_info['news_allow_comments']) {
                  $news_[$ncolumn] .= "
\n";
                  $news_[$ncolumn] .= $news_info['news_ext'] == "y" ? "".$locale['global_072']." ·\n" : "";
                  $news_[$ncolumn] .= $news_info['news_allow_comments'] ? "".$news_info['news_comments'].($news_info['news_comments'] == 1 ? $locale['global_073b'] : $locale['global_073'])." ·\n" : "";
                  $news_[$ncolumn] .= $news_info['news_reads'].$locale['global_074']." ·\n";
               } else {
                  $news_[$ncolumn] .= " ·\n";
               }
               $news_[$ncolumn] .= "'".$locale['global_075']."'\n";
               if (checkrights("N")) { $news_[$ncolumn] .= " · '".$locale['global_076']."'
\n"; } else { $news_[$ncolumn] .= "\n"; }
               $news_[$ncolumn] .= "
\n";
               if ($ncolumn == 1 && $i < ($nrows - 1)) { $news_[$ncolumn] .= "
''
\n"; }
               if ($ncolumn == 2 && $i < (dbrows($result) - $nrows - 2)) { $news_[$ncolumn] .= "
''
\n"; }
               $i++; $rc++;
            }
            $ncount++;
         } else {
            echo "\n";
            $i++;
            render_news($news_subject, $news_news, $news_info);
         }
      }
      if ($settings['news_style'] == "1") {
         opentable($locale['global_077']);
         echo "\n\n\n\n\n\n\n\n\n
\n";
         echo $news_[0]
         echo "
\n";
         echo $news_[1]
         echo "
''\n";
         echo $news_[2]
         echo "
\n";
         closetable();
      }
      if ($rows > $items_per_page) echo "
\n".makepagenav($_GET['rowstart'],$items_per_page,$rows,3)."\n
\n";
   } else {
      opentable($locale['global_077']);
      echo "

\n".$locale['global_078']."

\n
\n";
      closetable();
   }
} else {
   include INCLUDES."comments_include.php";
   include INCLUDES."ratings_include.php";
   $result = dbquery(
      "SELECT tn.*, user_id, user_name FROM ".DB_NEWS." tn
      LEFT JOIN ".DB_USERS." tu ON tn.news_name=tu.user_id
      WHERE news_id='".$_GET['readmore']."' AND news_draft='0'"
   );
   if (dbrows($result)!=0) {
      $data = dbarray($result);
      if (checkgroup($data['news_visibility'])) {
         $news_cat_image = "";
         if (!isset($_POST['post_comment']) && !isset($_POST['post_rating'])) {
             $result2 = dbquery("UPDATE ".DB_NEWS." SET news_reads=news_reads+1 WHERE news_id='".$_GET['readmore']."'");
             $data['news_reads']++;
         }
         $news_subject = $data['news_subject']
         if ($data['news_cat']) {
            $result2 = dbquery("SELECT * FROM ".DB_NEWS_CATS." WHERE news_cat_id='".$data['news_cat']."'");
            if (dbrows($result2)) {
               $data2 = dbarray($result2);
               $news_cat_image = "'".$data2['news_cat_name']."'";
            }
         }
         // Modified by ivoht//
         $news_news = stripslashes($data['news_news'] ? $data['news_news'] : $data['news_news']);
         $news_news = stripslashes($data['news_news'].$data['news_news']);



         if ($data['news_breaks'] == "y") { $news_news = nl2br($news_news); }
         if ($news_cat_image != "") $news_news = $news_cat_image.$news_news;
         $news_info = array(
            "news_id" => $data['news_id'],
            "user_id" => $data['user_id'],
            "user_name" => $data['user_name'],
            "news_date" => $data['news_datestamp'],
            "news_ext" => "n",
            "news_reads" => $data['news_reads'],
            "news_comments" => dbcount("(comment_id)", DB_COMMENTS, "comment_type='N' AND comment_item_id='".$data['news_id']."'"),
            "news_allow_comments" => $data['news_allow_comments']
         );
         add_to_title($locale['global_201'].$news_subject);
         echo "";
         render_news($news_subject, $news_news, $news_info);
         echo "";
         if ($data['news_allow_comments']) { showcomments("N", DB_NEWS, "news_id", $_GET['readmore'], FUSION_SELF."?readmore=".$_GET['readmore']); }
         if ($data['news_allow_ratings']) { showratings("N", $_GET['readmore'], FUSION_SELF."?readmore=".$_GET['readmore']); }
      } else {
         redirect(FUSION_SELF);
      }
   } else {
      redirect(FUSION_SELF);
   }
}

require_once THEMES."templates/footer.php";
?>
 
www.oellies.nl
stevendc
Hier heb ik ook naar gezocht en het was heel simpel op te lossen.
Wat ik gedaan heb is het bestand theme_functions_include.php lichtjes aanpassen.

Dit bestand is te vinden in de map includes/theme_functions_include.php

Vergeet nooit eerst een backup te nemen van de bestanden die je aanpast om problemen te voorkomen.

Open het bestand /locale/taal/global.php
Onderaan dit bestand voeg je toe:


[geshi=php]$locale['global_999'] = " Geplaatst door";[/geshi]

Open het bestand /includes/theme_functions_include.php
Zoek naar


[geshi=php]function newsposter($info, $sep = "", $class = "") {
global $locale; $res = "";
$link_class = $class ? " class='$class' " : "";
$res = THEME_BULLET." ".profile_link($info['user_id'], $info['user_name'], $info['user_status'])." ";
$res .= $locale['global_071'].showdate("newsdate", $info['news_date']);
$res .= $info['news_ext'] == "y" || $info['news_allow_comments'] ? $sep."\n" : "\n";
return "".$res;
}[/geshi]

Verander Dit naar:

[geshi=php]function newsposter($info, $sep = "", $class = "") {
global $locale; $res = "";
$link_class = $class ? " class='$class' " : "";
$res = THEME_BULLET.$locale['global_999']." ".profile_link($info['user_id'], $info['user_name'], $info['user_status'])." ";
$res .= $locale['global_071'].showdate("newsdate", $info['news_date']);
$res .= $info['news_ext'] == "y" || $info['news_allow_comments'] ? $sep."\n" : "\n";
return "".$res;
}[/geshi]

Hopelijk helpt dit.

MVG
pups_31_10_2010

Nick Jones - Thanks for this fantastic CMS system and everything you have hoped for. Rest in pease, we will remember you!
 
http://www.sambalii.be
ivoht
gelukt!!
thanks a lot! Smile
 
www.oellies.nl
Spring naar forum:
Nieuw onderwerp Antwoorden
Gebruik BBcode of HTML om naar; 'include local "geplaatst door"werkt niet', te verwijzen!
BBcode:
HTML:
Vergelijkbare onderwerpen
Onderwerp Forum         Laatste bericht
Oude versie phpfusion wordt niet meer ondersteund door provider Algemene v7 support : 11 02 Jul 2017, 12:59
infuseren lukt niet meer Infusions : 20 11 Feb 2015, 20:07
Krijg 2 dingen niet goed Infusions : 2 02 Oct 2014, 18:21
Youtubee BBcode werkt niet op mobiel Algemene v7 support : 4 05 Apr 2014, 13:05
User Photo Gallery laad niet Infusions : 5 25 Feb 2014, 17:05