Nope
551 2008-03-21 12:02
Re: Long Posts Timeout in Safari. (5 replies, posted in PunBB 1.2 troubleshooting)
552 2008-03-21 12:02
Re: A couple of mods needed... (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
553 2008-03-21 12:01
Re: A strange bug in an extension (5 replies, posted in PunBB 1.3 extensions)
I believe vt_row_pre_display is within the loop, which is run as an unbuffered query, which means you can't run a query within it.
You would want to, anyway, or your query would be run multiple times.
554 2008-03-20 19:34
Re: [extension release] Portal (119 replies, posted in PunBB 1.3 extensions)
Fixed
555 2008-03-20 19:22
Re: Search - Sort results by (1 replies, posted in PunBB 1.3 troubleshooting)
That would only be applicable for searches shown as topics.
557 2008-03-20 11:48
Re: Long Posts Timeout in Safari. (5 replies, posted in PunBB 1.2 troubleshooting)
Have you added any modifications to your forum?
559 2008-03-20 02:59
Re: error.php (1 replies, posted in PunBB 1.2 troubleshooting)
There is no such PunBB file.
I would talk to your host, it sounds like something they have done.
It also doesn't look like your site uses PunBB.
560 2008-03-20 02:36
Re: what is $ext_info for? (1 replies, posted in PunBB 1.3 troubleshooting)
To give an extension some information about itself that might be useful, like the path/URL to its files.
561 2008-03-19 20:17
Re: PunBB 1.2.17 spam protection (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
562 2008-03-19 14:48
Re: can easy poll run на postgresql? (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
563 2008-03-18 19:37
Re: arranging replies in one topic ( Important Please) (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just add DESC to the ORDER BY part of the main query in viewtopic.php
564 2008-03-18 19:36
Re: Error: Unable to fetch user info. (2 replies, posted in PunBB 1.2 troubleshooting)
Moved to Troubleshooting, since this is not a PunBB issue.
Sounds like an issue with your host. Ask them what happened to your database server.
565 2008-03-18 19:15
Re: Quick jump drop list (15 replies, posted in PunBB 1.3 troubleshooting)
Coding with a headache is annoying
Fixed
566 2008-03-18 17:45
Re: 5 little errors/things i need help with :) (8 replies, posted in PunBB 1.2 troubleshooting)
1. http://www.punres.org/viewtopic.php?id=3211
2. That's a user group permission, edit it through User groups in the administration panel
3. That's not standard PunBB, ask the person who made whatever version you downloaded
4. What would you rather it say?
5. Same as #3
567 2008-03-18 17:25
Re: Quick jump drop list (15 replies, posted in PunBB 1.3 troubleshooting)
Done
568 2008-03-18 16:07
Re: post count not changing when a post is deleted (2 replies, posted in PunBB 1.2 troubleshooting)
That's intentional. The post count is meant to reflect the number of posts a user has made, not the number of posts that currently exist on the board.
569 2008-03-18 15:56
Re: Quick jump drop list (15 replies, posted in PunBB 1.3 troubleshooting)
Yeah. I guess I misread it.
570 2008-03-18 15:41
Re: Quick jump drop list (15 replies, posted in PunBB 1.3 troubleshooting)
Changed
571 2008-03-18 15:37
Re: Quick jump drop list (15 replies, posted in PunBB 1.3 troubleshooting)
Actually, that's a much better idea then what I was trying to do.
572 2008-03-18 14:57
Re: modifying PunBB 1.2.15 into PunBB 1.2.17 help plz (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
573 2008-03-18 12:31
Re: [extension release] Single Host Redirection (10 replies, posted in PunBB 1.3 extensions)
You're not supposed to have a trailing slash in your base URL.
574 2008-03-18 12:30
Re: Custom CSS (7 replies, posted in PunBB 1.3 troubleshooting)
Well, the idea behind the extension system is that you shouldn't/don't have to edit any of the core PunBB files.
However, if you want to go that route, just open style/Oxygen/Oxygen.php and put the reference to the CSS file in (you can store it in the Oxygen folder).
575 2008-03-18 12:19
Re: Custom CSS (7 replies, posted in PunBB 1.3 troubleshooting)
Then I would use the hd_head hook to either include another stylesheet with your changes or embed the changes directly in the page.