try to add something new to make it more unique.
5/10 btw nice rel.
Printable View
try to add something new to make it more unique.
5/10 btw nice rel.
If you want ill edit some things in <?php and give out the source to kellynn and she can use it as her own Credits to her idea :)))
I'm not using as a VIP page.
I'm using as a about us page.
This works more like a blank page to edit.
I'm not using as a VIP page.
I'm using as a about us page.
This works more like a blank page to edit.
Nice release!
Not bad for a beginner. What I also like is that we can use this page for other things - besides VIP page.
9/10 Good work!
Off Topic:
Lol, double post.
it's a good release, but i don't see what makes it a ''VIP'' page, all it is are some habblets with the colours changed. You can maybe make it a customizable page with some different ideas posted for it?
Btw, why's a hot non-asian chick learning PHP? I've seen it all now LOL.
Haha at the post above i agree
i like it nice job
http://i39.tinypic.com/10fqaex.jpg
Not sure if its just me but ..
the blue box and the red box when i edit one of them they both come out with the same text
this happen to anyone else?
How do you insert the html text and stuff?
Edit: off topic sorry for this :((
Maybe if i get my new computer ricky should teach me :D
by the way 8/10
the page is reading the same info from cms_content
make sure it looks like this.
PHP Code:<div id="container">
<div id="content">
<div id="column1" class="column">
<div class="habblet-container ">
<div class="cbb clearfix <?php echo stripslashes(getContent('vip3-color')); ?> ">
<h2 class="title"><?php echo stripslashes(getContent('vip3-heading')); ?>
</h2>
<div id="notfound-looking-for" class="box-content">
<p><?php echo stripslashes(getContent('vip3')); ?></p>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="cbb clearfix <?php echo stripslashes(getContent('vip4-color')); ?> ">
<h2 class="title"><?php echo stripslashes(getContent('vip4-heading')); ?>
</h2>
<div id="notfound-looking-for" class="box-content">
<p><?php echo stripslashes(getContent('vip4')); ?></p>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix <?php echo stripslashes(getContent('vip1-color')); ?> ">
<h2 class="title"><?php echo stripslashes(getContent('vip1-heading')); ?>
</h2>
<div id="notfound-looking-for" class="box-content">
<p><?php echo stripslashes(getContent('vip1')); ?></p>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="cbb clearfix <?php echo stripslashes(getContent('vip2-color')); ?> ">
<h2 class="title"><?php echo stripslashes(getContent('vip2-heading')); ?>
</h2>
<div id="notfound-looking-for" class="box-content">
<p><?php echo stripslashes(getContent('vip2')); ?></p>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
</div>