26

(35 replies, posted in General discussion)

avoid yahoo webhosting unless your going really basic

27

(9 replies, posted in Programming)

I am attempting to get an h1 and h4 text to align on the same line.  I want the h1 on the left, and the h4 on the right.  I have gotten this to work in a few ways, all of which seem crappy to me, but in IE it cuts the bg colour in half.  What is the best way to do this (it doesnt hve to be h1 or h4, just something i can control.)
Anyu ideas?

(similar to the "logged in as XXX and mark all as read" area here on PunBB)

28

(4 replies, posted in Programming)

Thanks!  You really are BA you know that?

29

(4 replies, posted in Programming)

ooo reallly?  Well, where in the PunBB files could I find that?  Cause I thing I want to look at it, till I understand it, and then do a mod on a nother script I'm using...

30

(4 replies, posted in Programming)

PunnBB seems to me (in regards to the avatars, or the file they are contained in) to automatically write the avatars to be CHMODed to be readable/writable.  Is this so, or do I just not grasp the idea of file permissions?  The reason I ask is, one:  I plan on eventually (after I do ALOT more learning) to write my own webcomic/forum script; and two: because I use another script for my webcomic that I have to manually go and give the comic pages them selves certain file permissions to be able to be called by the script, whereas PunBB doesnt require me to do this for the avatars.  (I ran phpBB for a while {which I hated} and I had to turn off the "upload avatar" option because they wouldn't have the correct permissions.)  Or could it possibly be senario #3, which is, my host has changed the way in which it allows its users to run php?
Whatever the case may be, thanks for lookin' here.


(PS, if it is in fact that PunBB writes the avatars you upload with the correct permissions, could you reference me to which file and line {and an example} to where I can find it?)

Thanks!

31

(2 replies, posted in Programming)

In something like PunBB, which has alot of files to it (tpl files etc), where do you start at?
It boggles my mind really, because, all the files seem to reference each other in one way or another, so, it would seem to me that when you sit down to write something like this there would have to be a starting point.
Am I right in thinking this?

Pure Genious!!!!
I have added you to my "People That Dont Suck A**" list.
Thank You!!!!!

Well, I never thought I'd get into webdesign as much as I have (i want to do this for a living now) so, i just went with yahoo! hosting.  It sucks.

Hmmm, so its perhaps a host issue...well, I'm screwed then.  I hate my host with the burning fires of a thousand suns....
It seems to me that that is probably the problem though, 'cause as far as I can see both scripts are written good enough...
Thanks though!

How would I do that?
(It's probably something I could figure out in 5 minutes of proding isnt it?)

is that there?  hmmm, when did I do that? haha... I'm a self taught webdesigner of only three months...stuff sneaks past on occasion...

here it is before tha login code:

<?php include("admin/system/engine.php"); ?>
<?php include("stats.php"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>AtomicSaturday V6.0</title>
<link href="style/v6style.css" rel="stylesheet" type="text/css" title="Dark/Pink" />
<link href="style/v6style2.css" rel="alternate stylesheet" type="text/css" title="Green" />
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
<script type="text/javascript" src="/scripts/styleswitcher.js"></script>
<script type="text/javascript" src="scripts/prototype.lite.js"></script>
<script type="text/javascript" src="scripts/moo.fx.js"></script>
<script type="text/javascript" src="scripts/moo.fx.pack.js"></script>
<script type="text/javascript">
// Initialise the effects
var stretch;
            
function init()
{
stretch = new fx.Combo('stretch', {height: true, opacity: true, duration: 500});
            
// Hide them to begin with
stretch.hide();
// This really should work.
}
</script>
</head>

<body id="V6Bod">
<?php
while($row = mysql_fetch_object($result)) {
?>
<div id="container">

<?php include("top.php"); ?>
<div id="faqwrap">
<div id="faqwrap">
<a href="#" 
onclick="setActiveStyleSheet('Dark/Pink'); 
return false;">Click For Dark/Pink Style</a>
    †    
<a href="#" 
onclick="setActiveStyleSheet('Green'); 
return false;">Click For Green Style</a></div>
<div id="divider"><hr /></div>
</div>
<div id="comicNav">†
    <?php firstPost("First","");?>†
    <?php previousPost("Previous","No Older");?>†
    <?php nextPost("Next","No Newer");?>†
    <?php lastPost("Last †","");?>
</div>

<div id="comic">
    <?php comic(); ?>
</div>

<div id="comicNav">†
    <?php firstPost("First","");?>†
    <?php previousPost("Previous","No Older");?>†
    <?php nextPost("Next","No Newer");?>†
    <?php lastPost("Last †","");?>
</div>

<div id="divider"><hr /></div>

<div id="commentContain">
<div id="clickme" onclick="stretch.toggle();" style="cursor: pointer;">Click to Toggle Comments                </div>
<div class="content" id="stretch">                
<?php include('comments.php'); ?>
</div>
</div>

<?php
if($c==0) {
?>
        
<?php
$a_query = "SELECT * FROM ".$prefix."articles WHERE parentid='$row->id' AND status='1' ORDER BY aid DESC";
$a_result = mysql_query($a_query);
while($a_row = mysql_fetch_object($a_result)) {
?>

<div id="news">
<br />
<div id="newspost">
<?php permalink(); ?><hr>
<?php postBody(); ?><hr>
by <?php getauthor("firstname"); ?> on <?php getpostdate(); ?> at <?php getposttime(); ?>
</div>
</div>

<?php
}
?>

<?php
}
?>
            
<?php
}
?>

<div id="vote"><br />
    Join the Feed!!!<br />
    <a href="feed.php"><img src="images/buttons/asrss.png" border="0"></a><br />
      Vote!<br />
    <a href="http://onlinecomics.net" target="_blank"><img src="images/buttons/OC_80x15.gif" border="0" /></a>
    <a href="http://topwebcomics.com/vote/5113/default.aspx" target="_blank">
    <img src="images/buttons/TWC_80x15.gif" border="0" /></a>
    <a href="http://www.buzzcomix.net/in.php?id=atomiceric" target="_blank">
    <img src="images/buttons/BCX_80x15.gif" border="0" /></a>
    <a href="http://www.thewebcomiclist.com/" target="_blank">
    <img src="images/buttons/TWCL_80x15.gif" border="0" /></a><br />
    <a href="http://www.onlinecomics.net/index.php?voteID=10097" target="_blank">
    Support <em>AtomicSaturday</em> at OnlineComics.net!</a>
    <br /><br />
    Help me help you!  Donate!<br />
    <form method="post" action="https://www.paypal.com/cgi-bin/webscr" target="_blank">
    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="business" value="ericsagirl@aol.com">
    <input type="hidden" name="item_name" value="donate">
    <input type="hidden" name="return" value="">
    <input type="hidden" name="cancel_return" value="">
    <input type="hidden" name="image_url" value="">
    <input type="hidden" name="bn" value="yahoo-jsbf">
    <input type="hidden" name="pal" value="C3MGKKUCCAB9J">
    <input type="hidden" name="mrb" value="R-5AJ59462NH120001H">
    <input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif">
    </form><br />
</div>

<div id="footer">†Copyright © 2006 Eric Foster & Brad Carpenter†<br />
</div>
</div>
<script
 type="text/javascript">init();</script>
</body>
</html>

It seems to me that it shouldnt make so much stuff disapear.  It would make more sense to me if I got a blank white page, as opposed to DIVs and stuff disapering as well.

I may just can the idea, and try it again after I start V7.0 of my site...
Oh well, Thanks!

I'm going to assume you just want to see the .php actually in the page, not all the ones it references, so, here it is:

(This is the mark-up after browser rendering, because other wise it looks the exact same)

With the Login code:

<!-- Counter/Statistics -->
<script language="JavaScript" src="http://hostingprod.com/js_source/geov2.js"></script>
<script language="javascript"> geovisit();</script>
<noscript><img src="http://visit.webhosting.yahoo.com/visit.gif?1167070436" border="0" width="1" height="1">
</noscript><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>AtomicSaturday V6.0</title>
<link href="style/v6style.css" rel="stylesheet" type="text/css" title="Dark/Pink" />
<link href="style/v6style2.css" rel="alternate stylesheet" type="text/css" title="Green" />
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
<script type="text/javascript" src="/scripts/styleswitcher.js"></script>

<script type="text/javascript" src="scripts/prototype.lite.js"></script>
<script type="text/javascript" src="scripts/moo.fx.js"></script>
<script type="text/javascript" src="scripts/moo.fx.pack.js"></script>
<script type="text/javascript">
// Initialise the effects
var stretch;
            
function init()
{
stretch = new fx.Combo('stretch', {height: true, opacity: true, duration: 500});
            
// Hide them to begin with
stretch.hide();
// This really should work.
}
</script>
</head>

<body id="V6Bod">
<div id="container">

<div id="banner"></div>

<div id="NavMain">
<a href= http://atomicsaturday.com  onMouseOver= "if (document.images) document.home1.src= 'http://atomicsaturday.com/images/navbuttons/home2.gif';" onMouseOut= "if (document.images) document.home1.src= 'http://atomicsaturday.com/images/navbuttons/home1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/home1.gif" name=home1 border=0></a><a href= http://atomicsaturday.com/archive.php  onMouseOver= "if (document.images) document.archive1.src= 'http://atomicsaturday.com/images/navbuttons/archive2.gif';" onMouseOut= "if (document.images) document.archive1.src= 'http://atomicsaturday.com/images/navbuttons/archive1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/archive1.gif" name=archive1 border=0></a><a href= http://atomicsaturday.com/about.php  onMouseOver= "if (document.images) document.about1.src= 'http://atomicsaturday.com/images/navbuttons/about2.gif';" onMouseOut= "if (document.images) document.about1.src= 'http://atomicsaturday.com/images/navbuttons/about1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/about1.gif" name=about1 border=0></a><a href= http://atomicsaturday.com/faq.php  onMouseOver= "if (document.images) document.faq1.src= 'http://atomicsaturday.com/images/navbuttons/faq2.gif';" onMouseOut= "if (document.images) document.faq1.src= 'http://atomicsaturday.com/images/navbuttons/faq1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/faq1.gif" name=faq1 border=0></a><a href= http://atomicsaturday.com/gallery_extras.php  onMouseOver= "if (document.images) document.gallery1.src= 'http://atomicsaturday.com/images/navbuttons/gallery2.gif';" onMouseOut= "if (document.images) document.gallery1.src= 'http://atomicsaturday.com/images/navbuttons/gallery1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/gallery1.gif" name=gallery1 border=0></a><a href= http://atomicsaturday.com/links.php  onMouseOver= "if (document.images) document.links1.src= 'http://atomicsaturday.com/images/navbuttons/links2.gif';" onMouseOut= "if (document.images) document.links1.src= 'http://atomicsaturday.com/images/navbuttons/links1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/links1.gif" name=links1 border=0></a><a href= http://atomicsaturday.com/forums/index.php  onMouseOver= "if (document.images) document.forums1.src= 'http://atomicsaturday.com/images/navbuttons/forums2.gif';" onMouseOut= "if (document.images) document.forums1.src= 'http://atomicsaturday.com/images/navbuttons/forums1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/forums1.gif" name=forums1 border=0></a>

</div>

<div id="divider"><hr /></div><div id="faqwrap">
<div id="faqwrap">



Logged in as: Phin-Rott
 † Click <a href="/forums/login.php?action=out&id=2&location_out=/index.php">here</a> to log out.</a><hr>
</div>
<div id="faqwrap">
<a href="#" 
onclick="setActiveStyleSheet('Dark/Pink'); 
return false;">Click For Dark/Pink Style</a>

    †    
<a href="#" 
onclick="setActiveStyleSheet('Green'); 
return false;">Click For Green Style</a></div>
<div id="divider"><hr /></div>
</div>
<div id="comicNav">†
    <a href='index.php?p='>First</a>†
    No Older†
    No Newer†
    <a href='index.php'>Last †</a></div>

<div id="comic">
    <img class="comicImage" src="http://atomicsaturday.com/comics/061028.jpg" /></div>

<div id="comicNav">†
    <a href='index.php?p='>First</a>†
    No Older†
    No Newer†
    <a href='index.php'>Last †</a></div>

<div id="divider"><hr /></div>

<div id="commentContain">
<div id="clickme" onclick="stretch.toggle();" style="cursor: pointer;">Click to Toggle Comments                </div>
<div class="content" id="stretch">                
</div>
</div>

        

            

<div id="vote"><br />
    Join the Feed!!!<br />
    <a href="feed.php"><img src="images/buttons/asrss.png" border="0"></a><br />

      Vote!<br />
    <a href="http://onlinecomics.net" target="_blank"><img src="images/buttons/OC_80x15.gif" border="0" /></a>
    <a href="http://topwebcomics.com/vote/5113/default.aspx" target="_blank">
    <img src="images/buttons/TWC_80x15.gif" border="0" /></a>
    <a href="http://www.buzzcomix.net/in.php?id=atomiceric" target="_blank">
    <img src="images/buttons/BCX_80x15.gif" border="0" /></a>
    <a href="http://www.thewebcomiclist.com/" target="_blank">
    <img src="images/buttons/TWCL_80x15.gif" border="0" /></a><br />

    <a href="http://www.onlinecomics.net/index.php?voteID=10097" target="_blank">
    Support <em>AtomicSaturday</em> at OnlineComics.net!</a>
    <br /><br />
    Help me help you!  Donate!<br />
    <form method="post" action="https://www.paypal.com/cgi-bin/webscr" target="_blank">
    <input type="hidden" name="cmd" value="_xclick">

    <input type="hidden" name="business" value="ericsagirl@aol.com">
    <input type="hidden" name="item_name" value="donate">
    <input type="hidden" name="return" value="">
    <input type="hidden" name="cancel_return" value="">
    <input type="hidden" name="image_url" value="">
    <input type="hidden" name="bn" value="yahoo-jsbf">
    <input type="hidden" name="pal" value="C3MGKKUCCAB9J">
    <input type="hidden" name="mrb" value="R-5AJ59462NH120001H">
    <input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif">

    </form><br />
</div>

<div id="footer">†Copyright © 2006 Eric Foster & Brad Carpenter†<br />
</div>
</div>
<script
 type="text/javascript">init();</script>
</body>
</html>

And here it is with the news and stuff:

<!-- Counter/Statistics -->
<script language="JavaScript" src="http://hostingprod.com/js_source/geov2.js"></script>
<script language="javascript"> geovisit();</script>
<noscript><img src="http://visit.webhosting.yahoo.com/visit.gif?1167070721" border="0" width="1" height="1">
</noscript><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>AtomicSaturday V6.0</title>
<link href="style/v6style.css" rel="stylesheet" type="text/css" title="Dark/Pink" />
<link href="style/v6style2.css" rel="alternate stylesheet" type="text/css" title="Green" />
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
<script type="text/javascript" src="/scripts/styleswitcher.js"></script>

<script type="text/javascript" src="scripts/prototype.lite.js"></script>
<script type="text/javascript" src="scripts/moo.fx.js"></script>
<script type="text/javascript" src="scripts/moo.fx.pack.js"></script>
<script type="text/javascript">
// Initialise the effects
var stretch;
            
function init()
{
stretch = new fx.Combo('stretch', {height: true, opacity: true, duration: 500});
            
// Hide them to begin with
stretch.hide();
// This really should work.
}
</script>
</head>

<body id="V6Bod">
<div id="container">

<div id="banner"></div>

<div id="NavMain">
<a href= http://atomicsaturday.com  onMouseOver= "if (document.images) document.home1.src= 'http://atomicsaturday.com/images/navbuttons/home2.gif';" onMouseOut= "if (document.images) document.home1.src= 'http://atomicsaturday.com/images/navbuttons/home1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/home1.gif" name=home1 border=0></a><a href= http://atomicsaturday.com/archive.php  onMouseOver= "if (document.images) document.archive1.src= 'http://atomicsaturday.com/images/navbuttons/archive2.gif';" onMouseOut= "if (document.images) document.archive1.src= 'http://atomicsaturday.com/images/navbuttons/archive1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/archive1.gif" name=archive1 border=0></a><a href= http://atomicsaturday.com/about.php  onMouseOver= "if (document.images) document.about1.src= 'http://atomicsaturday.com/images/navbuttons/about2.gif';" onMouseOut= "if (document.images) document.about1.src= 'http://atomicsaturday.com/images/navbuttons/about1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/about1.gif" name=about1 border=0></a><a href= http://atomicsaturday.com/faq.php  onMouseOver= "if (document.images) document.faq1.src= 'http://atomicsaturday.com/images/navbuttons/faq2.gif';" onMouseOut= "if (document.images) document.faq1.src= 'http://atomicsaturday.com/images/navbuttons/faq1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/faq1.gif" name=faq1 border=0></a><a href= http://atomicsaturday.com/gallery_extras.php  onMouseOver= "if (document.images) document.gallery1.src= 'http://atomicsaturday.com/images/navbuttons/gallery2.gif';" onMouseOut= "if (document.images) document.gallery1.src= 'http://atomicsaturday.com/images/navbuttons/gallery1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/gallery1.gif" name=gallery1 border=0></a><a href= http://atomicsaturday.com/links.php  onMouseOver= "if (document.images) document.links1.src= 'http://atomicsaturday.com/images/navbuttons/links2.gif';" onMouseOut= "if (document.images) document.links1.src= 'http://atomicsaturday.com/images/navbuttons/links1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/links1.gif" name=links1 border=0></a><a href= http://atomicsaturday.com/forums/index.php  onMouseOver= "if (document.images) document.forums1.src= 'http://atomicsaturday.com/images/navbuttons/forums2.gif';" onMouseOut= "if (document.images) document.forums1.src= 'http://atomicsaturday.com/images/navbuttons/forums1.gif';"><img src="http://atomicsaturday.com/images/navbuttons/forums1.gif" name=forums1 border=0></a>

</div>

<div id="divider"><hr /></div><div id="faqwrap">
<div id="faqwrap">
<a href="#" 
onclick="setActiveStyleSheet('Dark/Pink'); 
return false;">Click For Dark/Pink Style</a>
    †    
<a href="#" 
onclick="setActiveStyleSheet('Green'); 
return false;">Click For Green Style</a></div>
<div id="divider"><hr /></div>
</div>
<div id="comicNav">†
    <a href='index.php?p=1'>First</a>†
    <a href='index.php?p=22'>Previous</a>†

    No Newer†
    </div>

<div id="comic">
    <img class="comicImage" src="http://atomicsaturday.com/comics/061028.jpg" /></div>

<div id="comicNav">†
    <a href='index.php?p=1'>First</a>†
    <a href='index.php?p=22'>Previous</a>†

    No Newer†
    </div>

<div id="divider"><hr /></div>

<div id="commentContain">
<div id="clickme" onclick="stretch.toggle();" style="cursor: pointer;">Click to Toggle Comments                </div>
<div class="content" id="stretch">                

     
     

<br />
        <div class="commentPost">
         
          <h2 class="commentTitle"><a href='http://atomicsaturday.com'>++SC++</a> says:</h2>

          <p>I thought I DID post a comment - Eh, oh well.  I don't recall what I said!  Anyways, this page is awesome!  Eric, I envy your creativity ... Pffttt!!!</p>
          <div class="byline">posted on Saturday, 28 October 2006 @ 21:20:00</div>
        </div><br />

             
    
     
     

<br />
        <div class="commentPost">
         
          <h2 class="commentTitle"><a href='http://www.jackofallblades.com'>Zachary Lewis</a> says:</h2>

          <p>Yay! Super sliding comments!</p>
          <div class="byline">posted on Thursday, 02 November 2006 @ 14:44:15</div>
        </div><br />

             
    
     
     

<br />
        <div class="commentPost">
         
          <h2 class="commentTitle"><a href='http://atomicsaturday.com'>++SC++</a> says:</h2>

          <p>Ooo check that out ... nifty indeed =)</p>
          <div class="byline">posted on Thursday, 02 November 2006 @ 14:53:14</div>
        </div><br />

             
    
     
     

<br />
        <div class="commentPost">
         
          <h2 class="commentTitle"><a href='http://www.jackofallblades.com'>Zachary Lewis</a> says:</h2>

          <p>And now your news doesn't disappear!</p>
          <div class="byline">posted on Thursday, 02 November 2006 @ 18:27:29</div>
        </div><br />

             
    
     
     

<br />
        <div class="commentPost">
         
          <h2 class="commentTitle"><a href='http://atomicsaturday.com'>Phin-Rott</a> says:</h2>

          <p>I know!  If anyone is reading this, Zachary Lewis is a badass!</p>
          <div class="byline">posted on Thursday, 02 November 2006 @ 20:02:20</div>
        </div><br />

             
    
     
     

<br />
        <div class="commentPost">
         
          <h2 class="commentTitle"><a href='http://atomicsaturday.com'>++SC++</a> says:</h2>

          <p>I am awesome ... no, wait ... you are!  Haha ... take that!</p>
          <div class="byline">posted on Friday, 03 November 2006 @ 22:10:43</div>
        </div><br />

             
    
     
     

<br />
        <div class="commentPost">
         
          <h2 class="commentTitle"><a href='http://www.myspace.com/jeff_mccune'>knupresoleht</a> says:</h2>

          <p>dude, so i really like what your doing man, that was real sweet...</p><p>let me know when you get more done!</p><p>--jeph from HT</p>
          <div class="byline">posted on Thursday, 09 November 2006 @ 06:29:37</div>
        </div><br />

             
       
    <div class="commentEntry">
        <form method="post" action="/index.php">
            <br /><i><b>Leave A Comment!</b></i><br /><br />

            <input type="hidden" name="comments" value="post" />
            <input type="hidden" name="p" value="23" />
            <input type="hidden" name="parentid" value="23" />
            <input type="text" value="" name="author" size="36" /> name<br />
            <input type="text" value="" name="email" size="36" /> e-mail (not shown)<br />
            <input type="text" value="" name="url" size="36" /> website<br />

            <textarea name="comment" cols="50" rows="8"></textarea><br />
            <input type="submit" value="post comment to AS" /><br class="noFloat" />
            Do we suck?  Are we awesome?  Lets us know! Either way,<br />Thanks for the Comment!
            </form>
    </div><br />
</div>
</div>

        

<div id="news">
<br />

<div id="newspost">
<a href="/index.php?p=23#25" name="25">New Years, New Style</a><hr>
AtomicSaturday will be back in Janurary.  Also, the new site design is still not done, so, if its unbearable, gimme a few days, and it'll rock again.<hr>
by Phin-Rott on Thursday, 07 December 2006 at 01:28:50</div>
</div>


<div id="news">
<br />
<div id="newspost">
<a href="/index.php?p=23#24" name="24">New Year Shhtufff</a><hr>
Atomic Saturday will be back on the map come New Years ... maybe sooner?  I don't know. =)  But check back often!  &hearts Aly (++SC++)<hr>

by ++SC++ on Sunday, 03 December 2006 at 11:20:10</div>
</div>


<div id="news">
<br />
<div id="newspost">
<a href="/index.php?p=23#21" name="21">I need a pen</a><hr>
I would really like to draw up a new page, but I dont have a pen.  I'll get started on P.3 on Saturday.<hr>
by Phin-Rott on Thursday, 02 November 2006 at 16:31:52</div>
</div>

<div id="news">
<br />
<div id="newspost">
<a href="/index.php?p=23#19" name="19">Join the Feed!</a><hr>
I dont know anything about RSS or news feeds, but, we have one here, so, if your the type to use news readers, join the feed!
<br /><img src='http://i61.photobucket.com/albums/h45/ericsagirl/nets1x1.gif' border='0' alt=''><hr>
by Phin-Rott on Sunday, 29 October 2006 at 19:15:54</div>
</div>


<div id="news">
<br />
<div id="newspost">
<a href="/index.php?p=23#17" name="17">Happy Halloween Ass-F*cker!!!</a><hr>

Sorry this page took so long, and, sorry also that I seem to need to apologize everytime I post a new comic, due to the wait.
<br />Antways, her you are, enjoy!
<br />And comment!<hr>
by Phin-Rott on Saturday, 28 October 2006 at 20:38:28</div>
</div>


            

<div id="vote"><br />
    Join the Feed!!!<br />
    <a href="feed.php"><img src="images/buttons/asrss.png" border="0"></a><br />
      Vote!<br />

    <a href="http://onlinecomics.net" target="_blank"><img src="images/buttons/OC_80x15.gif" border="0" /></a>
    <a href="http://topwebcomics.com/vote/5113/default.aspx" target="_blank">
    <img src="images/buttons/TWC_80x15.gif" border="0" /></a>
    <a href="http://www.buzzcomix.net/in.php?id=atomiceric" target="_blank">
    <img src="images/buttons/BCX_80x15.gif" border="0" /></a>
    <a href="http://www.thewebcomiclist.com/" target="_blank">
    <img src="images/buttons/TWCL_80x15.gif" border="0" /></a><br />
    <a href="http://www.onlinecomics.net/index.php?voteID=10097" target="_blank">
    Support <em>AtomicSaturday</em> at OnlineComics.net!</a>

    <br /><br />
    Help me help you!  Donate!<br />
    <form method="post" action="https://www.paypal.com/cgi-bin/webscr" target="_blank">
    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="business" value="ericsagirl@aol.com">
    <input type="hidden" name="item_name" value="donate">
    <input type="hidden" name="return" value="">
    <input type="hidden" name="cancel_return" value="">

    <input type="hidden" name="image_url" value="">
    <input type="hidden" name="bn" value="yahoo-jsbf">
    <input type="hidden" name="pal" value="C3MGKKUCCAB9J">
    <input type="hidden" name="mrb" value="R-5AJ59462NH120001H">
    <input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif">
    </form><br />
</div>

<div id="footer">†Copyright © 2006 Eric Foster & Brad Carpenter†<br />

</div>
</div>
<script
 type="text/javascript">init();</script>
</body>
</html>

And in case neither is what you wanted, here is the page, before rendering: (with and without the login code)

<?php include("admin/system/engine.php"); ?>
<?php include("stats.php"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>AtomicSaturday V6.0</title>
<link href="style/v6style.css" rel="stylesheet" type="text/css" title="Dark/Pink" />
<link href="style/v6style2.css" rel="alternate stylesheet" type="text/css" title="Green" />
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
<script type="text/javascript" src="/scripts/styleswitcher.js"></script>
<script type="text/javascript" src="scripts/prototype.lite.js"></script>
<script type="text/javascript" src="scripts/moo.fx.js"></script>
<script type="text/javascript" src="scripts/moo.fx.pack.js"></script>
<script type="text/javascript">
// Initialise the effects
var stretch;
            
function init()
{
stretch = new fx.Combo('stretch', {height: true, opacity: true, duration: 500});
            
// Hide them to begin with
stretch.hide();
// This really should work.
}
</script>
</head>

<body id="V6Bod">
<?php
while($row = mysql_fetch_object($result)) {
?>
<div id="container">

<?php include("top.php"); ?>
<div id="faqwrap">

// FROM HEREvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
<?php 
define("PUN_ROOT", "forums/");
include("forums/include/common.php");
include("logfunc.php");

login_menu();
?><hr>
// HERE IS ALL THE CODE I ADD (of course, these arrows or //COMMENTS arent here^^^^^^^^^^^^^^^^^^^^
<div id="faqwrap">
<a href="#" 
onclick="setActiveStyleSheet('Dark/Pink'); 
return false;">Click For Dark/Pink Style</a>
    †    
<a href="#" 
onclick="setActiveStyleSheet('Green'); 
return false;">Click For Green Style</a></div>
<div id="divider"><hr /></div>
</div>
<div id="comicNav">†
    <?php firstPost("First","");?>†
    <?php previousPost("Previous","No Older");?>†
    <?php nextPost("Next","No Newer");?>†
    <?php lastPost("Last †","");?>
</div>

<div id="comic">
    <?php comic(); ?>
</div>

<div id="comicNav">†
    <?php firstPost("First","");?>†
    <?php previousPost("Previous","No Older");?>†
    <?php nextPost("Next","No Newer");?>†
    <?php lastPost("Last †","");?>
</div>

<div id="divider"><hr /></div>

<div id="commentContain">
<div id="clickme" onclick="stretch.toggle();" style="cursor: pointer;">Click to Toggle Comments                </div>
<div class="content" id="stretch">                
<?php include('comments.php'); ?>
</div>
</div>

<?php
if($c==0) {
?>
        
<?php
$a_query = "SELECT * FROM ".$prefix."articles WHERE parentid='$row->id' AND status='1' ORDER BY aid DESC";
$a_result = mysql_query($a_query);
while($a_row = mysql_fetch_object($a_result)) {
?>

<div id="news">
<br />
<div id="newspost">
<?php permalink(); ?><hr>
<?php postBody(); ?><hr>
by <?php getauthor("firstname"); ?> on <?php getpostdate(); ?> at <?php getposttime(); ?>
</div>
</div>

<?php
}
?>

<?php
}
?>
            
<?php
}
?>

<div id="vote"><br />
    Join the Feed!!!<br />
    <a href="feed.php"><img src="images/buttons/asrss.png" border="0"></a><br />
      Vote!<br />
    <a href="http://onlinecomics.net" target="_blank"><img src="images/buttons/OC_80x15.gif" border="0" /></a>
    <a href="http://topwebcomics.com/vote/5113/default.aspx" target="_blank">
    <img src="images/buttons/TWC_80x15.gif" border="0" /></a>
    <a href="http://www.buzzcomix.net/in.php?id=atomiceric" target="_blank">
    <img src="images/buttons/BCX_80x15.gif" border="0" /></a>
    <a href="http://www.thewebcomiclist.com/" target="_blank">
    <img src="images/buttons/TWCL_80x15.gif" border="0" /></a><br />
    <a href="http://www.onlinecomics.net/index.php?voteID=10097" target="_blank">
    Support <em>AtomicSaturday</em> at OnlineComics.net!</a>
    <br /><br />
    Help me help you!  Donate!<br />
    <form method="post" action="https://www.paypal.com/cgi-bin/webscr" target="_blank">
    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="business" value="ericsagirl@aol.com">
    <input type="hidden" name="item_name" value="donate">
    <input type="hidden" name="return" value="">
    <input type="hidden" name="cancel_return" value="">
    <input type="hidden" name="image_url" value="">
    <input type="hidden" name="bn" value="yahoo-jsbf">
    <input type="hidden" name="pal" value="C3MGKKUCCAB9J">
    <input type="hidden" name="mrb" value="R-5AJ59462NH120001H">
    <input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif">
    </form><br />
</div>

<div id="footer">†Copyright © 2006 Eric Foster & Brad Carpenter†<br />
</div>
<?php include('http://atomicsaturday.com/forums/include/user/login.php'); ?>
</div>
<script
 type="text/javascript">init();</script>
</body>
</html>

38

(9 replies, posted in PunBB 1.2 show off)

Note: Still as pink as ever, But the layout is way better than it was...


Not better than what the default style is, better than my previous layout...

Hmm, well, yeah, but I'm curious, what exactly would you like?  I use the "login" thing found here: "Steps to Integrate Login/Logout by ontap"
I would assume this is what you would like to see.
As for the .php for the news and comments, I can find it if its what you need.

Will do.
AtomicSaturday
The "first, previous, next" etc. links for the comic get jacked up and the news and comments are usually displayed below the comic.  I've put in the login code, for now, so you can see what i meen, I'll remove it later so that you can see how the page should look.

I'm just trying to add a "log in" area at the top of my main site.  The comments and news disapear completly when I add the login box.  Other than that I got the login to work perfectly though.

I run a little webcomic, which I power with a "blog" style script (for webcomics) called someryC.  Well, I tried to integrate PunBB's login with the rest of my site but it somehow negates someryC.  What it does is, my "News" and comments disapear when I add the Login stuff from PunnBB.
I imagine that this is probably a pretty complex problem (i.e. the solution is complex) so if I'm boned, thats cool, but if anybody has an idea as to how I can fix this, I would really appreciate it.

43

(0 replies, posted in PunBB 1.2 troubleshooting)

I've integrated PunBB into my site, looks good I think, in the CSS (cause I've used my own) what is the spesific CSS for aligning the user info in posts (Name, avatar, location, etc) to left?  Currently it is spaced over to the right.
Thanks!

44

(9 replies, posted in PunBB 1.2 show off)

Schooling and my girl, thats about it for me, as far as denton goes.  Otherwise, Ft.Worth for me...

45

(9 replies, posted in PunBB 1.2 show off)

Howdy neighbor.   Workin' on the pink and some layout stuff as we speak...

46

(9 replies, posted in PunBB 1.2 show off)

Thanks!  Integration was the main thing I was wanting in a forum script, and this was the easiest to understand forum I found.  Yeah, I might need to find some other colour besides pink to switch it up a bit.  Thanks for the compliments!

47

(9 replies, posted in PunBB 1.2 show off)

I've messed with a bunch of the other forum scripts out there, never liked 'em.  Then I ran across PunBB.  Its awesome.  Its easy (for a coding noob like me).  Anyways, This is an example of what I've got goin' on. 
AtomicSaturday Forums.
Not much going on action wise, but, its an awesome script.

48

(62 replies, posted in News)

wel