651 2004-09-17 17:47
Topic: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
652 2004-09-16 22:16
Re: Word Association Thread (1,382 replies, posted in General discussion)
South Park
653 2004-09-16 22:13
Re: Forum in a template (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 2004-09-16 00:12
Re: Calendar Query (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 2004-09-15 23:07
Re: Calendar Query (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 2004-09-15 20:19
Re: Word Association Thread (1,382 replies, posted in General discussion)
Linux
657 2004-09-15 14:23
Re: Word Association Thread (1,382 replies, posted in General discussion)
Stainless Steal
658 2004-09-15 14:01
Re: Calendar Query (20 replies, posted in Programming)
thats a good idea would save on sql server load right wouldnt have to work so hard
659 2004-09-14 03:10
Re: Calendar Query (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 2004-09-14 03:00
Re: Word Association Thread (1,382 replies, posted in General discussion)
Flower
661 2004-09-13 00:22
Re: Calendar Query (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 2004-09-12 23:26
Re: Calendar Query (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 2004-09-12 22:25
Topic: Calendar Query (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.
665 2004-09-12 19:18
Re: Change Page Link (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
666 2004-09-11 03:01
Re: BBcode (25 replies, posted in PunBB 1.2 modifications, plugins and integrations)
can you put it on the quick post sectition too, or at least show how to
667 2004-09-11 00:11
Re: Post navigation (prev&next) (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 2004-09-11 00:06
Re: Easyer to change page (10 replies, posted in Feature requests)
ok i did my best with this mod
http://punbb.org/forums/viewtopic.php?id=4613
669 2004-09-11 00:02
Topic: Change Page Link (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2004-09-10 23:22
Re: Easyer to change page (10 replies, posted in Feature requests)
i think i got it, ill make a mod for it(my first mod)
671 2004-09-09 22:16
Re: Post navigation (prev&next) (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 2004-09-09 04:29
Re: Word Association Thread (1,382 replies, posted in General discussion)
Spacing
673 2004-09-09 03:52
Re: Forum Rules (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.
674 2004-09-06 18:31
Re: BBcode (25 replies, posted in PunBB 1.2 modifications, plugins and integrations)
kool i think i will wait than.
675 2004-09-06 18:29
Re: forum order of topics. (7 replies, posted in PunBB 1.2 discussion)
why thank you snap