this is the first release of my calendar script, this will add a calendar that will alow you to view the topics made on the said day

this is realy only a good mod for thoes who have a popular froums and post made everday.

Download
Live Demo

(No screenshots anymore)

652

(1,382 replies, posted in General discussion)

South Park

653

(5 replies, posted in PunBB 1.2 troubleshooting)

The easy way for your form to fit into your site is to edit the main.tpl file and style.css file. and do your best to make it fit in.

654

(20 replies, posted in Programming)

hey if the php code creats the month name do i have to put that in the lag pack or will it translate its self depnding on the php server?

655

(20 replies, posted in Programming)

yea, i might, i have a few things more i wana do to it, like set up a language pack and be able to see the count on the calendar page. thats gona be the tuff one, im stuck on that.

656

(1,382 replies, posted in General discussion)

Linux

657

(1,382 replies, posted in General discussion)

Stainless Steal

658

(20 replies, posted in Programming)

thats a good idea would save on sql server load right wouldnt have to work so hard

659

(20 replies, posted in Programming)

i got it to work, all i did was pull all info from the topics table and order it by posted, than convert the said date (at noon) to unix timestamp and minus the 2. than i would see if the number is between -43200 & 43200 and if soo it will show the topic.

i bet its alot of work for the SQL server on ever page load, but its the only way i could figure out.

660

(1,382 replies, posted in General discussion)

Flower

661

(20 replies, posted in Programming)

I need to find out how to show just the post made on the selected day. if that helps any

662

(20 replies, posted in Programming)

i know how to do it with a simple query but iv looked at punbbs querys and i dont understand it. and i dont know how id decode the topic start date to be able to see if is for that day.

663

(20 replies, posted in Programming)

well im tryin to make a calendar for punbb, witch will on the calendar page show how many posts made on a certon day, and on the view page will show thoes posts made that day, and i cant figure out how to go about doin that. could some one possibly help me.

664

(1,382 replies, posted in General discussion)

Dogs

well i think pressing a big word like next insetd of lookin for the next page from the one your on. and i wanted to make some thing to take up my time and sence im still new at php scriptin it was funn

can you put it on the quick post sectition too, or at least show how to

667

(15 replies, posted in Feature requests)

i kind made a mod for it check it out
http://punbb.org/forums/viewtopic.php?id=4613

668

(10 replies, posted in Feature requests)

ok i did my best with this mod
http://punbb.org/forums/viewtopic.php?id=4613

If there are any problems please contact me. This is my first mod.
And with step 7&8 just edit your language you use.

##
##
##        Mod title: Change Page Links
##
##       Mod version:  1.0
##       Only Tested on 1.1.5
##       Release date:  2007-09-10
##       Author:  Michael Lanman (justgiz@justgizzmo.com)
##
##       Description:  Addes the Next and Back Link Where There are Page Numbers!
##
##       Affected files:  include/functions.php
##                        lang/en/en_common.php          
##
##       Affects DB:  Yes
##
##       Note: I beleave it will work on all virsions but i have not tested it 
##           on any other one cept 1.1.5
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##
##


#
#---------[ 1. OPEN ]---------------------------------------------------------
#

include/functions..php


#
#---------[ 2. FIND (line: 363) ]---------------------------------------------
#

function paginate($num_pages, $cur_page, $base_url)
{

#
#---------[ 3. ADD AFTER ]-------------------------------------------------
#

    global $lang_common;

    if($cur_page != $num_pages){
        $next_page_number =  $cur_page+1;
        $next_page = '<a href="'.$base_url.'&p='.$next_page_number.'">'.$lang_common['Next'].'»</a>';
    }
    if($cur_page > 1){
        $back_page_number = $cur_page-1;
        $back_page = '<a href="'.$base_url.'&p='.$back_page_number.'">«'.$lang_common['Back'].'</a>';
    }


#
#---------[ 5. Find (line: 393) ]-------------------------------------------------
#

    return $string;


#
#---------[ 6. ADD BEFOR ]-------------------------------------------------
#

    $string = ' '.$back_page.' '.$string.' '.$next_page;

#
#---------[ 7. OPEN]-------------------------------------------------
#

lang/en/en_common.php

#
#---------[ 8. ADD]-------------------------------------------------
#

'Next'    =>    'Next',
'Back'    =>    'Back',

670

(10 replies, posted in Feature requests)

i think i got it, ill make a mod for it(my first mod)

671

(15 replies, posted in Feature requests)

paolo you could try to make a mod for it, or have some one make the mod, cuz that sounds like a good idea. i dont beleave it would be something big, but it might be nice

672

(1,382 replies, posted in General discussion)

Spacing

673

(10 replies, posted in PunBB 1.2 discussion)

nice rulse, tho im not realy picky of whats said on my forums cuz its not that popular cept with my friends and some other ppl but i use/edit it. its good tho.

kool i think i will wait than.

675

(7 replies, posted in PunBB 1.2 discussion)

why thank you snap