Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Del News-Footer
Parašė Jaunelis· 2008 Geg. 15 13:05:27
#1
[/b]Taigi turiu dar viena klausima del news_footer
Taigi pas mane yra dabar taip:
O reikia kad butu taip maždauk:
Mano theme
php:
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='capmain' align='center'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info,"<br>").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td class='capmain' align='center'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info,"<br>").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
Iš anksto dekui
Parašė Žmogus· 2008 Geg. 15 13:05:37
#2
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='capmain' align='center'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo "<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
echo "<a href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> ";
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td class='capmain' align='center'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo "<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
echo "</td>
</tr>
</table>\n";
}
Nu čia kaip pvz, nes db tingiu visą padaryti
Redagavo Žmogus· 2008 Geg. 15 13:05:25
Parašė Jaunelis· 2008 Geg. 15 13:05:25
#3
Parse error: syntax error, unexpected T_STRING in /home/.../.....xz.lt/themes/Similitude/theme.php on line 72
Redagavo Jaunelis· 2008 Geg. 15 13:05:00
Parašė Žmogus· 2008 Geg. 15 13:05:39
#4
Pataisiau, dabar veiks
Redagavo Žmogus· 2008 Geg. 15 13:05:44
Parašė Jaunelis· 2008 Geg. 15 14:05:36
#5
Na taip veikia ,bet dabar rodo taip:
o tai kur pvz parase:jaunelis arba komentaru:0 ir kiek kartu skaityta na kaip ir visada tik kad butu taip vienoje eileje.
Parašė Žmogus· 2008 Geg. 15 14:05:07
#6
Nu sakau, aš jei ką veliau parašysiu, jei už mane greičiau nepadarys :)
Parašė MAnjack· 2008 Geg. 15 14:05:43
#7
theme_function_include.php failą redaguok.
Parašė Jaunelis· 2008 Geg. 15 14:05:16
#8
ShadoVw parašė:
Nu sakau, aš jei ką veliau parašysiu, jei už mane greičiau nepadarys :)
oki jai nesunku galesi AŽ :)
Parašė Žmogus· 2008 Geg. 15 19:05:21
#9
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='capmain' align='center'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='left' class='news-footer'>\n";
echo "Parašė: <a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> </td>";
echo"<td align='right' class='news-footer'>";
echo "<a href='news.php?readmore=".$info['news_id']."'>Komentarų: [".$info['news_comments']."]</a> ";
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td class='capmain' align='center'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo "<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
echo "</td>
</tr>
</table>\n";
}
Turėtu veikti
Redagavo Žmogus· 2008 Geg. 15 19:05:50
Parašė Jaunelis· 2008 Geg. 15 20:05:44
#10
ShadoVw o dbr wa tokia klaida ir butu viskas gerai gal jai istaisysi ir dar reikai kad butu skaityti daugiau ir wsio :)
Redaguota 2008 Gegužės 16:
Tai va susitvarkiau cia viska jaigu kam kils tokiu problemu tai še imkit:
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info,"<br>").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info,"<br>").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
Dėkui visiems kurie bande ir iš dalies padejo ;)
Redagavo Jaunelis· 2008 Geg. 16 13:05:14