I activated it and looked at the error. I did a little detective work and find the problem and fixed it. Thanks pogen ^_^.

I installed the Complete Control of Posts mod so I could Move, Delete, and Almgagate posts. Everything seems to work fine, except for one thing. I can't actually do anything from moderate.php. When I try to go to moderate.php I get this error:

Error: Unable to fetch forum info.

Any ideas?

3

(5 replies, posted in PunBB 1.2 troubleshooting)

Could you give a link to your forum? That way we can see your problem.

4

(7 replies, posted in PunBB 1.2 discussion)

I think it may stand for column but I could be totally off. Someone care to clear it up?

5

(15 replies, posted in PunBB 1.2 troubleshooting)

Thank you so much Janssen! It didn't work for my main.tpl at first but I did some tinkering (recoding the rest of my main.tpl XD) and I got it. Check it out here: http://sameold.org/fpc/index.php. Once again Janssen, thanks a bunch!

Anyone know how to actually make the three columns other than Janssen?

7

(15 replies, posted in PunBB 1.2 troubleshooting)

T_T.

I would contact Jansson but he doesn't have any info in his profile.

8

(15 replies, posted in PunBB 1.2 troubleshooting)

That put everything that was on the left, onto the right.

9

(15 replies, posted in PunBB 1.2 troubleshooting)

Sorry to double post. Kato and I have been working on this and keeping in touch through email but we've had no luck. Does anyone have a clue about the portal?

sirena I don't really see anything wrong with his request..

Anyway, I'm not really trusted so sorry Lucifer, but the mods should be pretty easy to install, I've installed all of those at least once on one PunBB forum or another. Also, www.nignet.org rofl. I hadn't clicked the link and I thought it was a Black enthusiast forum XD.

11

(15 replies, posted in PunBB 1.2 troubleshooting)

No, I haven't done that. Unfortunately I'm heading out to work after I type this. When you get the chance, could you try it out and posts your results? I won't be on again until tomorrow.

12

(15 replies, posted in PunBB 1.2 troubleshooting)

Please do try. I really need to have left and right bars. If you succeed, I'd appreciate a snippet of the code, or maybe the whole thing.

13

(15 replies, posted in PunBB 1.2 troubleshooting)

Here's my current main.tpl:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>
<style type="text/css">
    #left {
        width: 140px;
        float: left;
    }
    #main {
        margin-left: 150px;
    margin-right: 150px;
    }
    #container {
        width: 100%;
    float: right;
        margin-left: -140px;
    }
    #right {
        width: 140px;
        float: right;
    }
</style>
</head>
<body>
 
<div id="punwrap">
<div id="pun<pun_page>" class="pun">
 
<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="inbox">
            <center><img src="http://www.sameold.org/fpc/logo.php" alt="The Flower Power Clan" /></center>
            <center><pun_desc></center>
        </div>
        <pun_navlinks>
        <pun_status>
    </div>
</div>
 
<div id="container">
    <div id="main">
    
        <pun_announcement>
    
        <pun_main>
        
    </div>    
</div>

<div id="right">    
<div class="block">
        <h2 class="block2"><span>Affiliates</span></h2>
        <div class="box">
        Affs Here
        </div>
</div>
</div>

<div id="left">    
    <div class="block">
        <h2><span>Menu</span></h2>
        <div class="box">
        <pun_sidelinks>            
        </div>
    </div>
    <div class="block">
        <h2 class="block2"><span>Links</span></h2>
        <div class="box">
            <div class="inbox">
                <ul>
                    <li>-<a href="http://flowerpowerclan.16.forumer.com/index.php">FPC Archives</a></li>
                    <li>-<a href="http://gamersociety.forumer.com">Pega's Gaming Society</a></li>
                    <li>-<a href="http://tehplace.boardzero.com">Teh Place</a></li>
                    <li>-<a href="http://hypocrites.forumer.com">Samuel's Message Board</a></li>
                    <li>-<a href="http://www.animalcrossingwildworld.com/forums">ACWW Unofficial Fansite</a></li>
                    <li>-<a href="http://www.animalxing.com/hybrids.php">AnimalXing.com Hybrid Guide (Great for clan breeders!)</a></li>
            <li>-<a href="http://animalcrossingw.boardzero.com/">Dshacker's ACWW Forum</a></li>
                </ul>        
            </div>
        </div>
    </div>

<div class="block">
        <h2 class="block2"><span>Who's Online?</span></h2>
        <div class="box">
        <pun_online>
        </div>
</div>
</div>

<div class="clearer"></div>
 
<pun_footer>
 
</div>
</div>
 
</body>
</html>

And to see what it looks like: http://sameold.org/fpc/index.php

I wanted the Affiliates box on the right but what I have in main.tpl now doesn't work.

14

(15 replies, posted in PunBB 1.2 troubleshooting)

1st Problem. I successfully got the Miniportal working by following Connorhd's wiki tutorial. I got the left boxes and everything. I was wondering, is there a way to add boxes to the right also? I edited main.tpl and everything but the box would sort of fix itself actually underneath the news box. Not like below it, actually underneath like a layer. Can someone share how to put boxes on the right?

2nd Problem. I installed the Calendar mod but I would like to have a box on my portal's frontpage that shows the date, time, and the next upcoming event. I am new to PunBB modding so I don't know what to do.

3rd Problem. I'd like to have a Last Seen box, how would I go about that?

If you can help me with any of these I'd be thankful.