Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Raides susimaisioses

Parašė dyaz· 2008 Spa. 11 19:10:02
#1

Tai vat norejau paklausti ka kaip pakejsti temoje viska matysite screene












tai matote kaskas blogai su thema kai visas raides sumala i viena be tarpu be nieko... Tai kaip istayti?

Parašė Enzo· 2008 Spa. 11 19:10:09
#2

theme.php įdėk sutvarkysiu

Parašė dyaz· 2008 Spa. 11 19:10:06
#3

Sakyk Ka pakeisti nes gali atsidurti mano tema siame saite o as to nelabai noreceu ;)

Parašė Enzo· 2008 Spa. 11 19:10:47
#4

tada įdėk render_articles

Redagavo Enzo· 2008 Spa. 11 19:10:06

Parašė dyaz· 2008 Spa. 11 19:10:49
#5

function render_article($subject, $article, $info) {

global $locale;
echo "<table width='563' height='50' border='0' cellpadding='0' cellspacing='0'>
   <tr>
      <td colspan='4'>
         <img src='".THEME."images/panelen_01.png' width='562' height='11' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='11' alt=''></td>
   </tr>
   <tr>
      <td rowspan='4'>
         <img src='".THEME."images/panelen_02.png' width='11' height='39' alt=''></td>
      <td rowspan='2' background='".THEME."images/panelen_03.png' width='424' height='16'><span style='font-




stai imk

Redagavo dyaz· 2008 Spa. 11 19:10:52

Parašė Enzo· 2008 Spa. 11 19:10:14
#6

krč pašaryk į pm man tą theme.php, nebijok neripinsiu

Parašė dyaz· 2008 Spa. 11 19:10:52
#7

Nu gi gavai :D render article

Parašė Enzo· 2008 Spa. 11 19:10:19
#8

nepilną pakopinai tu man čia

Parašė dyaz· 2008 Spa. 11 19:10:16
#9


function render_article($subject, $article, $info) {

global $locale;
echo "<table width='563' height='50' border='0' cellpadding='0' cellspacing='0'>
   <tr>
      <td colspan='4'>
         <img src='".THEME."images/panelen_01.png' width='562' height='11' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='11' alt=''></td>
   </tr>
   <tr>
      <td rowspan='4'>
         <img src='".THEME."images/panelen_02.png' width='11' height='39' alt=''></td>
      <td rowspan='2' background='".THEME."images/panelen_03.png' width='424' height='16'><span style='font-family:Arial;
   font-weight: bold;
   font-size: 12px;
   color: #ffffff;'>$subject</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
      <td>
         <img src='".THEME."images/panelen_04.png' width='101' height='3' alt=''></td>
      <td rowspan='3'>
         <img src='".THEME."images/panelen_05.png' width='26' height='31' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='3' alt=''></td>
   </tr>
   <tr>
      <td rowspan='2' background='".THEME."images/panelen_06.png' width='101' height='28'><span style='font-family:Arial;
   font-size: 11px;
   color: #545454;'>Para&#353;&#279;:</span> <a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a><br><span style='font-family:Arial;
   font-size: 11px;
   color: #545454;'>Data:</span> <a>".showdate("shortdate", $info['article_date'])."</a></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='13' alt=''></td>
   </tr>
   <tr>
      <td rowspan='2'>
         <img src='".THEME."images/panelen_07.png' width='424' height='23' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='15' alt=''></td>
   </tr>
   <tr>
      <td colspan='2'>
         <img src='".THEME."images/panelen_08.png' width='127' height='8' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='8' alt=''></td>
   </tr>
</table>";




uztenka?

Redagavo dyaz· 2008 Spa. 11 19:10:27

Parašė Enzo· 2008 Spa. 11 19:10:52
#10

<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>



Parašė dyaz· 2008 Spa. 11 19:10:59
#11

Parasyk su visu kodu kur as daveu :D

Parašė Enzo· 2008 Spa. 11 19:10:06
#12

Ant kurio ten img man dėt ? Nu bandykim šitaip:

function render_article($subject, $article, $info) {

global $locale;
echo "<table width='563' height='50' border='0' cellpadding='0' cellspacing='0'>
   <tr>
      <td colspan='4'>
         <img src='".THEME."images/panelen_01.png' width='562' height='11' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='11' alt=''></td>
   </tr>
   <tr>
      <td rowspan='4'>
         <img src='".THEME."images/panelen_02.png' width='11' height='39' alt=''></td>
      <td rowspan='2' background='".THEME."images/panelen_03.png' width='424' height='16'><span style='font-family:Arial;
   font-weight: bold;
   font-size: 12px;
   color: #ffffff;'>$subject</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
      <td>
         <img src='".THEME."images/panelen_04.png' width='101' height='3' alt=''>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td>
      <td rowspan='3'>
         <img src='".THEME."images/panelen_05.png' width='26' height='31' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='3' alt=''></td>
   </tr>
   <tr>
      <td rowspan='2' background='".THEME."images/panelen_06.png' width='101' height='28'><span style='font-family:Arial;
   font-size: 11px;
   color: #545454;'>Para&#353;&#279;:</span> <a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a><br><span style='font-family:Arial;
   font-size: 11px;
   color: #545454;'>Data:</span> <a>".showdate("shortdate", $info['article_date'])."</a></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='13' alt=''></td>
   </tr>
   <tr>
      <td rowspan='2'>
         <img src='".THEME."images/panelen_07.png' width='424' height='23' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='15' alt=''></td>
   </tr>
   <tr>
      <td colspan='2'>
         <img src='".THEME."images/panelen_08.png' width='127' height='8' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='8' alt=''></td>
   </tr>
</table>";



Parašė dyaz· 2008 Spa. 11 19:10:35
#13





Grazu :D

Parašė Enzo· 2008 Spa. 11 19:10:47
#14

tada šitaip bandyk:

function render_article($subject, $article, $info) {

global $locale;
echo "<table width='563' height='50' border='0' cellpadding='0' cellspacing='0'>
   <tr>
      <td colspan='4'>
         <img src='".THEME."images/panelen_01.png' width='562' height='11' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='11' alt=''></td>
   </tr>
   <tr>
      <td rowspan='4'>
         <img src='".THEME."images/panelen_02.png' width='11' height='39' alt=''></td>
      <td rowspan='2' background='".THEME."images/panelen_03.png' width='424' height='16'><span style='font-family:Arial;
   font-weight: bold;
   font-size: 12px;
   color: #ffffff;'>$subject</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
      <td>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
         <img src='".THEME."images/panelen_04.png' width='101' height='3' alt=''></td>
      <td rowspan='3'>
         <img src='".THEME."images/panelen_05.png' width='26' height='31' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='3' alt=''></td>
   </tr>
   <tr>
      <td rowspan='2' background='".THEME."images/panelen_06.png' width='101' height='28'><span style='font-family:Arial;
   font-size: 11px;
   color: #545454;'>Para&#353;&#279;:</span> <a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a><br><span style='font-family:Arial;
   font-size: 11px;
   color: #545454;'>Data:</span> <a>".showdate("shortdate", $info['article_date'])."</a></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='13' alt=''></td>
   </tr>
   <tr>
      <td rowspan='2'>
         <img src='".THEME."images/panelen_07.png' width='424' height='23' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='15' alt=''></td>
   </tr>
   <tr>
      <td colspan='2'>
         <img src='".THEME."images/panelen_08.png' width='127' height='8' alt=''></td>
      <td>
         <img src='".THEME."images/spacer.gif' width='1' height='8' alt=''></td>
   </tr>
</table>";



Parašė dyaz· 2008 Spa. 11 19:10:37
#15

Tas pats
function render_article($subject, $article, $info) {
   
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<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," &middot;").articleopts($info,"&middot;").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";

}

function opentable($title) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";

}

function closetable() {

echo "</td>
</tr>
</table>\n";




Ce kaip simutulde pavizdys ?|

Redagavo dyaz· 2008 Spa. 11 19:10:32

Parašė Enzo· 2008 Spa. 11 19:10:09
#16

aš pvz nematau ant kurio img uždėtas tas tekstas, tai nežinau kur ir dėt tau?|

Parašė dyaz· 2008 Spa. 11 19:10:08
#17

ant kokio img:?

Parašė Enzo· 2008 Spa. 11 19:10:42
#18

Article tekstas ant img pas tave ar ant kur? Nes aš pvz nematau kur čia dėt :D

Parašė dyaz· 2008 Spa. 11 19:10:54
#19

Jis ant img

Parašė dyaz· 2008 Spa. 11 20:10:20
#20

nU DWJ PADEK