You can try creating an extension by yourself: it is quite simple to do because there is only one hook in this extension. You can take a code of any official extention as an example and study it out. If you have more questions, please, contact us immediately. We are ready to provide any assistance.

227

(4 replies, posted in PunBB 1.3 troubleshooting)

Define this constant in the "config.php" file.

228

(1 replies, posted in PunBB show off)

Looks great! Could you share this theme with our users, please?

What exactly do you want to have? Describe in more detail way, please.

If you want to add the post's author name to the profile's information paste this code into the "vt_row_pre_post_actions_merge" hook:

if ($cur_post['poster_id'] > 1)
{
    $forum_page['author_ident']['realname'] = '<li><span>Real name: '.forum_htmlencode($cur_post['realname']).'</span></li>';
}

231

(1 replies, posted in PunBB 1.3 discussion)

Have you read this topic? Perhaps, it will be useful for you.

It seems that the problem is not related to PunBB, perhaps your hoster can help you with this issue.

233

(1 replies, posted in PunBB 1.3 extensions)

This thread should help you.

234

(3 replies, posted in PunBB 1.3 extensions)

NextPeter wrote:

1.the picture can not display in the forums
here:http://www.kj.edu.sh.cn/bbs/post2739.html#p2739

It is because of the file extension. It should be "gif" in lowercase.
I will test file uploading with a non-English filename.

You need to include some common Forum files and call the "add_topic" function. An example of its usage you can find in the "<FORUM_ROOT>/viewtopic.php" file.

236

(3 replies, posted in General discussion)

ecas wrote:

1.2.15 when I hit check for updates it says I am running the latest, yet 1.3 exists!

This bug was fixed in PunBB 1.2.21. It is strongly recommended that you upgrade your forum to 1.2.21 because of some security issues.

Thanks for the idea. Added to future requests to the extension Wiki page.

Thanks, fixed.

In case with a long message (more than value of the FORUM_EXTERN_MAX_SUBJECT_LENGTH constant), it will be truncated and the '…' symbol will be added to the string.

240

(115 replies, posted in Supported extensions)

Radovar wrote:

Bug: If the field 'votes count' had a value, and I change it's value to empty string, I get an error.

Thanks for reporting. We will fix this.

Radovar wrote:

Also, it will be good to allow null votes.

What do you mean by "null votes"?

Because such topics are not readable for guests. Why should they appear in the search results?

User's login can be changed only by administrators or moderators. And why the possibility of changing the e-mail is not useful for you?

Thanks for the hack. Also, administrators can find unverified user accounts using the search user mechanism in the administration.

The "Use avatar" option is not used in PunBB 1.3.

245

(1 replies, posted in Discussions)

This mod should help you.

Study out the code of the "pun_pm_unread_messages" fucntion. It should help you.

Thanks for reporting. We will fix this.

248

(75 replies, posted in Supported extensions)

chovy, have you found any solution to this problem?

What is the version of your Forum? Have you any hotfixes installed?

250

(5 replies, posted in PunBB 1.3 troubleshooting)

Try to rewrite the Forum admin pages. Have you any extensions, which can affect at this page, installed?