901

(3 replies, posted in PunBB 1.2 discussion)

finished it.

http://www.punres.org/viewtopic.php?pid=4624#p4624

902

(3 replies, posted in PunBB 1.2 discussion)

i figured it out but now the image tiles all the way down the page, i don't want that.

http://www.punres.org/files/styles/st_44/index.php

is just about what i want as long as the image stetches to match the forum hieght. i'll check out how kiplantt did it in that style and see if i can make mine match.

thanks Paul.

903

(3 replies, posted in PunBB 1.2 discussion)

i'm making a new style and would like a background image surrounding the forums and the forums a fixed width of 650px. how do i accomplish this? i tried to put an image in this way

BODY {text-align: center;}
#punwrap {width: 696px; margin: 12px auto; text-align:left; background-image: url(../img/wanker/bg-tile.gif);}

but it doesn't surround the forums, it just is in between the tables.

please and thank you.

note: the width: 696px is the forum width plus the width of the image. i tried to make it width: 650px but it just squishes the image.

904

(109 replies, posted in General discussion)

Paul wrote:

Actually, if people start to work on it immediatelly it would be a great help as it would be a knd of beta test.

would love to but:

/****************************************************************/
/* PLACEHOLDER FILE - TO BE REPLACED SHORTLY */
/****************************************************************/

big_smile
also, how do you download the files from there or do you have to go through and copy each page seperatly?

905

(20 replies, posted in PunBB 1.2 troubleshooting)

yes you are supposed to create one and upload it to the root of the forum directory.

906

(109 replies, posted in General discussion)

@Rickard: after this next commit is it safe to snag one of the stylesheets and maybe get a head start on a style for the possible style contest? will there be any major changes after this next update to the dev as far as templates and/or styles are concerned?

907

(6 replies, posted in General discussion)

HAHA. that is funny.

908

(17 replies, posted in General discussion)

thank you! VERY cool.

909

(17 replies, posted in General discussion)

sent. big_smile

910

(12 replies, posted in Programming)

latheesan wrote:

Im 70% complete and would like to release it for free (under GPL thingy). Cant wait ^_^;

glad you "came around" big_smile

what will this mod do?

AdminCP > Options > "Additional menu items"

i'd wait for 1.3 to take anything on seriously. it's a much bigger change than just some bug fixes so your modification most likely won't be compatible. but good luck none-the-less.

well, it looks nice and hope you stay with PunBB.

side note: what CMS are you using or is home made?

shitty! sorry to hear that. what is your profession?

atleast ported to 1.3.

http://www.punres.org/doku.php?id=tutorials:miniportal

is a good place to start.

917

(8 replies, posted in PunBB 1.2 show off)

*registered*

Nice!

so when you save an edited file, it on it's own, saves a copy of the file BEFORE the edit?

suggestion:

when editing a file have it say something like... 
"Editing file: filename.php  in  .../website/subdir/"

maybe a "Download file" option too?

CodeXP does it again. WAY COOL!

side note: any chance of you sharing that kick ass download setup/script you have on tasarinan.com and/or updating it when 1.3 comes out?

install instructions are in the zip.

http://www.punres.org/viewtopic.php?id=729

patience and the use of Search does wonders.

923

(11 replies, posted in PunBB 1.2 show off)

much better.

924

(8 replies, posted in PunBB 1.2 troubleshooting)

some tips regarding pun_root:

1:
http://punbb.org/forums/viewtopic.php?pid=57957#p57957

2:
i find putting

<?php
 //add ../ for each folder past the root
define('PUN_ROOT', './');

makes making pun pages a bit easier

3:
add the

<base href="<?php echo $pun_config['o_base_url'] ?>/" />

helps with the stylesheet issue too.

did this make sense?

925

(11 replies, posted in PunBB 1.2 show off)

one suggestion tho, you might want to change the black text in posts to an easier to read color. black on dark grey can be a pain to read on long posts. my opinion tho.