Wow, that would be great- I haven't touched this guy in a while (partly because of being busy finishing school, partly because I'm comfortable just cramming stuff in the DB manually), but I'll give it a once over to neaten it up and make it 1.4 compatible this weekend!
26 2011-12-31 06:12
Re: [WIP] Custom Smilies/Smiley Gallery (5 replies, posted in PunBB 1.3 extensions)
27 2011-12-30 15:03
Re: Date/time settings (3 replies, posted in Discussions)
http://us.php.net/manual/en/function.date.php
See the "parameters" section.
28 2011-12-26 20:58
Re: [Release] Logo in Header (29 replies, posted in Supported extensions)
Weird, error doesn't show in PHP 5.3.8. But it was my mistake, I had confused heredoc and nowdoc syntax.
Updated to 1.1.3 in OP- can I move this to "supported extensions" forum or is that only for official extensions?
29 2011-12-26 20:31
Re: [Release] Logo in Header (29 replies, posted in Supported extensions)
I can't seem to reproduce the error- what settings are you using + what version of php are you running?
30 2011-12-26 20:20
Re: [Release] Logo in Header (29 replies, posted in Supported extensions)
Will check it out!
31 2011-12-24 20:25
Re: What is the mod in use here ? (2 replies, posted in Discussions)
Probably http://punbb.informer.com/forums/topic/ … -by-daris/.
I don't think there's a version for 1.4.x though
32 2011-12-24 20:21
Topic: Documentation for forum_loader (1 replies, posted in Discussions)
Hey- KeyDog requested that I share any information that I had on the proper use of the forum_loader class. I have only worked with it a little in one of my extensions, but I made the following page on the wiki:
http://punbb.informer.com/wiki/punbb13/ … rum_loader
My understanding of the forum_loader is not complete, but if anyone has more information and would like to fill it in, please do so! The forum_loader class is a really great feature for extension developers, and with some good documentation hopefully everyone will find it easy to use
33 2011-12-24 17:47
Re: Hi,everyone! Merry Christmas. (4 replies, posted in General discussion)
Merry Christmas, and Happy Hannukah!
34 2011-12-23 23:46
Re: Oxygen.min.css? minified CSS (3 replies, posted in PunBB 1.4 troubleshooting)
That file is a "minified" version of the forums CSS. The reason for minifing CSS (and java) is that it reduces your load times.
If you do a quick google search for "CSS unminifier" and "CSS minifier", you'll find tools you can use to "decompress" and "recompress" the CSS.
35 2011-12-16 18:31
Re: Links open in new window (4 replies, posted in PunBB 1.4 troubleshooting)
Is there a way to make links open in a new window (target="_blank")
?
Links in posts?
That could probably be done easily with an extension.
36 2011-12-16 16:07
Re: Downgrade from 1.4.1 to 1.3.6 (3 replies, posted in Discussions)
Maybe if you're having a particular problem, we can help you solve it instead of downgrading.
37 2011-12-15 19:09
Re: Should we still support IE6? (9 replies, posted in Development)
Dinosaurs shall die
Well put
38 2011-12-14 21:20
Re: Few questions, CSS and Redirect Page ~ (4 replies, posted in Discussions)
If you just want to change the text/add an image, the easiest way is probably to just edit your language pack and modify the text.
If you're looking for something a little more robust you could write an extension to do it, but I would not suggest editing the actual punbb code.
39 2011-12-13 20:02
Re: Few questions, CSS and Redirect Page ~ (4 replies, posted in Discussions)
It probably wouldn't help, since the css file is minified anyway.
What about the redirect page do you want to edit?
40 2011-12-05 09:58
Re: [Theme release]Urban (71 replies, posted in PunBB 1.4 additions)
Great work- I really like it.
42 2011-11-29 21:19
Re: [release] pun_repository (2 replies, posted in Supported extensions)
Thank you for updating this great extension!
43 2011-11-28 08:40
Re: What's new for developers? (1 replies, posted in PunBB 1.4 additions)
I believe $forum_db->num_rows() was deprecated.
44 2011-11-21 21:45
Re: [Release] Logo in Header (29 replies, posted in Supported extensions)
Yes, updated to use forum_loader for css.
45 2011-11-17 20:52
Re: "Expected identifier, string or number" error in IE7 (6 replies, posted in PunBB 1.4 bug reports)
Thanks- this solves the error perfectly!
I ran into another IE7 error however, this time involving the 1.4 pun_bbcode extension. When the bbcode bar is enabled, every keypress when the post message box has focus results in the following error:
This error only happens when the bbcode bar is enabled.
It does not happen on http://punbb.org.ua/punbb/.
When I disable pun_bbcode it does not happen.
When pun_bbcode is enabled, but the bar is turned off in user preferences, it does not happen.
Hopefully that information is useful in tracking down the bug.
46 2011-11-17 20:30
Re: Should we still support IE6? (9 replies, posted in Development)
I think you should drop support for IE6.
http://www.ie6countdown.com/#map
Microsoft themselves are phasing out IE6 in 2014, so removing 2 years early isn't a big deal. Even Google has stopped supporting IE6.
What would be important is that users who visit a PunBB forum with IE6 are notified that their browser is incompatible and that they should upgrade. Then, the onus is on them do to something about it.
47 2011-11-17 18:18
Re: "Expected identifier, string or number" error in IE7 (6 replies, posted in PunBB 1.4 bug reports)
48 2011-11-17 17:21
Re: "Expected identifier, string or number" error in IE7 (6 replies, posted in PunBB 1.4 bug reports)
Ok, im check this.
Thank you for the speedy response.
49 2011-11-16 22:05
Topic: "Expected identifier, string or number" error in IE7 (6 replies, posted in PunBB 1.4 bug reports)
One of my users using IE7 started reporting this error after the upgrade to 1.4. He claimed that when typing a message, on every keystroke he would get a script error. I have tried to reproduce the error using IETester, and I seem to be getting the error on every page I go to.
Here is a screenshot of the error:
I have tried disabling all extensions, and the error still appears under IE7. It appears on both my forum and these boards.
Could this be the problem?
http://blog.favrik.com/2007/11/29/ie7-e … or-number/
50 2011-11-11 16:23
Re: I logged out after maintence mode (3 replies, posted in PunBB 1.4 troubleshooting)
In your config.php add this line to the bottom
define('FORUM_TURN_OFF_MAINT', 'true');
Log in, then immediately remove that line from your config.php.