You should only see the queries you are running e.g 5 queries being ran. It's very pointless _fetch and _rows being counted it's misleading. I hope you take my feedback on board. :) x
Printable View
I think u should make it compatible with em all tbh. I mean tons of people use 'Phoenix' and very few use others like hang etc. anymore. Idk but its fully up to you. But i totally enjoy seeing this CMS. This is great progress so far man. Great work!:thumbup:
Very Simple Release - Keep it up-
You just need to stop acting gay.
---------- Post added at 03:02 PM ---------- Previous post was at 03:01 PM ----------
Took your advice
With only queries:
http://screensnapr.com/e/SDUAna.png
---------- Post added at 03:05 PM ---------- Previous post was at 03:02 PM ----------
I did say the 'minimum' Meaning a blank page like so:
(Taken before the usage clean-up)
http://screensnapr.com/e/vJ014F.png
(Taken after the usage clean-up)
http://screensnapr.com/e/IQwKaZ.png
---------- Post added at 03:12 PM ---------- Previous post was at 03:05 PM ----------
Didn't mean to show my experimental design.. Oh well which does look better though? Container Box or No Box
The third picture has no content and I wasn't talking about that..?
http://screensnapr.com/e/1hHnSH.png
VS
http://screensnapr.com/e/NlzJIg.png
Nice Layout, simple but nice.
I'm about to start Minimail. I wanted to make it nice so I'm adding Dominic Gunn's script to it
http://screensnapr.com/e/qMMkkd.png
It's a pretty basic idea of inserting into a database/reading from the database. I should be done in 10 minutes or so, I'll show you all after I finish some homework :]
---------- Post added at 08:58 PM ---------- Previous post was at 06:13 PM ----------
Ok Minimail is pretty much done minus the submission.
Mail.tpl
Image(Hidden)PHP Code:<div class="Big-Left">
<div class="bhead" id="red">Minimail</div>
<?php
global $db,$users,$funcs;
$result = $db->Select("SELECT * FROM mail WHERE reciever = '".$_SESSION['username']."' ORDER BY timestamp DESC LIMIT 5");
while($r = $db->Fetch_Array($result)){
$user = $db->Select("SELECT * FROM users WHERE username = '".$r['sender']."'");
while($u = $db->Fetch_Array($user)){
echo $users->RetrieveHead($u['look']).' <b>From:</b> '.$r['sender'].' <b>Title:</b> '.$r['title'].'<div style="float: right"><a href="#" class="Show">Show/hide</a>
'.$r['date'].'</div><br />';
echo '<div class="Mail">'.$r['message'].'</div>';
}
}
?>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
# You'll see on release #
</script>
http://screensnapr.com/e/zZ1mVv.png
Image(Shown)
http://screensnapr.com/e/CXLRoA.png
Nice one Cobe! I've been watching this thread since day one your doing great ;D.
Posted via Mobile Device