Are you sure that the "test.html" file is placed in the "<FORUM_ROOT>/include/user" folder?
126 2010-05-05 13:46
Re: user include error message (3 replies, posted in PunBB 1.3 troubleshooting)
127 2010-05-05 13:39
Re: HELP! (3 replies, posted in Discussions)
Also you need to rename files in this folder (Oxygen.css => Oxygen1.css, Oxygen.php => Oxygen1.php) In the Oxygen1.php file you should replace all "Oxygen" word with "Oxygen1".
128 2010-05-05 13:35
Re: how avatar inextenso lest user? (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Please, describe in more details what you want to get.
129 2010-05-04 12:41
Re: Can not make a poll (7 replies, posted in PunBB 1.3 troubleshooting)
Which version of pun_poll extension do you use?
130 2010-05-04 12:31
Re: pun_admin_broadcast_email (31 replies, posted in Supported extensions)
Is there a way to not have it strip all carriage returns from your message (thus making formatting possible)?
The way it currently is, it's useless for anything more than a single sentence/paragraph.
We will fix this in the feature releases.
131 2010-05-04 12:30
Re: noindex (4 replies, posted in PunBB 1.3 discussion)
On what page do you want to do this?
132 2010-05-04 12:23
Re: Small BUG in register.php (1 replies, posted in PunBB 1.3 bug reports)
Thanks for reporting this. We will fix this.
133 2010-05-04 12:00
Re: pun_forum_news feature request (1 replies, posted in Feature requests)
Thanks for the nice idea. I have added your request to the Wiki page.
134 2010-05-04 08:29
Re: Message Alert system (1 replies, posted in Feature requests)
It will be enough to add some JS-code which will generate a message or window. Study the "pun_pm_unread_messages" function in <FORUM_ROOT>/extensions/functions.php (line #155), where the "New messages" link is generated.
135 2010-04-22 12:16
Re: WhittakerMountaineering.org - Contributors by world renowned climbers! (1 replies, posted in PunBB show off)
We are not accepting donations at the moment.
136 2010-04-22 12:00
Re: How to edit the language to extension Private Messaging? (4 replies, posted in PunBB 1.3 extensions)
You need to place the Swedish language pack for pun_pm in <FORUM_ROOT>/extensions/pun_pm/lang/.
137 2010-04-22 11:46
Re: Smilie icons in BBCode buttons extension (8 replies, posted in PunBB 1.3 discussion)
Is there a way I can remove them?
No, there is no such possibility. The BBCode panel shows up for every topic.
138 2010-04-01 08:36
Re: Signature (4 replies, posted in PunBB 1.3 troubleshooting)
Signature shows up for active users who have more posts.
140 2010-03-29 08:40
Re: Making my own forum pages with the headers and footers. (3 replies, posted in PunBB 1.3 additions)
On the Forum, there are some templates that are used in the page generation process. There are some templates variables there (<!-- forum_title -->, <!-- forum_desc -->, <!-- forum_main -->, etc). When the page content generation starts, the contents of the template are placed to the $tpl_main variable. During the page generation, the template variables get replaced with pieces of html-code. This happens due to the str_replace function.
141 2010-03-29 08:08
Re: Remove footer message (1 replies, posted in PunBB 1.3 troubleshooting)
Please, use the forum search. There is a ready solution for this.
142 2010-03-25 12:01
Re: Code for Game Forum (3 replies, posted in Programming)
Now I want PunBB to be Forum. And It has Function what I can Post my game , Swf file , XML, ...on the Forum.
What do you mean by "post" in this sentence? The possibility to add some file to post or something else.
143 2010-03-25 11:49
Re: How to parse bbcodes outside forum? (8 replies, posted in PunBB 1.3 troubleshooting)
There is the "parse_message" function in the "<FORUM_ROOT>/include/parser.php" file (line 790).
144 2010-03-22 15:21
Re: Does PunBB have this feature by any chance? (1 replies, posted in Discussions)
Contact your hoster company. All files and data are stored on their servers.
145 2010-03-22 15:17
Re: removing extension names being displayed (1 replies, posted in PunBB 1.3 discussion)
Please, use the forum search. There is a ready solution for this.
146 2010-03-22 15:03
Re: Sort replies (2 replies, posted in General discussion)
On viewtopic.php, posts are sorted by post id, not by date, there is no such feature in the core.
147 2010-03-22 14:53
Re: How to Remove "(Page 1)" "(Page 2)" etc from topic title (1 replies, posted in PunBB 1.3 troubleshooting)
Please, use the forum search. There is a ready solution for this.
148 2010-03-10 15:14
Re: Please help to setup default values for quick reply and new topic! (2 replies, posted in PunBB 1.3 additions)
Look at 433-441 lines of post.php.
149 2010-03-10 15:00
Re: Change E-mail must verify... (1 replies, posted in Discussions)
There is no such option. We have the pun_approval extension, perhaps it will help you.
150 2010-03-10 14:46
Re: googlebot and punbb (5 replies, posted in Discussions)
Googlebot = Guest. Though some forum platforms show Search Engine bots as Registered User. I wonder if it actually gives access to member-only pages and contents.
No, it will not open private forums for bots.