501

(23 replies, posted in PunBB 1.2 discussion)

Great work connorhd, its looking great, its gona be the next Proboards but with punbb... maybe you could set it up some how where the admins could change a css file to custimize it more

502

(5 replies, posted in PunBB 1.2 discussion)

all you can change is the style of  the one layout, but you can also change that one layout, but there is only one layout

but you did mention something about avatar gallerys, thats why i post4ed my lats post

503

(0 replies, posted in General discussion)

everytime i try to come to this site at my skool, i get blocked, i dono why, maybe it is the meta settings you have up, but i was woundering if anyone knows a way around it... maybe i could use a proxy, but most of the ones i look up are blocked, maybe anyone knows of a proxy server that might not be blocked.

what program is that?

505

(10 replies, posted in Programming)

the one i used was AppServ....(lookin at wampserver)...ps you forgot the www. it didnt work for me with out it....

looks nice, maybe ill dl it later and try it out...

506

(50 replies, posted in Feature requests)

i found a prefect program to edit the action scripts in the swf files but ts 50 bucks, ill look later for a free one. or maybe one i can dl off of suprnova.org, but you just need to make sure the action script goes to the same place

507

(4 replies, posted in PunBB 1.2 show off)

maybe you could round over thoes images, so its not such a straight line. make it look like some thing is pushing from behind

508

(5 replies, posted in PunBB 1.2 discussion)

if your talkin about avatar galleries, where users can select avatars and use them as their own. than i made one, seems to be working find, no ones realy posted any bugs.

http://punbb.org/forums/viewtopic.php?id=5112

509

(50 replies, posted in Feature requests)

i made one for PHP-fusion, but i ended up deleteing it befor i could finish it cuz i got ticked at php-fusion and got punbb back. but if i have time, i probly could make one....the only problem i had was trying to get the score from the swf files, but the rest was simple for me.

510

(10 replies, posted in Programming)

Gary: i did that but it wasnt doin anything, but i found out that the server i DLed wouldt work, but its realy weird cuz when i installed punbb on it it worked...i just ended uploading my script to my website server.

511

(10 replies, posted in Programming)

ok dont worry i got it working

very kool nice work

513

(10 replies, posted in Programming)

i cant seem to get a mysql conection working, could some one help me out??

514

(10 replies, posted in Programming)

thanx frank

515

(10 replies, posted in Programming)

i wana make a simple CMS for my site, and some other scripts too, but i cant seem to get started. iv always had problems making scripts from scratch. i can start form a snipit or moding for a big program like Punbb.

can anyone give me some hints on how to help me out with starting to make a script from scratch...

516

(5 replies, posted in PunBB 1.2 discussion)

ok i made sure to make $topic, and $posts, arrays befor the while but im still getin the error

Notice: Undefined index: 6 in c:\AppServ\www\punbb\calendar.php on line 18

Notice: Undefined index: 6 in c:\AppServ\www\punbb\calendar.php on line 26

517

(254 replies, posted in PunBB 1.2 discussion)

Paul wrote:
Gizzmo wrote:

did anyone see my post i made, its on the bottom of the 6th page....i dont think anyone saw it, link here

See the post by zodiki above yours on the same page and my answer.

ahh sorry about that paul,

518

(21 replies, posted in Feature requests)

maybe there should be a option in the forums. that actavites a javascript or adds the target attribute to off site links.

519

(1,382 replies, posted in General discussion)

war

520

(254 replies, posted in PunBB 1.2 discussion)

did anyone see my post i made, its on the bottom of the 6th page....i dont think anyone saw it, link here

521

(5 replies, posted in PunBB 1.2 discussion)

and yes its for 1.2, im trying to convert my calendar mod

& thanx i figured it out, and got it to work.

but now im getin the same kinda error with a part of mod maybe you can help me out again

Notice: Undefined variable: topic in c:\AppServ\www\punbb\calendar.php on line 18

Notice: Undefined index: 6 in c:\AppServ\www\punbb\calendar.php on line 18

Notice: Undefined variable: posts in c:\AppServ\www\punbb\calendar.php on line 25

Notice: Undefined index: 6 in c:\AppServ\www\punbb\calendar.php on line 25

and what i have on thoes lines are $topic[$time]++; and $post[$time]++;

522

(4 replies, posted in PunBB 1.2 troubleshooting)

the calendar is still in its low versions, it only shows the topics and posts made on "said" day, or month, i am back to workin on it for 1.2.

if you installed the readme file correct, than there should be an entry in the profile to input your birthday, and once in it would put a link on the calendar.

523

(21 replies, posted in Feature requests)

Connorhd wrote:

it does stop users from being taken away from the forum accidentally by external links

im with connorhd with this, i think its good to have external links open ina new window cuz if someo ne clicks on a link and continues surfing when they close that window they will come back to the forums, where they started and dont have to back track thought the history to get back to the forum.

524

(254 replies, posted in PunBB 1.2 discussion)

some times i get this error in opera, and it only happens some times....like if i hit refresh wile im viewing the page, it will do this.
and i get a similar erro in the user list page.

http://www.justgizzmo.com/FILES/images/pun_search_error.PNG

525

(5 replies, posted in PunBB 1.2 discussion)

ok im trying to work on my calendar mod, and right now im trying to add the birthday section to the profile, and on line 800 i add

$birthday = $_POST['bday_year']."-".$_POST['bday_month']."-".$_POST['bday_day'];

and i get the error

Notice: Undefined index: bday_year in profile.php on line 800
Notice: Undefined index: bday_month in profile.php on line 800
Notice: Undefined index: bday_day in profile.php on line 800

than i try to edit the query info by adding this befor the implode(',', $temp)

birthday='.$birthday.', 

and i get the error "unable to update profile"


would anyone like to help me out?