976

(7 replies, posted in PunBB 1.2 discussion)

what is it called?
or a link?


that a bug that i find.....
thanks
Q

how about using punbb Multi-Forum Mod... example: http://mypunbb.net.forum1 forum2 forum3 etc. 1 db ...
Multi-Forum Mod
http://www.punres.org/files.php?pid=176

Q

978

(15 replies, posted in PunBB 1.2 show off)

sorry, i didnt mean to complaining... that not what i tried to do....


Q

979

(15 replies, posted in PunBB 1.2 show off)

naitkris. the site looks good on the integrations.. and the mods look good.

nalan.org- Powered by PunBB© Copyrighted Material 2000?2007 MC
modelcrowd.com-Powered by PunBB© Copyrighted Material 2000?2007 Modelcrowd.com

the contents of the site news images and other article that i have added and will add belong to me.
the powered by punbb gives a like and i my sself design any form for anyone using punbb.
i have serveral times at the guru's at punbb and punres. if it is ok to post powered by punbb

i have received nothing but yes u cans.
it is simply to give credit where it is due......

if there is any code on my site that anyone needs i do openly share everything that i have modded or created.

im not gripping or talking about anyone .. just simple credit where people can see and want to you punbb.


Q

hummm... simple create 3 forums in the one site and build the main.tpl to look like each site. but use 1 db for all three punbb forums. with a little moding all the user can visit all three forums and be a member of each .......

Q

981

(7 replies, posted in PunBB 1.2 discussion)

ok simple then... take out the right or left add the value to the main.

Q

982

(7 replies, posted in PunBB 1.2 discussion)

fixed width,
#punwrap {width: 950px; margin: 12px auto}
that set the width and the centering.....

983

(7 replies, posted in PunBB 1.2 discussion)

i made a three column css
http://nalan.org
add that to the main.tpl
between the pun_head
and the /head

<pun_head>
<style type="text/css">
      #left     {
    float:left;
    width: 160px;
    overflow: hidden;
}

#right     {
    float:right;
    width: 160px;
    overflow: hidden;
}
 /*#container {
        width: 100%;
        float: right;
        margin-left: -180px;
    }*/
#main {margin-left:175px; margin-right:175px;}
#punwrap {width: 950px; margin: 12px auto}
    </style>
</head>

984

(37 replies, posted in PunBB 1.2 show off)

all you need to do is add the image upload mod to it..
or a image link to display the images..

985

(37 replies, posted in PunBB 1.2 show off)

ummm the links with categories mod looks like the best thing to use...
people can submit there ads in a category

try it out
http://bunpai.com/Links.php?new_link

986

(37 replies, posted in PunBB 1.2 show off)

ok im thinking like a rss feeder might be the way to go... let me find that script i used a while back...

example: http://bunpai.com on the right side........

987

(37 replies, posted in PunBB 1.2 show off)

this seem to be the script?
now if that can be turned into a script like google ads..
ummm....

im thinking on it..

http://adsbb.com/top100ads.php

if it would show say 5 at a time and rotate on page refresh.. that would be cool.

988

(37 replies, posted in PunBB 1.2 show off)

http://nalan.org/product.php?id=7

989

(37 replies, posted in PunBB 1.2 show off)

where is the beginning table at?

<table>

990

(15 replies, posted in PunBB 1.2 show off)

that kewl...

one idea is how snews does there stuff ...

simple place tags where you want the stuff to show up.. kind of how the main.tpl is now.

cons: u will have to redo the css for the forum to match the site.

992

(37 replies, posted in PunBB 1.2 show off)

have you thought of a external link system so that people can display ur ads on anyone site?

example: http://adsbb.com/ads.php?id=12345 (that is the member id number) once placed in a site it will rotate ads

993

(15 replies, posted in PunBB 1.2 show off)

i give credit for all my mods for pun....
http://nalan.org i have modified the footer to include some links.

994

(15 replies, posted in PunBB 1.2 show off)

what about the copyright to punbb.... humm...

Q

ok here what i got so far....
http://modelcrowd.com/portable_punbb.zip

let me know what ya think

simply unzip to usb drive. click autorun.exe

ok here what i got so far....
http://modelcrowd.com/portable_punbb.zip

let me know what ya think

simply unzip to usb drive. click autorun.exe

twohawks.
this is a mod that i worked on...
it will display the event listed from the calendar on any frontpage or puntal system
can u add this to ur new version of pbbgallery
and add this to the install txt
as
calendar events block

name this as events.php

 
 <div class="block">
            <h2><span>Calendar Events</span></h2>
            <div class="box">
                <div class="inbox">
<ul>
<?php

 $show = isset($_GET['show']) ? intval($_GET['show']) : 15;
        if ($show < 1 || $show > 50)
            $show = 15;

$events= $db->query('SELECT date, id, title FROM '.$db->prefix.'calendar WHERE (date >= CURDATE()) AND  (date <= DATE_ADD(CURDATE(), INTERVAL 14 DAY))') or error ('Unable to fetch date and events: '.$db->error());

        while ($cur_event = $db->fetch_assoc($events))
        {
            if ($pun_config['o_censoring'] == '1')
                $cur_event['title'] = censor_words($cur_event['title']);

                $subject_truncated = pun_htmlspecialchars($cur_event['title']);

            $dateformatted = preg_replace("/-/", ".", $cur_event['date']);
            echo '<li><a href="'.$pun_config['o_base_url'].'/calendar.php?view=event&date='.$dateformatted.'" title="'.pun_htmlspecialchars($cur_event['title']).'">'.$subject_truncated.'</a></li><br>'."\n";

        }

?>
</ul>
<p> </p>
</div>
                    </div>
                    </div>

im looking for someone to help finishes this mod it is about 65% done.

Q

anyone willing to take this project alittle further?


ill zip the files i have so far.

http://nalan.org/store.php

chris you can take this an dput it in ur main.tpl
at the top and see how it does...
remember to change the locations of the img files
and u can only put the style needed for this in there.

<div id="header">
<h1><a href="/">Christopher-Powell.co.uk</a></h1>
<h2>Trance DJ from Birmingham, England</h2>
</div><div id="nav">
<ul>
<li id="current"><a href="/" title="Home page">Home</a></li>
<li><a href="/forums/forums.php" title="Christopher Powell Online Forums">Forums</a></li>
<li><a href="/mixes.php" title="My mixes">Mixes</a></li>
<li><a href="/links.php" title="My favourite links">Links</a></li>
<li><a href="/contact.php" title="Contact me">Contact Me</a></li>
<li><a href="/admin/main.php" style="border-right: medium none;" title="Admin">Admin</a></li>
</ul>
</div>