1

(1,382 replies, posted in General discussion)

skool

2

(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.

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"

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'))

yup

6

(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

(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. smile

8

(7 replies, posted in PunBB 1.2 discussion)

have you seen sBlog

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.

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

(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

(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

(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

(6 replies, posted in PunBB 1.3 troubleshooting)

its all done with css. should i post a diff or can you find you way?

It does open a lot of possibility's, great idea for a hook.

16

(5 replies, posted in PunBB 1.3 troubleshooting)

yea id suggest having your style use its own template files

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

(4 replies, posted in PunBB 1.2 show off)

oh wow nice work on the style. should releace it

19

(4 replies, posted in PunBB 1.3 extensions)

gotta wait for the great program that should be coming out soon...

PunXS

20

(3 replies, posted in PunBB 1.2 show off)

yea that header is pretty nice

21

(4 replies, posted in PunBB 1.3 troubleshooting)

they all seem to be working for me

22

(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

(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

(151 replies, posted in PunBB 1.3 extensions)

Smartys wrote:

admin/forums.php wink

wink

25

(151 replies, posted in PunBB 1.3 extensions)

qubertman wrote:

forums.php (after line 490) - Be able to specify other options to sort by (ex. subject).

forums.php?