1 (edited by Chris Powell 2007-08-29 12:02)

Topic: PunPortal - Extra Block

***deleted***

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.

where can do i do this? cool

Re: PunPortal - Extra Block

PunPortal.tpl

FluxBB - v1.4.8

Re: PunPortal - Extra Block

thanks smile

Re: PunPortal - Extra Block

sorry to be a pain but how do i delete the block?

<!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_portal_title>
            <pun_portal_desc>
        </div>
        <pun_navlinks>
    </div>
</div>

<pun_portal_ads>

<div id="left">
    <pun_portal_navigation>
    <pun_portal_login>
    <pun_portal_forum_stats>
    <pun_portal_forum_search>
    <pun_portal_recent_topics>
    <pun_portal_recent_posts>
    <pun_portal_top_posters>
    <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="main">
    <pun_main>
</div>

<div class="clearer"></div>

<pun_portal_users_online>

<pun_footer>

</div>
</div>

</body>
</html>

5 (edited by lie2815 2007-03-15 02:26)

Re: PunPortal - Extra Block

Here you go:

<!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_portal_title>
            <pun_portal_desc>
        </div>
        <pun_navlinks>
    </div>
</div>

<pun_portal_ads>

<div id="left">
    <pun_portal_navigation>
    <pun_portal_login>
    <pun_portal_forum_stats>
    <pun_portal_forum_search>
    <pun_portal_recent_topics>
    <pun_portal_recent_posts>
    <pun_portal_top_posters>
</div>

<div id="main">
    <pun_main>
</div>

<div class="clearer"></div>

<pun_portal_users_online>

<pun_footer>

</div>
</div>

</body>
</html>

EDIT: Actually, you better comment it out (what I deleted), so that you can use it later if you want to.
P.S.: Did you get my mail?

FluxBB - v1.4.8

Re: PunPortal - Extra Block

cheers for that! i've made a note of it yeah. thanks. No emails come through no.....

Re: PunPortal - Extra Block

I mailed you that I edited the plugin for the portal, so that you can add/edit the title/content of an extra text block (theoretically - with a few changes, you could also set at which site it appears).
If you want to see what I mean, go here:
www.bydebrasdesigns.com/biblestudy/forum
The box is called 'Weekly Verse'.
However, if you have any other questions, we could chat about it on my website. Just tell me if you want to.

FluxBB - v1.4.8