email me ur aim msn yim id...

so coppermine first then punbb?
i really like the xp publisher since i got about 10 gig of photos that i have taken or worked on.. lol..
thanks
Q

ok
simple.....
ftp to site
rename index.php to forum.php
keep ftp open
open notepad  copy bing code to it. add the css part to ur css.
save this file as index.php upload it via ftp.
that it.

I have punbb 1.2.15 with coppermine latest version. when in bridge mode. everything ok. except xp publishing. i disable it and xp_publishing works fine. I have tried to search threw coppermine. alot of dead ends.... Nibbler can u help?

Bing IM me...

do u mean mini portal system from the wiki?

http://wiki.punres.org/Miniportal

Q

rename index.php to forum.php
take this code and create a index.php then edit the file to pull u r threads....

683

(2 replies, posted in Programming)

might be a good way to do some mods for punbb? take the js script and integrate it.......


Q

684

(3 replies, posted in PunBB 1.2 troubleshooting)

not sure about that... i hacked at the calendar for a while and finally got that one working...

Q

hahaha i know... hey there has to be a evil child somewhere in the world.. trying to piss people off....

Q

686

(7 replies, posted in PunBB 1.2 discussion)

lie2815, u da man!!

x7chat looks ok but it to..... how can u say stupid looking... it would take a lot to design a style for it to match punbb style.

Q

688

(7 replies, posted in PunBB 1.2 discussion)

in admin-options
there is a section called (Send new messages to Mailing list)
does that not do that function when someone makes a post it send it to the email in the mailinglist?

Q

689

(3 replies, posted in PunBB 1.2 troubleshooting)

radix,
this is what i made that pulls the events from the calendar and when it get close to that date it displays the event

old site im about to redo http://modelcrowd.com
here the code!

this file goes in the include/user folder and i place it in the main.tpl with a
<pun_include "upevents.php"> where i want it to show up....

 
 <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>

690

(47 replies, posted in PunBB 1.2 troubleshooting)

pogenwurst wrote:

http://punbb.org/docs/dev.html#syndication

There are several PunBB support forums in languages other than English; perhaps one of those might be more helpful to you than this one?

here you go...


Here are some examples using PHP include().

    Show the 15 most recently active topics from all forums:
    include('http://host.com/forums/extern.php?action=active');

    Show the 10 newest topics from forums with ID 5, 6 and 7:
    include('http://host.com/forums/extern.php?action=new&show=10&fid=5,6,7');

    Show users online:
    include('http://host.com/forums/extern.php?action=online');

    Show users online with full listing of users:
    include('http://host.com/forums/extern.php?action=online_full');

    Show board statistics:
    include('http://host.com/forums/extern.php?action=stats');

  Here are some examples using SSI.

    Show the 5 newest topics from forums with ID 11 and 22:
    <!--#include virtual="forums/extern.php?action=new&show=5&fid=11,22" -->

    Show board statistics:
    <!--#include virtual="forums/extern.php?action=stats" -->

  And finally some examples using extern.php to output an RSS 0.91
  feed.

    Output the 15 most recently active topics:
    http://host.com/extern.php?action=active&type=RSS

    Output the 15 newest topics from forum with ID=2:
    http://host.com/extern.php?action=activ … &fid=2

  Below you will find some variables you can edit to tailor the
  scripts behaviour to your needs.

this site gives you the functions to add these items to your site with out any heavy coding or moding...

http://js-kit.com/

Q

692

(10 replies, posted in PunBB 1.2 troubleshooting)

are you talking about a logo img or a ad banner?


Q

put ur php files in the include/user folder
call them in the main.tpl
my placing a <pun_include "nameof.php">

Q

694

(8 replies, posted in Programming)

do u got yim aim or msn?

695

(8 replies, posted in Programming)

a liter version
did the appache load in the wos panel?

696

(8 replies, posted in Programming)

that kewl.. i use the apache se edition and the phpmyadmin gives you the functions like a real host....

Q

697

(8 replies, posted in Programming)

I use wos here is the link..
http://www.chsoftware.net/en/useware/wos/wos.htm

Q

698

(9 replies, posted in Programming)

what i was trying to do is hide all the urls so only bunpai.com will show no matter what page you go to or load.

gallery.php
about.php
calendar.php

nothing....

699

(9 replies, posted in PunBB 1.2 show off)

site looks good.. keep it up!

Q

700

(8 replies, posted in PunBB 1.2 show off)

is that phpbb? ummm...

Q