Yeah, that should really be added to 1.3...
2,077 2006-05-29 17:59
Re: Getting 1.3 from CVS (18 replies, posted in PunBB 1.2 discussion)
lol, damn, didn't count on that. Ah well, link should still work, whatever
2,078 2006-05-29 17:44
Re: can someone make a (5 replies, posted in Programming)
err... with JavaScript or something?
2,079 2006-05-29 17:35
Re: I want to replaces! (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well, the one in the picture
2,080 2006-05-29 17:31
Re: BBCode in ranks ? (6 replies, posted in PunBB 1.2 troubleshooting)
Well, is the img BBcode allowed?
And why not just use "=)" ?
2,081 2006-05-29 17:30
Re: Getting 1.3 from CVS (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 )
2,082 2006-05-29 17:12
Re: globals not global when integrating with WordPress (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hrmm, you could ask Coxis from guistyles I think he did it... (link)
2,083 2006-05-29 17:10
Re: I want to replaces! (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
2,084 2006-05-29 17:07
Re: Getting 1.3 from CVS (18 replies, posted in PunBB 1.2 discussion)
Well, linux is nice Or if you insist on using Windows, you could try this: TortoiseSVN
On linux, just execute it in the shell Wouldn't know how to use it with TortoiseSVN, but I guess you just have to enter the link somewhere.
2,085 2006-05-29 17:01
Re: Getting 1.3 from CVS (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 2006-05-29 16:08
Re: Getting 1.3 from CVS (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 2006-05-29 15:47
Re: Getting 1.3 from CVS (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 2006-05-29 15:24
Topic: Getting 1.3 from CVS (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 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
Any help would be appreciated,
-- Bekko
2,089 2006-05-29 14:26
Re: standards, aren't. (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
2,091 2006-05-29 14:22
Re: How get in one query which forum(s)are moderated by which moderator(s) (19 replies, posted in PunBB 1.2 discussion)
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 )
2,092 2006-05-29 14:21
Re: No { and } in code after if statement (10 replies, posted in PunBB 1.2 discussion)
I have on motto: "No matter how you do it, if it works, it's fine"
And I live by it every minute...
2,093 2006-05-29 14:20
Re: once 1.3 is out ! (25 replies, posted in PunBB 1.2 discussion)
I'll have alot of work with the porting
2,094 2006-05-29 14:18
Re: BBCode in ranks ? (6 replies, posted in PunBB 1.2 troubleshooting)
Find the place where the rank is displayed, and use this function on it:
parse_message()
2,095 2006-05-28 16:47
Re: No { and } in code after if statement (10 replies, posted in PunBB 1.2 discussion)
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.
2,096 2006-05-27 13:09
Re: Danish language (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Ontop of your common.php language file there should be an encoding setting...
2,097 2006-05-27 12:43
Re: checking permissions (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 2006-05-26 19:07
Re: . (1 replies, posted in PunBB 1.2 discussion)
in viewtopic.php, find the line where it adds that and comment it out
2,099 2006-05-26 16:26
Re: How to change the colored boxes that show news posts... (8 replies, posted in PunBB 1.2 discussion)
When you use a forum to just contain a link, like the PunRes in here
2,100 2006-05-26 13:03
Topic: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
##
##
## 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.
##
##
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.