View Single Post
  #6  
Old 09-24-2010, 04:51 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 41,149
fadillzzz is an unknown quantity at this point
Default RE: how to change background of siggy?

Quote:
Originally Posted by vexel
Lol... ;D

And have you got a scrpit for 2 column table in myadopts, i have got, but there are duplicate characters :|

It mena -

Animal 1 | Animal 1
Animal 2 | Animal 2

Code:
// Our code to determine if we show the table or not...

$article_content = $article_content."<table width='530' border='1' bordercolor='#CCCCCC' rules=rows frame=hsides><tr>";

// Output the table information...
// Get the current adoptable's image

$image = getcurrentimage($aid);

$article_content = $article_content."<td><div align='center'><a href=levelup.php?id=".$aid."><img src='".$image."' border=0></a>
<td><div align='left'>
<b> - ".$name."</b><br>
<i>Current Level:</i> ".$currentlevel."<br>
<i>Total Clicks:</i> ".$totalclicks."<br>
<b><a href='myadopts.php?act=manage&id=".$aid."'>More info</a></b>
<td><div align='left'>
</div></td></div></td>"; 

$article_content = $article_content."<td><div align='center'><a href=levelup.php?id=".$aid."><img src='".$image."' border=0></a>
<td><div align='left'>
<b> - ".$name."</b><br>
<i>Current Level:</i> ".$currentlevel."<br>
<i>Total Clicks:</i> ".$totalclicks."<br>
<b><a href='myadopts.php?act=manage&id=".$aid."'>More info</a></b>
<td><div align='left'>
</div></td></div></td>";

$article_content = $article_content."</tr></table>";
No one has ever figure out how to do it with the new script, so I think you'll be better off asking it in another place such as a webmaster forums
Reply With Quote