Sorry Mako, this mod's a bit too buggy with the db.
1 2005-01-28 02:34
Re: [Release] Easy Smilies (72 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2005-01-26 16:39
Topic: Automated Addition of Smilies and Smilie Tags (2 replies, posted in Feature requests)
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.
3 2005-01-25 23:04
Re: Site Main Link (10 replies, posted in Feature requests)
Thanks Rickard!
So when will 1.2.1 be coming out?
4 2005-01-25 02:23
Re: Site Main Link (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 2005-01-17 21:43
Re: The new website (137 replies, posted in News)
Wait, nevermind. I got it working!
6 2005-01-17 20:15
Re: The new website (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 2005-01-17 19:36
Re: The new website (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!
8 2005-01-17 03:32
Topic: Attachment Uploading (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!
9 2005-01-17 03:19
Re: adding mods ect (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.