You can change this by editing the CSS code.

No, the current forum version doesn't allow you to do this without code editing. Have you tried to use a Folder-based scheme for your urls?

103

(7 replies, posted in PunBB 1.3 troubleshooting)

You need to update Pun Poll to the latest 1.1.10 version.

Try to run this SQL-query in the console or phpMyAdmin:

REPAIR TABLE ntcf_usersr;

105

(1 replies, posted in PunBB 1.2 bug reports)

dudev851 wrote:

The Forum works great at all. But I have found a bug:
When user delete his own post, the number of posts remains the same. For example if I have 3 posts, and delete 1, I have 3 posts again.
I`m not complaining, i can fix it.

Number of users post is a number of post, which user ever posted.

106

(8 replies, posted in Discussions)

Perhaps this topic will help you.

What extension, versions have you got installed?

108

(60 replies, posted in PunBB 1.3 extensions)

Isula wrote:

This topic has been readed more than 13.000 times, so why PunBB team doesn't do nothing for this extension ?

It is not official extension and now we don't plan to fix this extension.

109

(1 replies, posted in PunBB 1.3 additions)

Play with a CSS property "font-size" on the 1430 line of the "<FORUM_ROOT>/style/Oxygen.css" file.

110

(7 replies, posted in PunBB 1.3 troubleshooting)

What DB server do you use?

111

(8 replies, posted in Discussions)

Cyril wrote:

In fact, my question is :
Is the security good for PunBB ?
It seems very low and nonexistent security. (config.php and install.php)
And if I remove this files, the forum not works.
I'm right ?

How can the placement of config.php in the forum root imply unsafety?

112

(7 replies, posted in PunBB 1.3 troubleshooting)

FlashT wrote:

Hello,
How do I display search results for selected keywords on my site? I really don't understand this search procedure... any help?
Best regards,
FlashT

Could you please describe what features you'd like to have in the search and what is currently wrong with it?

I can't reproduce the bug. Are you sure that guests don't have permissions to read the hidden forum?

I can't quite understand what the bugs are. For a sticky topic the CSS class is "icon posted sticky", for a closed topic - "icon closed", and for a sticky-closed topic the CSS class is "icon posted sticky closed". Are these the attributes you were talking about?

115

(2 replies, posted in PunBB 1.3 troubleshooting)

Do the following:
1) On the line 277 add the "p.post_extra" field in the SELECT expression;
2) After the line 497 add something like this:

 $forum_page['message']['post_extra'] = $cur_post['post_extra'];  
mooncros wrote:

1: how can i insert created header into punbb?

By editing the "<FORUM_ROOT>/include/template/main.tpl" file.

What is the maximum allowed size of an uploaded file in php.ini?

The easiest way, I think, is to add adblock to the "<FORUM_ROOT>/include/template/main.tpl" template.

119

(1 replies, posted in Feature requests)

Thanks for the idea. We will think about it.

120

(60 replies, posted in PunBB 1.3 extensions)

Ensure that the "Subforums" extension is placed in the "<FORUM_ROOT>/extension/subforums" folder.

No, there is not such possibility. You can add your request to the Wiki page.

122

(2 replies, posted in PunBB 1.3 troubleshooting)

Check again: are there files of the extension in the "<FORUM_ROOT>/extensions/gdfonts" directory?

123

(2 replies, posted in PunBB 1.3 discussion)

Or using the mysqldump program.

To change the icons, you need to edit the CSS code.

It will be easy to do with the Style Generator.