2,076

(4 replies, posted in Feature requests)

Yeah, that should really be added to 1.3...

2,077

(18 replies, posted in PunBB 1.2 discussion)

lol, damn, didn't count on that. Ah well, link should still work, whatever smile

2,078

(5 replies, posted in Programming)

err... with JavaScript or something?

Well, the one in the picture tongue

2,080

(6 replies, posted in PunBB 1.2 troubleshooting)

Well, is the img BBcode allowed?
And why not just use "=)" ?

2,081

(18 replies, posted in PunBB 1.2 discussion)

http://icstrategy.midgetforhire.com/Various/PunBB 1.3 upload.tar.gz

That's what I have (my config.php is in it too... no, you won't get to know my pass tongue)

Hrmm, you could ask Coxis from guistyles smile I think he did it... (link)

Err... do you want to replace the shiny CSS border with an image? Then I'm afraid you're going to have to use something table-like...

Oh, and I like that skin, what is it? tongue

2,084

(18 replies, posted in PunBB 1.2 discussion)

Well, linux is nice tongue Or if you insist on using Windows, you could try this: TortoiseSVN
On linux, just execute it in the shell smile Wouldn't know how to use it with TortoiseSVN, but I guess you just have to enter the link somewhere.

2,085

(18 replies, posted in PunBB 1.2 discussion)

Go to the folder you want it in, and execute this:

svn checkout http://punbb.org/svn/punbb/branches/punbb-1.3-dev/

(add upload/ to it if you only want that folder, as I did)

2,086

(18 replies, posted in PunBB 1.2 discussion)

Well, I got it working, and it's really nice!
Although the one thing I was hoping for isn't there... the admin_extensions.php =/

2,087

(18 replies, posted in PunBB 1.2 discussion)

Ok, I was being stupid, needed to use svn ^^
Command:

svn checkout http://punbb.org/svn/punbb/branches/punbb-1.3-dev/upload/

2,088

(18 replies, posted in PunBB 1.2 discussion)

Hey all,

I thought about getting 1.3 from the CVS, just for fun and less time-consuming, but it won't work sad I get a timeout:

[root@localhost punbb-1.3]# export CVSROOT="punbb.org/svn/punbb/branches/punbb-1.3-dev/upload/"
[root@localhost punbb-1.3]# cvs update
connect to address 207.7.108.189: Connection timed out
Trying krb4 rsh...
connect to address 207.7.108.189: Connection timed out
trying normal rsh (/usr/bin/rsh)
punbb.org: Connection timed out
cvs [update aborted]: end of file from server (consult above messages if any)

Maybe I'm just using the bad commands/links, as I'm just starting with linux smile
Any help would be appreciated,

-- Bekko

2,089

(6 replies, posted in Programming)

/* */ or // is mostly used I guess. I indeed dislike the HTML style of commenting... I mean, what does <!-- --> mean? =/ SImply embracing it with /* */ would be far simpler smile

2,090

(132 replies, posted in General discussion)

lmao

Well, it's all in the forums table right? You could do a join with the users table (I'm not sure, I haven't really studied the forum table wink)

I have on motto: "No matter how you do it, if it works, it's fine" big_smile
And I live by it every minute...

2,093

(25 replies, posted in PunBB 1.2 discussion)

I'll have alot of work with the porting tongue

2,094

(6 replies, posted in PunBB 1.2 troubleshooting)

Find the place where the rank is displayed, and use this function on it:

parse_message()

It doesn't really matter, and if a mod is released that should be near such a line, I bet you will be given the right replacement.

Ontop of your common.php language file there should be an encoding setting...

2,097

(1 replies, posted in Programming)

Well, you could start with making a usergroup for those people.
Then, make sure you know their group id and put a check on your page, like this:

if($pun_user['g_id'] != 5) message($lang_comon['No view']);

Ofcourse change 5 to the id of your group.

2,098

(1 replies, posted in PunBB 1.2 discussion)

in viewtopic.php, find the line where it adds that and comment it out smile

When you use a forum to just contain a link, like the PunRes in here wink

##
##
##            Mod title: Easy Profile Fields
##
##      Mod version: 1.1
##   Works on PunBB: 1.2.11
##     Release date: 07 June 2006
##           Author: El Bekko (elbekko@gmail.com)
##
##      Description: This adds the possibility to easily add extra profile fields.
##                     Administrators make them through an administration plugin
##
##  Difference with
## previous version: Fixed a vulnerability and adds profile fields to profile.php
##
##   Affected files: viewtopic.php, include/functions.php, profile_fields.php, plugins/AP_Profile_Fields.php, profile.php
##
##       Affects DB: Yes
##
##            Notes: Please backup all your files!
##
##       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.
##
##     Important note: This mod allows you to use the language files for your 
##                     profile fields. The file these should be in is lang/common.php.
##
##

Download here

Note: Due to Windows screwing up (what's new =/), I lost version 1.0.1, which was apparently not posted. Any changes made in that unreleased release are most likely not included.
IMPORTANT UPDATE: In version 1.1.1 install_mod_EPF.php is fixed to have the id column of profile_fields set on auto_increment.
If this is not the case in your version, please do it manually, or you will only be able to add one profile field.