Could you create an extension based on this mod, please?
252 2009-12-10 09:48
Re: [PunBB 1.3.4] Need Folder-based fancy urls to include category name (2 replies, posted in Discussions)
To do this you should make many changes in the core.
You should edit the following:
the corresponding Forum urls and rules;
forum DB requests to fetch title of a category;
SQL-requests to fetch title of category.
253 2009-12-10 09:36
Re: Edit Alt Text of Img uploaded in PunBB 1.3.2 (2 replies, posted in Discussions)
Here is an example of BBcode:
[img=PunBB bbcode test]http://punbb.informer.com/forums/img/test.png[/img]
It is produced:
254 2009-12-10 09:31
Re: can't edit forums (5 replies, posted in PunBB 1.3 troubleshooting)
Does the page "forum.tld/s.php" exist? What can you see at this page?
255 2009-12-10 09:25
Re: Is there a way to display the real name instead of the username? (5 replies, posted in PunBB 1.3 extensions)
Where exactly do you want to show real names of users?
256 2009-12-09 12:41
Re: pun_poll (115 replies, posted in Supported extensions)
Thanks for reporting, we will fix this bugs.
257 2009-12-09 12:28
Re: duplicate forum (3 replies, posted in General discussion)
What version of your forum do you use?
258 2009-12-09 12:27
Re: Admin must verify registrations (4 replies, posted in PunBB 1.3 extensions)
I know you're very busy with this, but can you give us a timeline when to expect this extension?
We plan to release it in the middle of the next week. But the first version of the extension will be without registrations approval. This feature will be implemented later.
259 2009-12-09 12:14
Re: How to turn off online list? (7 replies, posted in PunBB 1.2 troubleshooting)
There is option "Users online" at the "<FORUM_URL>/admin_options.php" page.
260 2009-12-07 09:48
Re: pun_stop_bots (75 replies, posted in Supported extensions)
I'll inform you when modifications are finished.
261 2009-12-07 09:33
Re: Tags (pun_tags) (55 replies, posted in Supported extensions)
Thanks, we have taken your requests into account.
262 2009-12-07 09:25
Re: MidwestLanparty.com (vBulletin to punBB conversion) (5 replies, posted in PunBB show off)
You have done a great work! Could you share your DB migrating script, please? There are users who want to migrate from vBulletin.
263 2009-12-07 09:00
Re: warning or infraction extension (2 replies, posted in PunBB 1.3 extensions)
No, there is no extension with such functionality. Add an extension request to our Wiki, please.
264 2009-12-07 08:46
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
Added in [1462].
265 2009-12-07 08:42
Re: Use the users DB in another website (5 replies, posted in PunBB 1.3 additions)
Study the code of "cookie_login" function in the "<FORUM_ROOT>/include/functions.php" file.
266 2009-12-07 08:33
Re: SEF making punbb 1.2x compatible (3 replies, posted in PunBB 1.3 discussion)
Here the version of optimized rewrite rules for you:
$forum_rewrite_rules['/t([0-9]+)(\.html?|\/)?/i'] = 'viewtopic.php?id=$1';
$forum_rewrite_rules['/f([0-9]+)(\.html?|\/)?/i'] = 'viewforum.php?id=$1';
$forum_rewrite_rules['/p([0-9]+)(\.html?|\/)?/i'] = 'viewtopic.php?pid=$1';
267 2009-12-07 07:50
Re: 1.3 crash after indexing in admin panel (1 replies, posted in PunBB 1.3 troubleshooting)
Database reported: INSERT command denied to user 'oswietlenie'@'85.128.200.111' for table 'qa_online' - check your database quota (Errno: 1142).
Have you checked the permissions of MySQL user "oswietlenie" at your remote DB?
268 2009-12-07 07:19
Re: registration (3 replies, posted in PunBB 1.3 bug reports)
Try to find him in the forum DB.
269 2009-12-07 07:17
Re: favicon (21 replies, posted in Discussions)
You can create your own extension with only one hook:
<hook id="hd_head"><![CDATA[
$forum_head['favicon'] = '<link rel="shortcut icon" href="http://punbb.informer.com/favicon.ico" />';
]]></hook>
which will add some favicon to your forums.
270 2009-12-04 09:56
Re: Rules-page (1 replies, posted in PunBB 1.3 discussion)
You can add additional links to the main menu at the <FORUM_ROOT>/admin/settings.php?section=setup page in the section "Add your own links to the main navigation menu".
271 2009-12-04 09:48
Re: registration (3 replies, posted in PunBB 1.3 bug reports)
If verifications of new users is enabled and the user does not verify his registration, he will not appear in the userlist, but you can find him via the search users mechanism in the administration.
272 2009-12-04 09:38
Re: Arriving at the newest page after posting - HOW? (4 replies, posted in PunBB 1.3 troubleshooting)
After adding the post, the Forum redirects the user to the page with that new (latest) post. Namely, to the last page of topic.
273 2009-12-03 09:34
Re: Hiding memberlist (1 replies, posted in PunBB 1.3 discussion)
There is a special group permission option to disable the userlist for users on the group management page.
274 2009-12-03 08:41
Re: Bbcode buttons for easy insertion of bbcode (2 replies, posted in Feature requests)
If you are on PunBB 1.3, just install the pun_bbcode extension. It will add a bbcode panel like the one you can see here.
275 2009-12-03 08:35
Re: Ask "Are you sure" on Report Post - Suggestion (4 replies, posted in Feature requests)
You mean send another "report" but say unreport?
Yes, I do.