You can change this by editing the CSS code.
101 2010-06-01 11:49
Re: a Question about changing picture (14 replies, posted in PunBB 1.3 troubleshooting)
102 2010-05-31 08:51
Re: Need help with Url rewriting (4 replies, posted in PunBB 1.3 troubleshooting)
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 2010-05-28 14:16
Re: Can not make a poll (7 replies, posted in PunBB 1.3 troubleshooting)
You need to update Pun Poll to the latest 1.1.10 version.
104 2010-05-28 14:13
Re: issue on MySQL upgrade: funcions.php issue (1 replies, posted in PunBB 1.3 troubleshooting)
Try to run this SQL-query in the console or phpMyAdmin:
REPAIR TABLE ntcf_usersr;
105 2010-05-28 14:09
Re: Bug - number of user`s posts (1 replies, posted in PunBB 1.2 bug reports)
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 2010-05-24 12:01
Re: config.php (8 replies, posted in Discussions)
Perhaps this topic will help you.
107 2010-05-24 11:48
Re: Username does not show! plz help. (10 replies, posted in PunBB 1.3 troubleshooting)
What extension, versions have you got installed?
108 2010-05-24 11:47
Re: [Release] Subforums (60 replies, posted in PunBB 1.3 extensions)
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 2010-05-24 11:47
Re: User name size (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 2010-05-24 11:39
Re: Can not make a poll (7 replies, posted in PunBB 1.3 troubleshooting)
What DB server do you use?
111 2010-05-24 09:58
Re: config.php (8 replies, posted in Discussions)
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 2010-05-24 08:43
Re: Search results... (7 replies, posted in PunBB 1.3 troubleshooting)
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?
113 2010-05-20 08:50
Re: [BUG] Hidden forum posts are being visible (5 replies, posted in PunBB 1.3 bug reports)
I can't reproduce the bug. Are you sure that guests don't have permissions to read the hidden forum?
114 2010-05-12 08:34
Re: Icons for "sticky,closed" and "closed" are the same (9 replies, posted in PunBB 1.3 troubleshooting)
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 2010-05-12 08:00
Re: [help] Secondary Message (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'];
116 2010-05-12 07:38
Re: how to insert created header into punbb? (1 replies, posted in PunBB 1.3 troubleshooting)
1: how can i insert created header into punbb?
By editing the "<FORUM_ROOT>/include/template/main.tpl" file.
117 2010-05-11 13:41
Re: file too large to upload error (2 replies, posted in PunBB 1.3 bug reports)
What is the maximum allowed size of an uploaded file in php.ini?
118 2010-05-11 13:41
Re: I need another announcement box in footer, How can i add? (3 replies, posted in PunBB 1.3 troubleshooting)
The easiest way, I think, is to add adblock to the "<FORUM_ROOT>/include/template/main.tpl" template.
119 2010-05-11 13:29
Re: auto pruning of individual topics (1 replies, posted in Feature requests)
Thanks for the idea. We will think about it.
120 2010-05-11 12:33
Re: [Release] Subforums (60 replies, posted in PunBB 1.3 extensions)
Ensure that the "Subforums" extension is placed in the "<FORUM_ROOT>/extension/subforums" folder.
121 2010-05-11 12:29
Re: [request] Unsubscribe in broadcast-email extension (2 replies, posted in Feature requests)
No, there is not such possibility. You can add your request to the Wiki page.
122 2010-05-11 12:23
Re: incomplete install (2 replies, posted in PunBB 1.3 troubleshooting)
Check again: are there files of the extension in the "<FORUM_ROOT>/extensions/gdfonts" directory?
123 2010-05-11 12:15
Re: Noob Question (2 replies, posted in PunBB 1.3 discussion)
Or using the mysqldump program.
124 2010-05-11 12:00
Re: Icons for "sticky,closed" and "closed" are the same (9 replies, posted in PunBB 1.3 troubleshooting)
To change the icons, you need to edit the CSS code.
125 2010-05-11 11:54
Re: How to easily change all font? (1 replies, posted in PunBB 1.3 troubleshooting)
It will be easy to do with the Style Generator.