PHP-Fusion Mods
Navigacija
Apsauga
Apsauga Neleista registracija: 39199
Šiandien: 29
Prisijungę nariai
» Svečių: 8
» Narių: 0

» Viso narių: 10,235
» Naujausias: ruslanas tuk

Prisijungimų istorija:
tabuxsenokai
sanpernepamenu
Zbigniew@nepamenu
CepelinasXnepamenu
VV91DDnepamenu
Minusnepamenu
priezilviciunepamenu
EdvinasG1337nepamenu
rolandas94nepamenu
Edis2nepamenu
klubogerbejasnepamenu
Miskinisnepamenu
Pask. modai
Prisijungti
Vardas

Slaptažodis



Dar ne narys?
Registruotis.

Pamiršai slaptažodį?
Prašyk naujo!.

Naujausi prašymai
[L] testas
Narių apklausa
Ar dar kuriate tinklalapius?

Ne
Ne
0% [0 Balsai]

Taip
Taip
88% [7 Balsai]

Naudojuosi socialiniais tinklais
Naudojuosi socialiniais tinklais
13% [1 Balsas]

Balsai: 8
Kad galėtum balsuoti, turi prisijungti.
Pradėta: 2022-05-29 19:54
Shoutbox
You must login to post a message.

2026-03-21 19:07

2025-07-13 17:07
svx, smagu kad dar atsiranda naujų narių Šypsosi2

2024-03-07 22:13
Oj Tabux… apkabinčiau už tą moderatorių 😁

2024-02-22 17:40
Šypsosi2 jo buvo laikai.. Senukai jau mes. Bega laikas greiciau nei noretusi. Smagu matyti kad uzsuka seni nariai, ne as vienas Šypsosi

2024-02-20 22:18
Zodziu.. Nostalgija. Sorry Tabux uz spam’a, netelpa viskas i viena shout’a. 😁

Shoutbox Archive
Peržiūrėti temą
PHP-Fusion Mods :: Tinklalapių kūrimas :: Tinklalapių kūrimas
 Spausdinti temą
v7 Naujienu Kategorijos
Declare
#1 Spausdinti pranešimą
parašyta 2012-06-02 15:20
Vartotojo avataras

Naujokas



Reputacija: 0

Pranešimai: 14
Įstojo: 2011-08-26

Sveiki visi,man reikt su?inoti kaip reikia panaikinti naujien kategorijos paveiksliukus. Ai u? Js pagalba.
 
PM
Wyciokazz
#2 Spausdinti pranešimą
parašyta 2012-06-02 15:26
Vartotojo avataras

Administratorius



Reputacija: 1

Pranešimai: 2108
Įstojo: 2008-02-27

redaguoti kazkuri php faila is kurio tau reikia issimti news_cats arba news.php
Kam kurti tai kas jau sukurta.

Nesu ekstrasensas ar dar koks čigonas tad iš nieko negaliu suprast kur bėda.

[img]http://27.media.tumblr.com/tumblr_m3hdwudgjG1rteofuo1_500.gif[/img]
 
PM
gipsy
#3 Spausdinti pranešimą
parašyta 2012-06-02 15:46
Vartotojo avataras

Geradarys



Reputacija: 0

Pranešimai: 585
Įstojo: 2009-10-21

Tai atsidarik naujienu kategorijas per admin panele istrink img ir viskas.
 
PM
Declare
#4 Spausdinti pranešimą
parašyta 2012-06-02 15:53
Vartotojo avataras

Naujokas



Reputacija: 0

Pranešimai: 14
Įstojo: 2011-08-26

Nu ir rodo : Image not found tada ;D

Download source  Code
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 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 online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once \"maincore.php\";
require_once THEMES.\"templates/header.php\";

// Predefined variables, do not edit these values
$i = 0;

// Number of news displayed
$items_per_page = $settings['newsperpage'];

add_to_title($locale['global_200'].$locale['global_077']);

if (!isset($_GET['readmore']) || !isnum($_GET['readmore'])) {
   $rows = dbcount(
      \"(news_id)\",
      DB_NEWS,
      groupaccess('news_visibility').\" AND (news_start='0'||news_start<=\".time().\")
                              AND (news_end='0'||news_end>=\".time().\")
                              AND news_draft='0'\"
   );
   if (!isset($_GET['rowstart']) || !isnum($_GET['rowstart'])) { $_GET['rowstart'] = 0; }
   if ($rows) {
      $result = dbquery(
         \"SELECT tn.*, tc.*, tu.user_id, tu.user_name, tu.user_status
         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'
         GROUP BY news_id
         ORDER BY news_sticky DESC, news_datestamp DESC LIMIT \".$_GET['rowstart'].\",\".$items_per_page
      );
      $numrows = dbrows($result);
      while ($data = dbarray($result)) {
         $i++;
         $comments = dbcount(\"(comment_id)\", DB_COMMENTS.\" WHERE comment_type='N' AND comment_hidden='0' AND comment_item_id='\".$data['news_id'].\"'\");
         $news_cat_image = \"\";
         $news_subject = \"\".stripslashes($data['news_subject']);
         $news_cat_image = \"                                                             : FUSION_SELF.\"?readmore=\".$data['news_id'] ).\"'>\";
         if ($data['news_image_t2'] && $settings['news_image_frontpage'] == 0) {
            $news_cat_image .= \"'\".$data['news_subject'].\"'
\";
         } elseif ($data['news_cat_image']) {
            $news_cat_image .= \"'\".$data['news_cat_name'].\"'\";
         } else {
            $news_cat_image = \"\";
         }
         $news_news = preg_replace(\"//i\", \"\", ($data['news_breaks'] == \"y\" ? nl2br(stripslashes($data['news_news'])) : stripslashes($data['news_news'])));
         $news_info = array(
            \"news_id\" => $data['news_id'],
            \"user_id\" => $data['user_id'],
            \"user_name\" => $data['user_name'],
            \"user_status\" => $data['user_status'],
            \"news_date\" => $data['news_datestamp'],
            \"cat_id\" => $data['news_cat'],
            \"cat_name\" => $data['news_cat_name'],
            \"cat_image\" => $news_cat_image,
            \"news_subject\" => $data['news_subject'],
            \"news_ext\" => $data['news_extended'] ? \"y\" : \"n\",
            \"news_reads\" => $data['news_reads'],
            \"news_comments\" => $comments,
            \"news_allow_comments\" => $data['news_allow_comments'],
            \"news_sticky\" => $data['news_sticky']
         );

         echo \"\n\";
         render_news($news_subject, $news_news, $news_info);
      }
      echo \"\n\";
      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 {
   if (!isset($_GET['rowstart']) || !isnum($_GET['rowstart'])) { $_GET['rowstart'] = 0; }
   $result = dbquery(
      \"SELECT tn.*, tc.*, tu.user_id, tu.user_name, tu.user_status 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_id='\".$_GET['readmore'].\"' AND news_draft='0'
      LIMIT 1\"
   );
   if (dbrows($result)) {
      include INCLUDES.\"comments_include.php\";
      include INCLUDES.\"ratings_include.php\";
      $data = dbarray($result);
      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_cat_image = \"\";
      $news_subject = $data['news_subject'];
      if ($data['news_image_t1'] && $settings['news_image_readmore'] == \"0\") {
         $img_size = @getimagesize(IMAGES_N.$data['news_image']);
         $news_cat_image = \">'\".$data['news_subject'].\"'\";
      } elseif ($data['news_cat_image']) {
         $news_cat_image = \"'\".$data['news_cat_name'].\"'\";
      }
      $news_news = preg_split(\"//i\", $data['news_breaks'] == \"y\" ? nl2br(stripslashes($data['news_extended'] ? $data['news_extended'] : $data['news_news'])) : stripslashes($data['news_extended'] ? $data['news_extended'] : $data['news_news']));   
      $pagecount = count($news_news);
      $news_info = array(
         \"news_id\" => $data['news_id'],
         \"user_id\" => $data['user_id'],
         \"user_name\" => $data['user_name'],
         \"user_status\" => $data['user_status'],
         \"news_date\" => $data['news_datestamp'],
         \"cat_id\" => $data['news_cat'],
         \"cat_name\" => $data['news_cat_name'],
         \"cat_image\" => $news_cat_image,
         \"news_subject\" => $data['news_subject'],
         \"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'].\"' AND comment_hidden='0'\"),
         \"news_allow_comments\" => $data['news_allow_comments'],
         \"news_sticky\" => $data['news_sticky']
      );
      add_to_title($locale['global_201'].$news_subject);
      echo \"\";
      render_news($news_subject, $news_news[$_GET['rowstart']], $news_info);
      echo \"\";
      if ($pagecount > 1) {
         echo \"
\n\".makepagenav($_GET['rowstart'], 1, $pagecount, 3, FUSION_SELF.\"?readmore=\".$_GET['readmore'].\"&\").\"\n
\n\";
      }
      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);
   }
}

require_once THEMES.\"templates/footer.php\";
?>



?tai k ia reikia i?imti?
Redagavo Declare 2012-06-02 15:55
 
PM
Wyciokazz
#5 Spausdinti pranešimą
parašyta 2012-06-02 20:44
Vartotojo avataras

Administratorius



Reputacija: 1

Pranešimai: 2108
Įstojo: 2008-02-27

render_news funkcijos ieskok gal ten rasi.
Kam kurti tai kas jau sukurta.

Nesu ekstrasensas ar dar koks čigonas tad iš nieko negaliu suprast kur bėda.

[img]http://27.media.tumblr.com/tumblr_m3hdwudgjG1rteofuo1_500.gif[/img]
 
PM
RoSH
#6 Spausdinti pranešimą
parašyta 2012-06-03 10:01
Pradinukas



Reputacija: 0

Pranešimai: 36
Įstojo: 2011-02-20

Download source  Code
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| http://www.php-fu...
+--------------------------------------------------------+
| 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 online
| at www.gnu.org/licen... Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once \"maincore.php\";
require_once THEMES.\"templates/header.php\";

// Predefined variables, do not edit these values
$i = 0;

// Number of news displayed
$items_per_page = $settings['newsperpage'];

add_to_title($locale['global_200'].$locale['global_077']);

if (!isset($_GET['readmore']) || !isnum($_GET['readmore'])) {
   $rows = dbcount(
      \"(news_id)\",
      DB_NEWS,
      groupaccess('news_visibility').\" AND (news_start='0'||news_start<=\".time().\")
                              AND (news_end='0'||news_end>=\".time().\")
                              AND news_draft='0'\"
   );
   if (!isset($_GET['rowstart']) || !isnum($_GET['rowstart'])) { $_GET['rowstart'] = 0; }
   if ($rows) {
      $result = dbquery(
         \"SELECT tn.*, tc.*, tu.user_id, tu.user_name, tu.user_status
         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'
         GROUP BY news_id
         ORDER BY news_sticky DESC, news_datestamp DESC LIMIT \".$_GET['rowstart'].\",\".$items_per_page
      );
      $numrows = dbrows($result);
      while ($data = dbarray($result)) {
         $i++;
         $comments = dbcount(\"(comment_id)\", DB_COMMENTS.\" WHERE comment_type='N' AND comment_hidden='0' AND comment_item_id='\".$data['news_id'].\"'\");
         $news_cat_image = \"\";
         $news_subject = \"\".stripslashes($data['news_subject']);
       
         $news_news = preg_replace(\"//i\", \"\", ($data['news_breaks'] == \"y\" ? nl2br(stripslashes($data['news_news'])) : stripslashes($data['news_news'])));
         $news_info = array(
            \"news_id\" => $data['news_id'],
            \"user_id\" => $data['user_id'],
            \"user_name\" => $data['user_name'],
            \"user_status\" => $data['user_status'],
            \"news_date\" => $data['news_datestamp'],
            \"cat_id\" => $data['news_cat'],
            \"cat_name\" => $data['news_cat_name'],
            \"cat_image\" => $news_cat_image,
            \"news_subject\" => $data['news_subject'],
            \"news_ext\" => $data['news_extended'] ? \"y\" : \"n\",
            \"news_reads\" => $data['news_reads'],
            \"news_comments\" => $comments,
            \"news_allow_comments\" => $data['news_allow_comments'],
            \"news_sticky\" => $data['news_sticky']
         );

         echo \"\n\";
         render_news($news_subject, $news_news, $news_info);
      }
      echo \"\n\";
      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 {
   if (!isset($_GET['rowstart']) || !isnum($_GET['rowstart'])) { $_GET['rowstart'] = 0; }
   $result = dbquery(
      \"SELECT tn.*, tc.*, tu.user_id, tu.user_name, tu.user_status 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_id='\".$_GET['readmore'].\"' AND news_draft='0'
      LIMIT 1\"
   );
   if (dbrows($result)) {
      include INCLUDES.\"comments_include.php\";
      include INCLUDES.\"ratings_include.php\";
      $data = dbarray($result);
      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_cat_image = \"\";
      $news_subject = $data['news_subject'];
      if ($data['news_image_t1'] && $settings['news_image_readmore'] == \"0\") {
         $img_size = @getimagesize(IMAGES_N.$data['news_image']);
         $news_cat_image = \">'\".$data['news_subject'].\"'\";
      } elseif ($data['news_cat_image']) {
         $news_cat_image = \"'\".$data['news_cat_name'].\"'\";
      }
      $news_news = preg_split(\"//i\", $data['news_breaks'] == \"y\" ? nl2br(stripslashes($data['news_extended'] ? $data['news_extended'] : $data['news_news'])) : stripslashes($data['news_extended'] ? $data['news_extended'] : $data['news_news']));   
      $pagecount = count($news_news);
      $news_info = array(
         \"news_id\" => $data['news_id'],
         \"user_id\" => $data['user_id'],
         \"user_name\" => $data['user_name'],
         \"user_status\" => $data['user_status'],
         \"news_date\" => $data['news_datestamp'],
         \"cat_id\" => $data['news_cat'],
         \"cat_name\" => $data['news_cat_name'],
         \"cat_image\" => $news_cat_image,
         \"news_subject\" => $data['news_subject'],
         \"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'].\"' AND comment_hidden='0'\"),
         \"news_allow_comments\" => $data['news_allow_comments'],
         \"news_sticky\" => $data['news_sticky']
      );
      add_to_title($locale['global_201'].$news_subject);
      echo \"\";
      render_news($news_subject, $news_news[$_GET['rowstart']], $news_info);
      echo \"\";
      if ($pagecount > 1) {
         echo \"
\n\".makepagenav($_GET['rowstart'], 1, $pagecount, 3, FUSION_SELF.\"?readmore=\".$_GET['readmore'].\"&\").\"\n
\n\";
      }
      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);
   }
}

require_once THEMES.\"templates/footer.php\";
?>





Turtu nerodyti
Lovesound.lt - Nemokama mp3 muzika, muzikiniai albumai ir klipai taip pat dainu ?od?iai.
 
PM
Declare
#7 Spausdinti pranešimą
parašyta 2012-06-03 12:19
Vartotojo avataras

Naujokas



Reputacija: 0

Pranešimai: 14
Įstojo: 2011-08-26

Aciu,neberodo :)
 
PM
Peršokti į forumą: