skool
Unfortunately no one can be told what PunBB is - you have to see it for yourself.
You are not logged in. Please login or register.
PunBB Forums » Posts by Gizzmo
skool
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
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.)
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. ![]()
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)
double check your changes. i just downloaded FF3 B5 and it seems fine on my screen.
theres not much before that line and this hook "vt_row_pre_display" so just use this one.
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;
}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.
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
oh wow nice work on the style. should releace it
gotta wait for the great program that should be coming out soon...
yea that header is pretty nice
they all seem to be working for me
i use the ones punbb came with. the rule i think it uses is: include/rewrite_rules.php - line:40
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
admin/forums.php
![]()
forums.php (after line 490) - Be able to specify other options to sort by (ex. subject).
forums.php?
PunBB Forums » Posts by Gizzmo
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.