1

(14 replies, posted in PunBB 1.3 troubleshooting)

Oke, that code works great! Thanks!!

One question though: How can I limit the number of characters that are displayed, because at the moment the complete first post is showing on the frontpage.

2

(14 replies, posted in PunBB 1.3 troubleshooting)

Thank you very much Slavok!

But I have two questions:

- How do I limit the numbers of topics displayed?

'LIMIT'    => '0,10'

The LIMITline doesn't work.

- And the line

<a href="'. FORUM_ROOT .'viewtopic.php?id='.$cur_post['id'].'" title="View Replies" >'.$cur_post['num_replies'].' Comments</a>

links to the post id not to the topic id. How can I fix that?

3

(14 replies, posted in PunBB 1.3 troubleshooting)

Anyone? I think there are more people who need a function like this for a website.

4

(14 replies, posted in PunBB 1.3 troubleshooting)

I have the same question. Is there any way to change the code that John_S posted in a way that the latest new topics from a specific forum will be displayed as news.

5

(35 replies, posted in PunBB 1.3 discussion)

I have a userdatabase on Punbb already. Is it possible for existing users to post on my Wordpress blog if I install this plug-in?

Garciat wrote:

Can I have a link to your forum?

http://www.nintendoweb.nl/forum

When I delete the htaccess file the problem is solved. But is bad to remove the htaccess file?

parpalak wrote:

Do any errors appear while uploading avatar?

VincentBroccoli wrote:

If I click the space with the right mouse button the correct path to the avatar is displayed, but I can't see the avatar.

Can you see the avatar if you open this path in the browser?

VincentBroccoli wrote:

I'm using a windows server

What web server do you use?

No, I can't see the path if I open it in the browser. I get a "HTTP Error 500 - Internal Server Error" regarding the .htaccess file.

I don't know which server I'm using (it's windows, that's all I know). I'm kind of a noob, that's why I have this problem smile

If I upload an avatar there is a space between the username and the forumrank/title (where the picture is supposed to be) in Firefox. If I click the space with the right mouse button the correct path to the avatar is displayed, but I can't see the avatar.

It's probably something with chmod rights, but since I'm using a windows server I can't give the 777 permission to the avatarfolder. So, who has a solution? wink

9

(0 replies, posted in PunBB 1.2 troubleshooting)

I have PunBB version 1.1.5. I know it's an old version, but it always worked perfectly for me (it still works acutally) and I have a Personal Message add-on installed which worked fine. So, the question is: If I'm upgrading my PunBB forum, is there a change that the previously installed PM add-on can give problems?

10

(27 replies, posted in PunBB 1.2 troubleshooting)

I'm currently transferring my forum from one database to another one. But the search_matches is quite big at the moment so I have some problems whith the transfer.

So is it 'ok' to put some values in the table but not all of them?

11

(55 replies, posted in Feature requests)

Well, I use the WC3 standard for my site, but with Forums it is good enough if it works.

But how can you change files without harming the WC3?

12

(55 replies, posted in Feature requests)

Maybe something to add to the HOWTO.

- If you have smilies uploaded that are larger then 15 15 pixels, you still see the smilies(for example 30 30 pixels) in 15 15 in help.php(click Smilies under Message).

- To change this: GO TO LINE 162 in help.php . Remove width="15" height="15".