![]() |
Page that will display a user's pets (non layout destroying update)
This script will neatly display a given user's pets, in rows of 5, up to 100.
Everybody's profile link will be: profile.php?owner=username See an example here: http://digiadopt.l4rge.com/profile.php?owner=kisazeky |
RE: Page that will display a user's pets
we have that already yey!!
|
RE: Page that will display a user's pets
It destroys my layout though.....
http://www.pokeframesadoptionstation.comuf.com/profile.php?owner=Mattalien |
RE: Page that will display a user's pets
How would one change the number of pets per row?
|
RE: Page that will display a user's pets
Rose find this line:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
Just find next $query and replace the values. |
RE: Page that will display a user's pets (non layout destroying update)
Slight issue: Some of my members have spaces in their username, and it refuses to even acknowledge that the user exists. Is there a way to fix this, or am i over-looking something?
|
RE: Page that will display a user's pets (non layout destroying update)
Quote:
if you replace line 77 with Code:
$owner = preg_replace("/[^a-zA-Z0-9\x20]/", "", $owner); Sea |
RE: Page that will display a user's pets (non layout destroying update)
Awesome, Thanks =). But how do I make a table like zhiichiro on the users page, with the ID, Username and Currency shown?
|
RE: Page that will display a user's pets (non layout destroying update)
Like this. *download the file I included*
Note for the pets link you also need the profile.php, which I also inclded. |
RE: Page that will display a user's pets (non layout destroying update)
This can be easily remade into a pokedex system. XD
|
RE: Page that will display a user's pets (non layout destroying update)
Quote:
|
RE: Page that will display a user's pets (non layout destroying update)
Quote:
Well pokedex system should list pets from number 001 to xxx, and the detailed descriptions should be accessible only for the pets you own. Dunno if this is what you are talking about. |
RE: Page that will display a user's pets (non layout destroying update)
Quote:
And what I was talking about for the pokedex is that someone did make a site about pokemon wether or not they literally have a pokedex I do not know. |
All times are GMT -5. The time now is 11:00 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.