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.
226 2009-12-22 08:01
Re: Is there a way to display the real name instead of the username? (5 replies, posted in PunBB 1.3 extensions)
227 2009-12-21 08:24
Re: Debugging help? (4 replies, posted in PunBB 1.3 troubleshooting)
Define this constant in the "config.php" file.
228 2009-12-21 08:11
Re: Polish Wii board and portal (1 replies, posted in PunBB show off)
Looks great! Could you share this theme with our users, please?
229 2009-12-21 08:10
Re: Include Userlist to another page. (7 replies, posted in PunBB 1.3 additions)
What exactly do you want to have? Describe in more detail way, please.
230 2009-12-21 08:01
Re: Is there a way to display the real name instead of the username? (5 replies, posted in PunBB 1.3 extensions)
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 2009-12-17 08:31
Re: Integrating with Wordpress (1 replies, posted in PunBB 1.3 discussion)
Have you read this topic? Perhaps, it will be useful for you.
232 2009-12-17 08:10
Re: Cannot find /proc/version - is /proc mounted (1 replies, posted in PunBB 1.3 troubleshooting)
It seems that the problem is not related to PunBB, perhaps your hoster can help you with this issue.
233 2009-12-17 07:42
Re: Working dokuwiki integration? (1 replies, posted in PunBB 1.3 extensions)
This thread should help you.
234 2009-12-16 14:58
Re: Some problems in Attachment (3 replies, posted in PunBB 1.3 extensions)
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.
235 2009-12-16 14:38
Re: WRITTING integration with custom site (2 replies, posted in PunBB 1.3 discussion)
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 2009-12-16 14:31
Re: duplicate forum (3 replies, posted in General discussion)
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.
237 2009-12-16 14:16
Re: pun_admin_add_user user password (1 replies, posted in PunBB 1.3 extensions)
Thanks for the idea. Added to future requests to the extension Wiki page.
238 2009-12-16 14:11
Re: liltle error with $forum_head['descriptions'] (1 replies, posted in PunBB 1.3 bug reports)
Thanks, fixed.
239 2009-12-16 14:08
Re: Possible bug with extern.php output (3 replies, posted in PunBB 1.3 troubleshooting)
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 2009-12-16 14:02
Re: pun_poll (115 replies, posted in Supported extensions)
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.
Also, it will be good to allow null votes.
What do you mean by "null votes"?
241 2009-12-15 09:56
Re: don't search for user on topics hidden from guests (3 replies, posted in PunBB 1.3 additions)
Because such topics are not readable for guests. Why should they appear in the search results?
242 2009-12-15 09:50
Re: To forbid change login and e-mail (2 replies, posted in PunBB 1.3 extensions)
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?
243 2009-12-15 09:29
Re: Not activated users in userlist for admin (3 replies, posted in PunBB 1.3 extensions)
Thanks for the hack. Also, administrators can find unverified user accounts using the search user mechanism in the administration.
244 2009-12-14 09:43
Re: u.use_avatar column in 1.3? (2 replies, posted in PunBB 1.3 troubleshooting)
The "Use avatar" option is not used in PunBB 1.3.
245 2009-12-14 09:25
Re: Integrating with Wordpress (1 replies, posted in Discussions)
This mod should help you.
246 2009-12-14 08:48
Re: Showing new private message count on external page? (3 replies, posted in PunBB 1.3 additions)
Study out the code of the "pun_pm_unread_messages" fucntion. It should help you.
247 2009-12-14 08:16
Re: [Oxygen] White color property in the wrong CSS file (2 replies, posted in PunBB 1.3 bug reports)
Thanks for reporting. We will fix this.
248 2009-12-12 13:20
Re: pun_stop_bots (75 replies, posted in Supported extensions)
chovy, have you found any solution to this problem?
249 2009-12-12 13:09
Re: Random can't write cache errors (5 replies, posted in PunBB 1.3 troubleshooting)
What is the version of your Forum? Have you any hotfixes installed?
250 2009-12-12 09:09
Re: can't edit forums (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?