Log in

View Full Version : Pls help


12345
04-22-2009, 11:07 AM
Sorry that Im doing another post. I must change word "pet" to "cookie". Which files I need change. I want to know they names. Maybe someone write list of files to change pls.

Seapyramid
04-22-2009, 11:42 AM
You have to go through the lang.php & most of the main pages looking for the words you want changed.

Sea

12345
04-22-2009, 12:20 PM
One more thing. When I create adopt pet, then another one, they showing in vertical column. I want to show them like this:
pet pet pet
pet pet pet
How do this?

BMR777
04-22-2009, 04:52 PM
One more thing. When I create adopt pet, then another one, they showing in vertical column. I want to show them like this:
pet pet pet
pet pet pet
How do this?


In myadopts.php find this code:

$article_content = $article_content."<table width='440' border='1'><tr>";



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

$image = getcurrentimage($aid);

$article_content = $article_content."<td><div align='center'><p>".$name."</p><p><a href='myadopts.php?act=manage&id=".$aid."'>
<img src='".$image."' border=0></a></p><p>
<b><a href='myadopts.php?act=manage&id=".$aid."'>Manage</a></b></p>
</div></td>";


$article_content = $article_content."</tr></table><br>";


You can change the HTML content inside the quotemarks to whatever you want to. :)

12345
04-24-2009, 08:44 AM
But can you write me example fixed code that it will show like I wont?

BMR777
04-24-2009, 01:27 PM
HTML formatting isn't my strong area. :)

gjac1
04-25-2009, 04:39 AM
Is it also possible to use this method to get the current available adoptables to align up side by side ??

Ashje
04-25-2009, 07:21 AM
^
Yes, convert the page to html. I'm not sure exactly how. You'll have to ask Arvyre or enddayne.

gjac1
04-25-2009, 07:42 AM
ok , thank you for the reply :)

Tequila
04-25-2009, 07:52 AM
If you want them lined up you'll need to use the following codes:

<center><a href="url.to.adopt"><img src="url.to.image" border="0" alt="Adopt Me" title="Adopt Me" /></a> <a href="url.to.adopt"><img src="url.to.image" border="0" alt="Adopt Me" title="Adopt Me" /></a> <a href="url.to.adopt"><img src="url.to.image" border="0" alt="Adopt Me" title="Adopt Me" /></a><br />
<a href="url.to.adopt"><img src="url.to.image" border="0" alt="Adopt Me" title="Adopt Me" /></a> <a href="url.to.adopt"><img src="url.to.image" border="0" alt="Adopt Me" title="Adopt Me" /></a> <a href="url.to.adopt"><img src="url.to.image" border="0" alt="Adopt Me" title="Adopt Me" /></a></center>


You could use the <table> tag instead, Magitek Designs (http://www.magitek-designs.net/index.php?magitek=tutorials_view&tut=tables) has a decent tutorial there. Otherwise tutorialtastic.co.uk (http://www.tutorialtastic.co.uk/) is a good resource. I lost my favorite though, she hasn't renewed the domain and there haven't been any other updates.

gjac1
04-25-2009, 08:00 AM
Thanks for that enddayne :)

is it the adopt.php file that i edit to add that or the functions.php ??

Tequila
04-25-2009, 08:53 AM
You have to build a separate page and add the link to it manually. I don't know if you can change it for the new release yet or not, haven't tried myself.