1 (edited by lie2815 2007-03-14 04:46)

Topic: Where did I make a mistake?

I installed the mod called PunPortal and since then my calendar does not work anymore. Instead, it looks like this. Does anybody know what I did wrong?
Thanks

EDIT: It looks like it has to do with the alignment of the boxes on the left side.

FluxBB - v1.4.8

Re: Where did I make a mistake?

Anybody?

FluxBB - v1.4.8

3 (edited by Mark 2007-03-15 23:55)

Re: Where did I make a mistake?

whats wrong with it?

edit: i just see the forums out of place a little, looks like the page width is a little large, try making it a little smaller

Re: Where did I make a mistake?

It kinda dropped down a "little".

FluxBB - v1.4.8

5

Re: Where did I make a mistake?

change the width in main.tpl

Re: Where did I make a mistake?

oh, oops. Which width? The main block?

FluxBB - v1.4.8

7

Re: Where did I make a mistake?

include/temlplate/main.tpl
the width in there

Re: Where did I make a mistake?

Gotcha. Thanks.

FluxBB - v1.4.8

9

Re: Where did I make a mistake?

looks like you have another hitch were the online list is.
take a look.

Re: Where did I make a mistake?

What about it?

FluxBB - v1.4.8

11

Re: Where did I make a mistake?

Is it meant to be all the way down there?
Maybe your seeing it differently to me.

Re: Where did I make a mistake?

Wait a second... do you mean the whosonline block on the left side? That should be on top of the sidebar.

FluxBB - v1.4.8

13 (edited by lie2815 2007-03-16 00:12)

Re: Where did I make a mistake?

Here is my main.tpl file.
I see no mistake.

<!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>" />
<style type="text/css">
#main
{
margin-left: 190px;
}
#left
{
float: left;
width: 180px
}
</style>
<pun_head>
</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">
            <pun_title>
            <pun_desc>
        </div>
        <pun_navlinks>
        <pun_status>
    </div>
</div>

<pun_portal_ads>

<div id="left">
    <pun_online>
    <pun_portal_forum_search>
    <div class="block">
        <h2 class="block2"><span>More Links</span></h2>
        <div class="box">
            <div class="inbox">
                <ul>
                    <li><a href="http://www.blueletterbible.org" target="new">blueletterbible.org</a></li>
                    <li><a href="http://www.preceptaustin.org" target="new">preceptaustin.org</a></li>
                    <li><a href="http://www.crosswalk.com" target="new">crosswalk.com</a></li>
                    <li><a href="../downloads" target="new">Downloads</a></li>
                </ul>        
            </div>
        </div>
    </div>
    <pun_portal_textbox>
    <pun_portal_recent_topics>
    <pun_portal_recent_posts>
    <!--<div class="block">
        <h2 class="block2"><span>Upcoming Events</span></h2>
        <div class="box">
        <pun_events>
        </div>
    </div>-->
    <!--<div class="block">
    <h2><span>Extra Block</span></h2>
        <div class="box">
            <div class="inbox">
            <p>Here is an extra block, use it wisely. Simply copy this code and paste it under this blocks code to create a duplicate block. Then simply configure its content.</p>
            </div>
        </div>
    </div>-->
</div>


 
<div id="container">
    <div id="main">
    
        <pun_announcement>
    
        <pun_main>
        
    </div>    
</div>
 
<div class="clearer"></div>
 
<pun_footer>
 
</div>
</div>
 
</body>
</html>

EDIT: Just by the way: Is google really your homepage? That would mean...

FluxBB - v1.4.8

Re: Where did I make a mistake?

Ok, now I see what you meant. My calendar works again and now the whosonline box at the bottom of the forum page is wrong. I have absolutely no clue what's going on.
Help?

FluxBB - v1.4.8

15 (edited by twohawks 2007-03-16 02:29)

Re: Where did I make a mistake?

Hi lie...
It looks perfect in Firefox.  The issues appears to me to be Div column control issues in IE.

One thing I notice... forum search, "search results as' does not wrap in IE, so it extends to the right of the text box appearing there, effectively interfering with the div containing the calendar on the right and thus pushing a section of it down.
Possibly simply properly breaking that line will help... but I would concern over more properly handling the div-columns management thing. 
I fixed a problem similar to this in the Calendar mod where the week display was goofy in IE.  I don't remember offhand, but you can probably find a discussion on it at punres in the calendar2 mod topic, and find the code in the calendar file.

Hope this helps.

TwoHawks
Love is the Function
No Form is the Tool

Re: Where did I make a mistake?

Thanks, it does help. I will try that right away. I just don't have a clue how to "properly" handle the div-columns management thing

FluxBB - v1.4.8

Re: Where did I make a mistake?

yeah.. its like freaking black magic sometimes ! lmao..

TwoHawks
Love is the Function
No Form is the Tool

Re: Where did I make a mistake?

Here are some interesting and useful links:
http://www.barelyfitz.com/screencast/ht … sitioning/
http://www.positioniseverything.net/easyclearing.html
http://www.positioniseverything.net/exp … ndent.html
http://www.google.com/search?sourceid=m … h+float+IE

Remember, punbb has a clearer you can apply (you will see it in the ids in some tags ;^)
Hope this helps.

TwoHawks
Love is the Function
No Form is the Tool

Re: Where did I make a mistake?

Sweet, thanks.
I'll look tomorrow if that helps.

FluxBB - v1.4.8