Sorry Mako, this mod's a bit too buggy with the db.

I'm just wondering if it would be fesible to add a feature that easily allows you to upload a new smilie, assign it a tag, and have it update the smilies for the board, and/or, just having a method of adding more smilie tags for the existing smilies installed.

Just an idea.

Thanks. smile

3

(10 replies, posted in Feature requests)

Thanks Rickard! smile

So when will 1.2.1 be coming out? wink

4

(10 replies, posted in Feature requests)

What I did for http://devmnky.info was to just edit the generate_navlinks() function in /include/function.php to add this line (around line 232):

$links[] = '<li><a href="your_url_here">Link Name Here</a>';

This is probably the easiest way to add your home link.

5

(137 replies, posted in News)

Wait, nevermind.  I got it working! smile

6

(137 replies, posted in News)

Oh okay, I kind of figured that out when I changed the news plugin template and it just duplicated all the XHTML style stuff.

Would you be able to help me with making a website like the punbb.org site?  All I want is a site header, and a menu column on the left with the news beside it.

7

(137 replies, posted in News)

I was wondering how i can have the news plugin generate a page like the main punbb.org page.  Do I have to edit the template?

Any help would be much appreciated! smile

8

(2 replies, posted in Feature requests)

Do you think you could write a plugin or add a feature in an upcoming release for iamge/file attachments?  That would be pretty useful.

Thanks! smile

9

(2 replies, posted in PunBB 1.2 discussion)

Unfortunately, unless you know even a little bit of PHP, which is just a web programming language, you wont go very far in making changes to your forum.  I suggess you go pick up a PHP book to learn the language or search google for an online tutorial.  Or even better, read the PHP manual at www.php.net.