The PokéCommunity Forums

The PokéCommunity Forums (https://www.pokecommunity.com/index.php)
-   Off-Topic (https://www.pokecommunity.com/forumdisplay.php?f=23)
-   -   SC Layout (https://www.pokecommunity.com/showthread.php?t=23311)

Golden Groudon November 25th, 2004 5:31 PM

SC Layout
 
Errr...hello

Some of you might remember my site called Latios-world. Well I've changed the name to Seafloor cavern because Latios-world sounds more like a shrine than anything else.

This is the seafloor cavern layout:

http://img.photobucket.com/albums/v176/xiongfei/preview-layout.gif

I can't show you my site because I just got a domain for it today, and it dosen't seem to work :confused:. I registered with godaddy (which I think is the most reliable domain provider) but oh well. It might be just slow today. :\

Anyways what do you think of the layout?

Morkula November 25th, 2004 5:34 PM

Wow O.O Very nice ^_^

I think that there's something about the DNS propagating or something. That's probably why your domain doesn't work. I think it takes 24-48 hours. Anyway, VERY nice layout. I really like it. :)

Cherrim November 25th, 2004 5:38 PM

GoDaddy is really good. =x I use it for almost all of my domains~ It usually takes about a day for everything to be set up (including DNS, I think). ^^; GoDaddy is incredibly fast, though, so you shouldn't be kept waiting too long~

Anyway, I really, really like that layout. ^_^ It may not be extremely colourful or anything, but it still looks great! The rounded edges look really nice. One thing you should do (if you weren't planning to already) is make the layout fill the screen in any screensize. The screenshot makes it look really small for me (my resolution is 1280 x 1024) and it would probably look a lot nicer if more space were filled on my screen. Like I said, though, if you already had that in mind, just ignore me. XD

Nice job! ^_^

Golden Groudon November 25th, 2004 5:38 PM

Thankx for the comments. Also I try to install PHP 4 on my sever but it won't work. All of my PHP pages just come up as a "windows can not open this file" page. =\

PS. I don't know how to make "stetch" layouts.


+EDIT: I got php and mysql to work. :D Now me shall get vBulletin installed.

(I got a domain and a VB for my birthday)

Claire November 26th, 2004 3:55 AM

That's a good layout, great job groudon ^^

HellishHades November 26th, 2004 3:20 PM

Quote:

Originally Posted by Golden Groudon
Thankx for the comments. Also I try to install PHP 4 on my sever but it won't work. All of my PHP pages just come up as a "windows can not open this file" page. =\

PS. I don't know how to make "stetch" layouts.


+EDIT: I got php and mysql to work. :D Now me shall get vBulletin installed.

(I got a domain and a VB for my birthday)

Code:

<table width="95%">

<!-- table stuff here -->

</table>


Simple, really. Put the per cent sign at the end of your width variable to make the table a specified percent of the window width, rather than a pixel value.


The layout's nice. It's better to have a clean layout than a colourful one, in my opinion. Mine is all shades of blue and grey, and it works well.

PichuSecretBase November 26th, 2004 5:25 PM

That's a really sweet layout~ I love it :3

Golden Groudon November 26th, 2004 7:52 PM

Quote:

Originally Posted by HellishHades
Simple, really. Put the per cent sign at the end of your width variable to make the table a specified percent of the window width, rather than a pixel value.

Well, I can't really Change it to a stretch Layout now...

Anyways, thanks for the comments.

Off subject: how do you get www.yourdomain.com/index.php?id=blablabla
to work? (the "?id=" thing)

flame_chi November 26th, 2004 8:06 PM

Quote:

Originally Posted by Golden Groudon
Well, I can't really Change it to a stretch Layout now...

Anyways, thanks for the comments.

Off subject: how do you get www.yourdomain.com/index.php?id=blablabla
to work? (the "?id=" thing)


loookin good!

Cherrim November 26th, 2004 8:14 PM

Code:

<?php include ("$id.php"); ?>
    <?php if($id=="") { $id="home"; } ?>
    <?php if (!file_exists("$id.html")) { $id = "home"; }?>


Add that code (assuming "home" is your default page, btw). That's your include file on index.php. Whenever you link to something, it would be:
Code:

<a href="?id=page">link</a>


o_O That should work, I believe~

As for stretching... it would still work on your site. ^_^; You'd need to make sure the top TD (assuming you're coding with tables) has a background that's the same all the way across. So you'd likely use the blank part between the site title and the pokeball image. =x Play around with that, see if it works. If not, no big deal. ^_^; It still looks great.

flame_chi, could you please add at least 4 words to your post? Maybe elaborate on your favourite part of the layout... otherwise it's spam. ^_^ Thanks.

flame_chi November 26th, 2004 8:17 PM

Quote:

Originally Posted by Lightning
Code:

<?php include ("$id.php"); ?>
    <?php if($id=="") { $id="home"; } ?>
    <?php if (!file_exists("$id.html")) { $id = "home"; }?>


Add that code (assuming "home" is your default page, btw). That's your include file on index.php. Whenever you link to something, it would be:
Code:

<a href="?id=page">link</a>


o_O That should work, I believe~

As for stretching... it would still work on your site. ^_^; You'd need to make sure the top TD (assuming you're coding with tables) has a background that's the same all the way across. So you'd likely use the blank part between the site title and the pokeball image. =x Play around with that, see if it works. If not, no big deal. ^_^; It still looks great.

flame_chi, could you please add at least 4 words to your post? Maybe elaborate on your favourite part of the layout... otherwise it's spam. ^_^ Thanks.


sorry.. its hard for me to tell about the layout.. i like every layout that people like to show to the forum..
n i dont know how to make them thats why

Imakuni? November 26th, 2004 8:20 PM

killer layout!!! i really like it!

AZSupraT November 26th, 2004 9:15 PM

Its pretty nice man, keep it up :)

Imakuni? November 27th, 2004 9:53 AM

GG, if you still need me to fix the layout with php, please email it to me so I can fix

Golden Groudon November 27th, 2004 1:11 PM

Check your mail again, Imakuni?. ;)

Imakuni? November 27th, 2004 1:59 PM

when you see this check ur mails ;)

Golden Groudon November 27th, 2004 3:44 PM

x_x Check your PM. I've got a problem...

Cherrim November 27th, 2004 4:27 PM

Try to keep this one on one talk solely to PMs, okay? It just keeps the board a bit cleaner. ^_^;

aRedMoon November 27th, 2004 4:44 PM

Why not just use the normal one Erica?
PHP Code:

<?php
if (!$id) {
$id "news";
$include $id ".txt";
}
else {
$include $id ".txt";
}
if (
is_file($include) == "1") {
        include 
$include;
}
else {
include 
"404.txt";
}

Maybe I'll post the tut I made earlier today in the Tech Inst. If I feel like it.


As for domains, it isn't the fault of godaddy, or wherever you bought the domain. It's called that your ISP needs to update. Which, as said, takes 24-48 hours.

Technically, if all ISPs updated every second, your domain would work as soon as you put in the nameservers. But they don't, so you have to wait for a few hours/days.


And the layout...! Awesome!

Your layouts are always great GG, I remember some of the other ones that you showed at PWCDF. Pure genious. ^_^

Imakuni? November 27th, 2004 6:51 PM

no need for a guide. i already wrote one

aRedMoon November 27th, 2004 9:45 PM

Mine's a bit more in depth. XD

Geometric-sama December 1st, 2004 1:17 AM

Layout looks brilliant! Keep it up :P

masterchief723 December 3rd, 2004 9:03 PM

Very nice, could someone make me a layout similar to that, email me at [email protected] site url: www.vermillion-city.com

Thanks

Golden Groudon December 4th, 2004 6:50 AM

Sorry but I don't take layout requests. Ask somebody like saul XD.


All times are GMT -8. The time now is 5:27 PM.


Like our Facebook Page Follow us on Twitter © 2002 - 2018 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to The Pokémon Company International and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company or The Pokémon Company International. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2016 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User generated content remains the property of its creator.

Acknowledgements
Use of PokéCommunity Assets
vB Optimise by DragonByte Technologies Ltd © 2023.