176

(4 replies, posted in Programming)

Thanks for this hack!

177

(2 replies, posted in PunBB 1.3 extensions)

PunBB 1.2 modifications do not work on PunBB 1.3.

178

(4 replies, posted in General discussion)

Could you please post more details on what is not working for you?

CoachPaul wrote:

I'm sorry, I don't quite get your second question, so, no, I haven't tried that yet.

I mean copying the value of the src attribute of the CAPTCHA image and pasting it to the browser's address string. Here an example of this url:

http://localhost/punbb13/extensions/pun_antispam/image.php?0cec3475213d0652ee74a0f3d27d22ab

180

(4 replies, posted in PunBB 1.3 discussion)

What version of Wordpress have you installed?

It works fine for me. Have you installed any extensions? Have any errors appeared  in php error log?

Hello! Could you please post here how the feed should look like, in your opinion?

You can manipulate this using the "Allow users to view the user list and user profiles." option on the manage group permissions page.

Add this peace of code after 13 line of the "<FORUM_ROOT>/index.php" file:

header('Location: '.str_replace('&amp;', '&', forum_link($forum_url['forum'], 2)));
exit;

185

(2 replies, posted in PunBB 1.3 additions)

Go to 424 line of  the "<FORUM_ROOT>/include/functions.php" and replace

forum_link($forum_url['index'])

with

'http://yourdomain'

186

(2 replies, posted in PunBB 1.3 additions)

PunBB 1.3 does not support rtl fully. This is related to Forum markup.

Have you read this article?

Thanks for the idea. But I think it will be better to store the list with bad sites/ip separately, and the PHP-script will do some checking.

189

(4 replies, posted in PunBB 1.3 discussion)

Could you post what exactly did not work, the places where you had problems/errors?

You can manage forums via the administration console (<FORUM_URL>/admin/forums.php).

191

(1 replies, posted in PunBB 1.3 troubleshooting)

The second error appeared because you tried to include the functions.php file twice. It is included in essential.php, so check the code where you use it. The first error should be related with this double inclusion of the code.

What exactly does not suit you?

193

(8 replies, posted in PunBB 1.3 extensions)

What kind of trouble do you have?

First of all, I think, you need to check the file paths.

Add your request to this Wiki-page, please.

I think such features can be implemented in next versions of the pun_karma extension. Could you add your requests to the extension's Wiki page, please?

Remove or replace this character with some other string.

You can add your css files to the "<FORUM_ROOT>/include/template/main.tpl" file.

What is the version of pun_antispam that you used? Did you try to copy the url of the captcha and request the image directly? Perhaps there are some errors there.

Yes, this will save a lot of space. Thanks for the idea, perhaps this can be implemented in the pun_repositry or pun_admin_manage_extensions_improved_extension.