Please take a look at my members area design. http://zencms.exofire.net/zencms/
Login in with testuser as both username and password.
ratings out of 10
Please take a look at my members area design. http://zencms.exofire.net/zencms/
Login in with testuser as both username and password.
ratings out of 10
Regards,
Zenax
Looks terrific, but I'm not a big fan of left-sided designs. 8.5/10 only because of the positioning.
Other than that, terrific! Great color scheme too![]()
Last edited by Joker Boy; 07-18-2007 at 09:11 PM.
thanks joker boy. I am building code at mo, as well as writing a template for StarShine, so its a bit tough to keep it up to date at moment. However, I am going to be updating it, so it shall be centered if thats what people want.
Regards,
Zenax
I like it. I think center postitioning would be better but its cood. 9.5/10
Question: how do you make the pages like page.php?p=blogroll or others. I would like o know how to make them.
In order to do that, you would do something like:"$p" would be your page. So if this script was called index.php, you'd do index.php?p=pizza to include the page: pizza.phpPHP Code:if(isset($_GET['p']))
{
$p = $_GET['p'];
include($p.'.php');
}
Does that answer your question?
Last edited by Chris Z; 07-20-2007 at 10:26 AM.
well i did this:
that code would create: page.php?p=page and it would display This is page one!PHP Code:
switch ($HTTP_GET_VARS[p]) {
case 'page':
echo 'This is page one';
break;
}
Its not the most secure, i do have a more secure script somewhere, I just couldnt be bothered to find it!
Regards,
Zenax
I keep getting Safari cant open the page.
thanks for suggestions. Looking at your website Archkronos, I believe your ads to be in the wrong place. They need to be in header not footer
Regards,
Zenax