Thanks for this hack!
177 2010-02-08 09:32
Re: Working Cash Mod For 1.3.4 (2 replies, posted in PunBB 1.3 extensions)
PunBB 1.2 modifications do not work on PunBB 1.3.
178 2010-02-08 09:28
Re: quick posts and editing (4 replies, posted in General discussion)
Could you please post more details on what is not working for you?
179 2010-02-08 09:05
Re: Does anyone know how to turn pictures on? (7 replies, posted in PunBB 1.3 troubleshooting)
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 2010-02-08 08:23
Re: Wordpress With PunBB Forum (4 replies, posted in PunBB 1.3 discussion)
What version of Wordpress have you installed?
181 2010-02-08 08:22
Re: "Require verification of all new registrations by e-mail": email empty (6 replies, posted in PunBB 1.3 troubleshooting)
It works fine for me. Have you installed any extensions? Have any errors appeared in php error log?
182 2010-02-02 08:46
Re: RSS feeds (via extern.php) showing older content (7 replies, posted in Feature requests)
Hello! Could you please post here how the feed should look like, in your opinion?
183 2010-02-02 08:35
Re: add text link to brd-navlinks <ul> (solved) (8 replies, posted in PunBB 1.3 additions)
You can manipulate this using the "Allow users to view the user list and user profiles." option on the manage group permissions page.
184 2010-02-02 07:43
Re: How to make Viewforum.php?ID=2 index-page (7 replies, posted in PunBB 1.3 troubleshooting)
Add this peace of code after 13 line of the "<FORUM_ROOT>/index.php" file:
header('Location: '.str_replace('&', '&', forum_link($forum_url['forum'], 2)));
exit;
185 2010-02-02 07:35
Re: change link (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 2010-02-01 14:06
Re: how to fix style ? (2 replies, posted in PunBB 1.3 additions)
PunBB 1.3 does not support rtl fully. This is related to Forum markup.
187 2010-02-01 13:53
Re: Converting from 1.3.x to 1.2.x (3 replies, posted in PunBB 1.3 troubleshooting)
Have you read this article?
188 2010-02-01 13:45
Re: Blocking bad bots and site rippers (aka offline browsers) (1 replies, posted in General discussion)
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 2010-02-01 13:00
Re: Wordpress With PunBB Forum (4 replies, posted in PunBB 1.3 discussion)
Could you post what exactly did not work, the places where you had problems/errors?
190 2010-02-01 12:51
Re: how to hide categories for guest users or users groups? (1 replies, posted in Discussions)
You can manage forums via the administration console (<FORUM_URL>/admin/forums.php).
191 2010-02-01 11:44
Re: Post failure (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.
192 2010-02-01 11:23
Re: Bada layout in sections Active topics, etc (3 replies, posted in PunBB 1.3 troubleshooting)
What exactly does not suit you?
193 2010-02-01 11:20
Re: Captcha missing image (8 replies, posted in PunBB 1.3 extensions)
What kind of trouble do you have?
194 2010-02-01 11:17
Re: Login integration: Logging in on an existing site and punBB (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
First of all, I think, you need to check the file paths.
195 2010-02-01 11:15
Re: posting google ads in forum messages, possible? (1 replies, posted in Discussions)
Add your request to this Wiki-page, please.
196 2010-02-01 11:11
Re: Official Punbb Karma system extention add-up (2 replies, posted in Feature requests)
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?
197 2010-02-01 10:57
Re: How to display most recent posts on homepage? (4 replies, posted in Discussions)
Remove or replace this character with some other string.
198 2010-02-01 10:46
Re: Where do I include my external CSS files? (2 replies, posted in Discussions)
You can add your css files to the "<FORUM_ROOT>/include/template/main.tpl" file.
199 2010-01-29 09:10
Re: Does anyone know how to turn pictures on? (7 replies, posted in PunBB 1.3 troubleshooting)
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.
200 2010-01-29 08:49
Re: Improve Overview in Administration » Extensions » Manage extensions (1 replies, posted in PunBB 1.3 discussion)
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.