Topic: someryC VS. PunBB...My Problem...

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.

Re: someryC VS. PunBB...My Problem...

Moved to Integration
I'm not sure how it could "negate" the stuff you have: how are you trying to integrate it?

Re: someryC VS. PunBB...My Problem...

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.

4

Re: someryC VS. PunBB...My Problem...

That sounds like a markup/css problem rather than a coding one. We would have to see a page with the integrated login box to work out what was happening though.

Re: someryC VS. PunBB...My Problem...

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.

Re: someryC VS. PunBB...My Problem...

Mmm, could you post the PHP for that page before you add the login and after?

Re: someryC VS. PunBB...My Problem...

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.

Re: someryC VS. PunBB...My Problem...

Well, I want to see the PHP of the page where you added the login, before and after you added it wink

Re: someryC VS. PunBB...My Problem...

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>

Re: someryC VS. PunBB...My Problem...

I was looking for the third thing (although I'd like to see what it looks like BEFORE you add the login code as well)
One thing I noticed, you have this line:

<?php include('http://atomicsaturday.com/forums/include/user/login.php'); ?>

Does it do anything?
Other than that, I can't really see anything wrong: without knowing anything about the comic script you're using, I can't really say what's wrong

Re: someryC VS. PunBB...My Problem...

Actually, I *think* I may know the issue (I just took a look at the code)
By including common.php, you're creating a new database connection. SomeryC doesn't specify which database connections to use: instead, it uses the most recently created one. If that MySQL user doesn't have power over the SomeryC database, the information isn't loaded (and they don't check for errors so you wouldn't be told). The easiest fix is to grant the PunBB user rights over the SomeryC database

Re: someryC VS. PunBB...My Problem...

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!

Re: someryC VS. PunBB...My Problem...

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

Re: someryC VS. PunBB...My Problem...

I'd talk to your host: it depends on how they let you modify MySQL user permissions

Re: someryC VS. PunBB...My Problem...

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!

16 (edited by Smartys 2006-12-25 22:48)

Re: someryC VS. PunBB...My Problem...

Who's your host? I might be able to find info online

Edit:
The alternative is to try moving these lines:

define("PUN_ROOT", "forums/");
include("forums/include/common.php");
include("logfunc.php");

to the VERY top of index.php, above everything else (enclosed in <?php ?> tags of course). That should deal with the connection issue

Re: someryC VS. PunBB...My Problem...

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.

Re: someryC VS. PunBB...My Problem...

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

Re: someryC VS. PunBB...My Problem...

No problem smile