skool
2 2008-05-09 18:52
Re: Development team annoucement (59 replies, posted in General discussion)
Iv been part of the punbb community for a long time and i was when Rickard sold the rights, even tho he said nothing would change, i was shocked. Then the move to a sub domain, ugh. I'm glad i join the Fluxbb community where i know the goal of the project and (kinda) know the people behind it.
3 2008-05-08 17:42
Re: Will "per-style templates" become available? (13 replies, posted in PunBB 1.3 troubleshooting)
well pun isn't going into a FULL template system. if thats what your looking for, then im gonna have to change my previous answer to, "no"
4 2008-05-08 17:27
Re: Will "per-style templates" become available? (13 replies, posted in PunBB 1.3 troubleshooting)
line 42 & 51 of the header checks if there is a template file in the style folder
if (file_exists(PUN_ROOT.'style/'.$pun_user['style'].'/main.tpl'))
5 2008-05-08 17:11
Re: Will "per-style templates" become available? (13 replies, posted in PunBB 1.3 troubleshooting)
yup
6 2008-04-14 14:47
Re: Word Association Thread (1,382 replies, posted in General discussion)
health
(what happened to this thread? it died over a year ago so im gonna bump it up and maybe it will start back up again.)
7 2008-04-11 20:55
Topic: Maintenance mode (5 replies, posted in PunBB 1.3 troubleshooting)
i noticed that in common.php, the if statement before displaying the maintenance message checks to see if "PUN_TURN_OFF_MAINT" is defined. Shouldn't it be defined and commented out at the top of essentials.php? then you could remove "turn_off_maintenance_mode.php" from "/punbb-1.3-dev/extras/"?
Just a suggestion.
8 2008-04-11 15:07
Re: Blog like Style for PunBB (7 replies, posted in PunBB 1.2 discussion)
have you seen sBlog
9 2008-04-11 04:52
Re: language for installation (3 replies, posted in PunBB 1.3 troubleshooting)
most extensions will load the language file though a hook, and use the forums default language name to load the correct language file.
atleast thats how mine do it.
10 2008-04-05 12:43
Re: Register - Adjust for DST (3 replies, posted in PunBB 1.3 troubleshooting)
weird that no one noticed that now if you register without it check gives an SQL error. but yea the error is:
----------------------------------------------------------------------------------------
The error occurred on line 827 in C:\wamp\www\punbb\include\functions.php
Database reported: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'English', 'Oxygen', 1207399271, '127.0.0.1', 1207399271, 'm0z:rMF-@)NX', NULL)' at line 1 (Errno: 1064).
Failed query: INSERT INTO users (username, group_id, password, email, email_setting, save_pass, timezone, dst, language, style, registered, registration_ip, last_visit, salt, activate_key) VALUES('test_pig2', 3, '96ec6a9ea5140a58bad5adc807a572087253dbc1', 'test_pig2@justgizzmo.com', 1, 1, -8, , 'English', 'Oxygen', 1207399271, '127.0.0.1', 1207399271, 'm0z:rMF-@)NX', NULL)
11 2008-04-04 03:47
Re: change layout (6 replies, posted in PunBB 1.3 troubleshooting)
double check your changes. i just downloaded FF3 B5 and it seems fine on my screen.
12 2008-04-03 19:47
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
theres not much before that line and this hook "vt_row_pre_display" so just use this one.
13 2008-04-03 15:18
Re: change layout (6 replies, posted in PunBB 1.3 troubleshooting)
its more then just swaping floats, you gotta swap borders and margins too. these are the sections that need changing. remove lines with - and replace them with +
hope it helps
line: 1446
.main .topic .post .postmain {
- margin-left: 17em;
+ margin-right: 17em;
position: relative;
- border-left-style: solid;
- border-left-width: 1px;
+ border-right-style: solid;
+ border-right-width: 1px;
}
line: 1472
.main .topic .post .postmain .user {
- float: left;
- margin: -2.6em 0 0 -16em;
+ float: right;
+ margin: -2.6em -16em 0 0;
width: 15em;
}
line: 1492
.main .topic .post .postmain .postfoot {
- margin-left: -17em;
- text-align: right;
+ margin-right: -17em;
border-top-style: dashed;
border-top-width: 1px;
padding: 0.5em 1em;
}
line: 1503
.main .topic .post .postmain .postfoot .post-options a.contact {
- float: left;
- margin-right: 1em;
- margin-left: 0;
+ float: right;
}
14 2008-04-03 06:31
Re: change layout (6 replies, posted in PunBB 1.3 troubleshooting)
its all done with css. should i post a diff or can you find you way?
15 2008-04-01 13:04
Re: Hooks after printing html code? (4 replies, posted in PunBB 1.3 troubleshooting)
It does open a lot of possibility's, great idea for a hook.
16 2008-04-01 05:18
Re: Title+Description div ? (5 replies, posted in PunBB 1.3 troubleshooting)
yea id suggest having your style use its own template files
17 2008-04-01 05:14
Re: [Extension release] Extensions installer (1 replies, posted in PunBB 1.3 extensions)
Very nice. maybe add a check if the server even has the ability to unzip before showing the form. Oh and add some info on the form page. Other then those 2 things Great extenstion
18 2008-03-31 01:59
Re: My wow guild forum (4 replies, posted in PunBB 1.2 show off)
oh wow nice work on the style. should releace it
19 2008-03-29 07:14
Re: OLD TOPIC TO DELETE (4 replies, posted in PunBB 1.3 extensions)
gotta wait for the great program that should be coming out soon...
20 2008-03-28 09:51
Re: classicnickshows.info (3 replies, posted in PunBB 1.2 show off)
yea that header is pretty nice
21 2008-03-26 05:41
Re: another SEF urls bug (4 replies, posted in PunBB 1.3 troubleshooting)
they all seem to be working for me
22 2008-03-25 22:54
Re: rewrite rules bug (3 replies, posted in PunBB 1.3 troubleshooting)
i use the ones punbb came with. the rule i think it uses is: include/rewrite_rules.php - line:40
23 2008-03-25 10:00
Topic: rewrite rules bug (3 replies, posted in PunBB 1.3 troubleshooting)
it seems that the rewrite rules has a problem with underscores in the section names of the profile.
http://localhost/user2-user_map.html
http://localhost/user/2/user_map/
send back "bad request" errors
24 2008-03-23 04:50
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
admin/forums.php
25 2008-03-23 00:34
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
forums.php (after line 490) - Be able to specify other options to sort by (ex. subject).
forums.php?