N3twork2 wrote:

Hello,

I have error :

Error: unable to establish connection.

Check the values of $db_host, $db_name, $db_username, $db_password in the <FORUM_ROOT>/config.php. If those values are ok, contact your hoster.

527

(30 replies, posted in PunBB 1.2 troubleshooting)

Examine the code of <FORUM_ROOT>/include/functions.php (lines 280-305). In this piece of code the links are generated depending on user rights.

528

(10 replies, posted in PunBB 1.3 extensions)

Is this is what you want?

What is the language of posts in your forum?

Dupe of http://punbb.informer.com/forums/topic/ … logged-in/

The Quick Reply form is not shown for guests in the current version of PunBB.

pcoxygen wrote:

Webpage error details

Message: 'document.getElementById(...)' is null or not an object
Line: 148
Char: 1
Code: 0
URI: http://www.burkesville.net/forum/viewtopic.php?id=5

I haven't found this error on this page.

532

(3 replies, posted in PunBB 1.3 troubleshooting)

The profile link is in the menu already. It is added in the lines 445, 451 of the file "<FORUM_ROOT>include/functions.php".

533

(2 replies, posted in PunBB 1.3 troubleshooting)

Angel wrote:

I can't find the code anywhere, not even the actual text in the language files. o.o;

In the current version of PunBB this string is hard-coded. It is added by extensions. If you want to change it, you need to edit the manifiest of installed extensions.

Angel wrote:

Also, how do I create just a simple, blank page?

You need to create the page manually. What kind of page do you want to add?

534

(55 replies, posted in Supported extensions)

The new version of pun_tags 1.3 has been released. Changes from previous version:

  • Added a group permission for the ability to mark topics by tag

  • Added a notice "Tag:" to the cloud of tags

  • Added a divider of tags in the cloud, which specified by admin.

535

(115 replies, posted in Supported extensions)

Could you post the version number of the extension, please?

Have you tried to ban this user by IP? You can view the apache logs, the php logs, perhaps, you will find something suspicious.

537

(2 replies, posted in PunBB 1.3 troubleshooting)

These instructions should help you:

  • Go to the profile of the user,  whom you want to give moderator permissions, and press "Administration"

  • Assign user to the moderator group

  • Select the forums, which user will be able to moderate.

538

(2 replies, posted in Feature requests)

You can change option "Webmaster e-mail" on the "<FORUM_URL>/admin/settings.php?section=email"

539

(41 replies, posted in PunBB 1.3 extensions)

New version of pun_bbcode 1.3.3 has been released. Fixed bug with buffering HTML output when output compression with gzip is enabled.

Sirenic wrote:

There's this kid, that will pos ton my forums, and his name isn't even registered.

How the profile of this user looks like? Is it available?

Works perfectly. Thanks for the link. smile

Is your forum highly loaded? What is the size of your forum's DB? What is the average count of online users?

543

(30 replies, posted in PunBB 1.2 troubleshooting)

What code of functions.php did you changed?

If you use HTML output, edit the line 272 of <FORUM_ROOT>/extern.php. It should look like:

echo '<li><a href="'.$item['link'].'" title="'.forum_htmlencode($item['title']).'">Topic '.$subject_truncated.'</a> Posted by '.$item['author']['name'].' ('.gmdate('d/m/Y', $item['pubdate']).')</li>'."\n";

These instructions should help you.

546

(2 replies, posted in PunBB 1.3 troubleshooting)

If you are an Apache user, you can edit the directive "DirectoryIndex" of httpd.conf. It will look like:

    DirectoryIndex home.php index.php index.htm index.html index.shtm index.shtml

547

(118 replies, posted in Supported extensions)

maststef wrote:

Doesn't work. PHP-error: "SAFE_MODE restriction...". PunBB gives out that it can't create file.
Why can PunBB create files in the cache directory, but not in other directories?

In PHP, there are some security and safe mode directives. Could you post the values of these directives, please?

548

(1 replies, posted in Discussions)

kishore wrote:

i need to custamize my user page. from which admin page i have to change the userpart..plz say some thing abt this modifications..

Describe in more detail what you want to modify.

Thanks for reporting. We will fix it.

To skip this check, comment the lines 112-122 of FORUM_ROOT/register.php. But it is not recommended.

kishore wrote:

also i have another prob...at footer i didnt get the changes of PHPBB....alstline(copyrights)...plz tell me in which page i have to change this...

Describe your problem in more detail, please. And why you are talking about PHPBB? smile