902 2006-02-01 19:42
Re: background image, how? (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 2006-02-01 19:01
Topic: background image, how? (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 2006-02-01 15:55
Re: 1.3 coming... (109 replies, posted in General discussion)
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 */
/****************************************************************/
also, how do you download the files from there or do you have to go through and copy each page seperatly?
905 2006-02-01 08:34
Re: Config.php?????!!!!?!?!?! (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 2006-02-01 06:09
Re: 1.3 coming... (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?
908 2006-01-31 18:40
Re: NewsVine - Private Invites Available (17 replies, posted in General discussion)
thank you! VERY cool.
909 2006-01-31 16:05
Re: NewsVine - Private Invites Available (17 replies, posted in General discussion)
sent.
910 2006-01-30 19:04
Re: Selling MODs.. im i allowed to? (12 replies, posted in Programming)
Im 70% complete and would like to release it for free (under GPL thingy). Cant wait ^_^;
glad you "came around"
what will this mod do?
911 2006-01-30 04:16
Re: linking back to home site (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
AdminCP > Options > "Additional menu items"
912 2006-01-29 08:10
Re: I've started new project which rewrite the punbb code to use 'smarty' (14 replies, posted in PunBB 1.2 discussion)
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.
913 2006-01-28 08:33
Re: How to upgrade when PunBB is customized (29 replies, posted in PunBB 1.2 troubleshooting)
well, it looks nice and hope you stay with PunBB.
side note: what CMS are you using or is home made?
914 2006-01-26 10:27
Re: [Release] Update: PunBB Text/File Editor plugin 1.1.2 (52 replies, posted in PunBB 1.2 modifications, plugins and integrations)
shitty! sorry to hear that. what is your profession?
915 2006-01-26 07:49
Re: [Release] Update: PunBB Text/File Editor plugin 1.1.2 (52 replies, posted in PunBB 1.2 modifications, plugins and integrations)
atleast ported to 1.3.
916 2006-01-25 19:19
Re: Integrating punbb into a php page (new website) (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
http://www.punres.org/doku.php?id=tutorials:miniportal
is a good place to start.
917 2006-01-24 16:01
Re: The Box of Hate forums (8 replies, posted in PunBB 1.2 show off)
*registered*
Nice!
918 2006-01-22 23:57
Re: [Release] Update: PunBB Text/File Editor plugin 1.1.2 (52 replies, posted in PunBB 1.2 modifications, plugins and integrations)
so when you save an edited file, it on it's own, saves a copy of the file BEFORE the edit?
919 2006-01-20 19:51
Re: [Release] Update: PunBB Text/File Editor plugin 1.1.2 (52 replies, posted in PunBB 1.2 modifications, plugins and integrations)
suggestion:
when editing a file have it say something like...
"Editing file: filename.php in .../website/subdir/"
maybe a "Download file" option too?
920 2006-01-20 19:42
Re: [Release] Update: PunBB Text/File Editor plugin 1.1.2 (52 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
921 2006-01-20 19:38
Re: Personal Message (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
install instructions are in the zip.
922 2006-01-20 09:04
Re: Personal Message (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
http://www.punres.org/viewtopic.php?id=729
patience and the use of Search does wonders.
924 2006-01-19 18:55
Re: New Pages Login? (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 2006-01-19 18:49
Re: My forum (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.