Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: PADEKITE ! :)
Parašė Progress· 2008 Bal. 7 21:04:34
#1
Kaip parasyti sitokia panelia VAIZDAS
Redagavo Žmogus· 2008 Bal. 7 21:04:41
Parašė MAnjack· 2008 Bal. 7 21:04:02
#2
<textarea>kodas</textarea>
Parašė Dandžu· 2008 Bal. 7 21:04:33
#3
Čia ne panelė o raktažodžiai.
Parašė Ernestas7· 2008 Bal. 7 21:04:51
#4
Dar ant tos fotkės parašyta
Raktažodžiai.
Parašė MAnjack· 2008 Bal. 7 21:04:10
#5
Jis apie textarea kalba.
Parašė Progress· 2008 Bal. 8 13:04:14
#6
o kur ideti <textarea>kodas</textarea> ??:?:?
Parašė kiskiss· 2008 Bal. 8 13:04:27
#7
Štai tau panelės kodas
openside();
<textarea>Tekstas</textarea>
closeside();
Redagavo kiskiss· 2008 Bal. 8 13:04:49
Parašė Progress· 2008 Bal. 8 13:04:21
#8
nu man ne paneles rejkia o kad butu apacioje themes :)
Parašė bad_user· 2008 Bal. 8 15:04:50
#9
Tarp footer pasidaryk kad imtu raktažodžius ir juos rodytu...
Parašė bad_user· 2008 Bal. 8 20:04:51
#10
Šita dedam į footer (theme.php faile) ".stripslashes($settings['keywords'])."
Parašė Progress· 2008 Bal. 8 22:04:34
#11
function render_news($subject, $news, $info) {
global $locale;
echo "<table class='news-border' border='0' cellspacing='0' width='100%' cellpadding='0'><tr>";
echo "<td height='30' class='table-cellpic'><center>$subject</center></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'><tr>";
echo "<td><table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='main-body'>$news</td></tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='news-footer'>";
echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
echo "".$locale['041'].showdate("longdate", $info['news_date'])." </td>";
echo "<td height='24' align='right' class='news-footer'>";
echo "".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ·\n" : "")."";
if ($info['news_allow_comments'])
echo "<a href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> · ";
echo "".$info['news_reads'].$locale['044']." ";
echo "<a href='print.php?type=N&item_id=".$info['news_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' style='vertical-align:middle;border:0px;'></a>";
echo "</td></tr></table></td></tr></table>\n";
kur cia ideti ta:".stripslashes($settings['keywords'])."
Redagavo ozzWANTED· 2008 Bal. 12 12:04:04
Parašė mXt· 2008 Bal. 8 22:04:43
#12
i render footer dek o ne i render news
Parašė Progress· 2008 Bal. 8 22:04:24
#13
o kurioje vietoje ten ?
Parašė eXtazY· 2008 Bal. 8 23:04:53
#14
CTRL+F
function render_footer
Redagavo eXtazY· 2008 Bal. 8 23:04:37
Parašė Progress· 2008 Bal. 9 14:04:00
#15
function render_footer($license=false) {
global $theme_width,$locale,$settings;
echo "</tr>\n</table>\n";
echo "<table cellSpacing='0' cellPadding='2' width='100%' border='0' background='".THEME."images/footer.gif'>";
echo "<td width='20%' height='50' class='white' align='left'>";
if ($license == false) {
echo "<b>Varikliukas: <a href='https://webdnd.com' target='_blank'>PHP-Fusion</a></b>";
}
echo "</td>";
echo "<td width='40%' class='white' align='center'>";
echo "<b>".stripslashes($settings['footer'])."</b></td>";
echo "<td width='26%' class='white' align='right'>";
echo "<b>kMs</a></b>";
echo "</td>">
echo "<div align='center'></tr></table></td></tr></table></div>";
va mano tas footer kur cia ideti ?:?
Parašė mXt· 2008 Bal. 9 14:04:10
#16
echo "<b>kMs</a></b>";
gera eilute :D O siaip tai dek i gala ;)
Parašė Toonis· 2008 Bal. 9 14:04:31
#17
function render_footer($license=false) {
global $theme_width,$locale,$settings;
echo "</tr>\n</table>\n";
echo "<table cellSpacing='0' cellPadding='2' width='100%' border='0' background='".THEME."images/footer.gif'>";
echo "<td width='20%' height='50' class='white' align='left'>";
if ($license == false) {
echo "<b>Varikliukas: <a href='https://webdnd.com' target='_blank'>PHP-Fusion</a></b>";
}
echo "</td>";
echo "<td width='40%' class='white' align='center'>";
echo "<b>".stripslashes($settings['footer'])."</b></td>";
echo "<b>".stripslashes($settings['keywords'])."</b></td>";
echo "<td width='26%' class='white' align='right'>";
echo "<b>kMs</a></b>";
echo "</td>">
echo "<div align='center'></tr></table></td></tr></table></div>";
Redagavo Toonis· 2008 Bal. 9 14:04:48
Parašė Progress· 2008 Bal. 9 17:04:29
#18
Parse error: syntax error, unexpected T_ECHO in /home/.a/serveriukas/sgame.xz.lt/themes/sGame_new/theme.php on line 91 toki eror meta :(
Parašė Progress· 2008 Bal. 9 17:04:10
#19
nu ta susitwarkaiu rodo bet wiska o man rejkia nu kaip screene
Parašė Progress· 2008 Bal. 9 17:04:50
#20
Susitwarkiau pats :D su SoNG pagalba :D nu krc jis ta keywords dave :)
Parašė Dandžu· 2008 Bal. 9 17:04:17
#21
Nefloodink.