251

(3 replies, posted in PunBB 1.3 additions)

Could you create an extension based on this mod, please?

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.

Here is an example of BBcode:

[img=PunBB bbcode test]http://punbb.informer.com/forums/img/test.png[/img]

It is produced:
PunBB bbcode test

254

(5 replies, posted in PunBB 1.3 troubleshooting)

Does the page "forum.tld/s.php" exist? What can you see at this page?

Where exactly do you want to show real names of users?

256

(115 replies, posted in Supported extensions)

Thanks for reporting, we will fix this bugs.

257

(3 replies, posted in General discussion)

What version of your forum do you use?

DTI wrote:

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.

There is option "Users online" at the "<FORUM_URL>/admin_options.php" page.

260

(75 replies, posted in Supported extensions)

I'll inform you when modifications are finished.

261

(55 replies, posted in Supported extensions)

Thanks, we have taken your requests into account.

You have done a great work! Could you share your DB migrating script, please? There are users who want to migrate from vBulletin.

No, there is no extension with such functionality. Add an extension request to our Wiki, please.

264

(151 replies, posted in PunBB 1.3 extensions)

Added in [1462].

Study the code of "cookie_login" function in the "<FORUM_ROOT>/include/functions.php" file.

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';
pecora11 wrote:

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

(3 replies, posted in PunBB 1.3 bug reports)

Try to find him in the forum DB.

269

(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

(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

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

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

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

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.

UsernameTaken wrote:

You mean send another "report" but say unreport?

Yes, I do.