PHP-Fusion Mods
Navigacija
Apsauga
Apsauga Neleista registracija: 38943
Šiandien: 20
Prisijungę nariai
» Svečių: 13
» Narių: 0

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

Prisijungimų istorija:
tabux16:55:53
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 :: PHP-Fusion modifikacijų forumas :: Patobulinimai
 Spausdinti temą
v7 Comments_panel_include
Bonqe
#1 Spausdinti pranešimą
parašyta 2011-03-11 20:27
Naujokas



Reputacija: 0

Pranešimai: 19
Įstojo: 2010-09-11

Kaip padaryti, kad paspaudus 'Toliau' nuvestu tikslei t komentar, o ne i t nuotrauk, naujien ar siuntin kur tas komentaras yra para?ytas?
Netinkamas paveiksliukas

Atsisisti Comments_panel_include.php
 
PM
Bamas
#2 Spausdinti pranešimą
parašyta 2011-03-11 20:35
Vartotojo avataras

Draugas



Reputacija: 0

Pranešimai: 492
Įstojo: 2009-06-18

jis cia rimtai?Ar as cia kazko nesuprantu :D Kur tau ta komentara turi tada rodyti ? :D
Redagavo Bamas 2011-03-11 20:36
 
PM
Wyciokazz
#3 Spausdinti pranešimą
parašyta 2011-03-11 20:52
Vartotojo avataras

Administratorius



Reputacija: 1

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

Tos paneles koda imesk perdarysiu ta paspaudima.
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
Bonqe
#4 Spausdinti pranešimą
parašyta 2011-03-11 21:52
Naujokas



Reputacija: 0

Pranešimai: 19
Įstojo: 2010-09-11

Kaip ir buvau djas atsisiuntimui jau..

Download source  Code
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: comments_panel_inclide
| Author: Paslaptinga
| Web : http://*a?*/
+--------------------------------------------------------+*/

if (!defined(\"IN_FUSION\")) { die(\"Access Denied\"); }
if (file_exists(INFUSIONS.\"comments_panel_include/locale/\".$settings['locale'].\".php\")) {
   include INFUSIONS.\"comments_panel_include/locale/\".$settings['locale'].\".php\";
} else {
   include INFUSIONS.\"comments_panel_include/locale/Lithuanian.php\";
}

$com_per_page = \"5\"; // Number of comments to show

openside(\"\".$locale['c100'].\"\");
include_once INCLUDES.\"bbcode_include.php\";
$i = 0;
$result = dbquery(
\"SELECT * FROM \".DB_COMMENTS.\" LEFT JOIN \".DB_USERS.\"
ON \".DB_COMMENTS.\".comment_name=\".DB_USERS.\".user_id
ORDER BY comment_datestamp DESC LIMIT $com_per_page\"
);
if (dbrows($result)) {
echo \"\";

while ($data = dbarray($result)) {
echo \"\n\n\n\";
$i++;
}

echo \"
\";
echo \"\";
echo ($data['user_avatar'] ? \"''\" : \"''\");
echo ($data['user_name'] ? \" \".$data['user_name'].\"\" : $data['comment_name'].\"\");

$comment_message = trimlink($data['comment_message'], 55);
$comment_item_id = $data['comment_item_id'];
$comment_type = $data['comment_type'];
$comment_message = parseubb(parsesmileys($comment_message), \"thanks|b|i|u|url|color|quote|code|blink|leech\"); // b|i|u|url|color = bbcodes to be parsed

echo \" \".$locale['global_071'].showdate(\"longdate\", $data['comment_datestamp']).\"
\".$comment_message.\"\";

// Default PHP-Fusion Comment types
if ($data['comment_type'] == \"N\") {
echo \" \".$locale['global_072'].\"\";
}
else if ($data['comment_type'] == \"A\") {
echo \" \".$locale['global_072'].\"\";
}

else if ($data['comment_type'] == \"C\") {
echo \" \".$locale['global_072'].\"\";
}

else if ($data['comment_type'] == \"P\") {
echo \" \".$locale['global_072'].\"\";
}

//Custom Comment types
else if ($data['comment_type'] == \"U\") {
echo \" \".$locale['global_072'].\"\";
}
//Custom siunntimu types
else if ($data['comment_type'] == \"F\") {
echo \" \".$locale['global_072'].\"\";
}
//Custom balsavimas types
else if ($data['comment_type'] == \"PK\") {
echo \" \".$locale['global_072'].\"\";
}
//Projektas types
else if ($data['comment_type'] == \"TD\") {
echo \" \".$locale['global_072'].\"\";
}
//Custom balsavimas types
else if ($data['comment_type'] == \"\") {
echo \" \".$locale['global_072'].\"\";
}
//Projektas types
else if ($data['comment_type'] == \"\") {
echo \" \".$locale['global_072'].\"\";
}
else { //If it can't figure out what comment type this is
   echo \" (N/N)\";
}
echo \"
\";
echo \"
\";
} else {
echo \"

\".$locale['c101'].\"

\n\";
}
closeside();

?>


 
PM
Wyciokazz
#5 Spausdinti pranešimą
parašyta 2011-03-11 23:43
Vartotojo avataras

Administratorius



Reputacija: 1

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

Download source  Code
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fu...
+--------------------------------------------------------+
| Filename: comments_panel_inclide
| Author: Paslaptinga
| Web : http://*a?*/
+--------------------------------------------------------+*/

if (!defined(\"IN_FUSION\")) { die(\"Access Denied\"); }
if (file_exists(INFUSIONS.\"comments_panel_include/locale/\".$settings['locale'].\".php\")) {
   include INFUSIONS.\"comments_panel_include/locale/\".$settings['locale'].\".php\";
} else {
   include INFUSIONS.\"comments_panel_include/locale/Lithuanian.php\";
}

$com_per_page = \"5\"; // Number of comments to show

openside(\"\".$locale['c100'].\"\");
include_once INCLUDES.\"bbcode_include.php\";
$i = 0;
$result = dbquery(
\"SELECT * FROM \".DB_COMMENTS.\" LEFT JOIN \".DB_USERS.\"
ON \".DB_COMMENTS.\".comment_name=\".DB_USERS.\".user_id
ORDER BY comment_datestamp DESC LIMIT $com_per_page\"
);
if (dbrows($result)) {
echo \"\";

while ($data = dbarray($result)) {
echo \"\n\n\n\";
$i++;
}

echo \"
\";
echo \"\";
echo ($data['user_avatar'] ? \"''\" : \"''\");
echo ($data['user_name'] ? \" \".$data['user_name'].\"\" : $data['comment_name'].\"\");

$comment_message = trimlink($data['comment_message'], 55);
$comment_item_id = $data['comment_item_id'];
$comment_type = $data['comment_type'];
$comment_message = parseubb(parsesmileys($comment_message), \"thanks|b|i|u|url|color|quote|code|blink|leech\"); // b|i|u|url|color = bbcodes to be parsed

echo \" \".$locale['global_071'].showdate(\"longdate\", $data['comment_datestamp']).\"
\".$comment_message.\"\";

// Default PHP-Fusion Comment types
if ($data['comment_type'] == \"N\") {
echo \" \".$locale['global_072'].\"\";
}
else if ($data['comment_type'] == \"A\") {
echo \" \".$locale['global_072'].\"\";
}

else if ($data['comment_type'] == \"C\") {
echo \" \".$locale['global_072'].\"\";
}

else if ($data['comment_type'] == \"P\") {
echo \" \".$locale['global_072'].\"\";
}

//Custom Comment types
else if ($data['comment_type'] == \"U\") {
echo \" \".$locale['global_072'].\"\";
}
//Custom siunntimu types
else if ($data['comment_type'] == \"F\") {
echo \" \".$locale['global_072'].\"\";
}
//Custom balsavimas types
else if ($data['comment_type'] == \"PK\") {
echo \" \".$locale['global_072'].\"\";
}
//Projektas types
else if ($data['comment_type'] == \"TD\") {
echo \" \".$locale['global_072'].\"\";
}
//Custom balsavimas types
else if ($data['comment_type'] == \"\") {
echo \" \".$locale['global_072'].\"\";
}
//Projektas types
else if ($data['comment_type'] == \"\") {
echo \" \".$locale['global_072'].\"\";
}
else { //If it can't figure out what comment type this is
   echo \" (N/N)\";
}
echo \"
\";
echo \"
\";
} else {
echo \"

\".$locale['c101'].\"

\n\";
}
closeside();

?>




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
Bonqe
#6 Spausdinti pranešimą
parašyta 2011-03-12 10:27
Naujokas



Reputacija: 0

Pranešimai: 19
Įstojo: 2010-09-11

http://www62.zippyshare.com/v/78578833/file.html


A? gal prait kart blog kod daviau, nes man ir su tuo mano duotu i?sikraipo tinklapis ir su tavo modifikuotu. Gal galtum dar kart tapat padaryti?
Redagavo Bonqe 2011-03-12 10:28
 
PM
Wyciokazz
#7 Spausdinti pranešimą
parašyta 2011-03-12 10:38
Vartotojo avataras

Administratorius



Reputacija: 1

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

http://dl.dropbox...nclude.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
Bonqe
#8 Spausdinti pranešimą
parašyta 2011-03-12 10:46
Naujokas



Reputacija: 0

Pranešimai: 19
Įstojo: 2010-09-11

Su foto galerija vistiek neveikia. Nuveda tik prie tos foto pra?ios, o poto reikia verst puslapius ir ie?kot to paskutinio komentaro.
 
PM
Wyciokazz
#9 Spausdinti pranešimą
parašyta 2011-03-12 11:13
Vartotojo avataras

Administratorius



Reputacija: 1

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

web url duok.
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
Bonqe
#10 Spausdinti pranešimą
parašyta 2011-03-12 13:33
Naujokas



Reputacija: 0

Pranešimai: 19
Įstojo: 2010-09-11

http://www.nwk.lt
 
PM
Peršokti į forumą: