You need the latest PunBB from SVN.
226 2009-01-10 12:54
Re: [Release] Improved Smilies System (31 replies, posted in PunBB 1.3 extensions)
228 2009-01-09 23:50
Topic: [Release] pun_ajax (5 replies, posted in Fun)
This will make the loading of pages in your forum load asynchronously. Great for Web 2.0 sites and such.
I hope you guys like it
Current version: 1.0b
229 2009-01-09 21:53
Re: Compatability issues with IE7 (9 replies, posted in PunBB 1.3 troubleshooting)
I removed float:left from #brd-navlinks ul and
changed float:right to float:none on #brd-visit #visit-links.
230 2009-01-09 21:33
Re: Compatability issues with IE7 (9 replies, posted in PunBB 1.3 troubleshooting)
Do you have a backup of your old CSS file?
231 2009-01-09 21:00
Re: Compatability issues with IE7 (9 replies, posted in PunBB 1.3 troubleshooting)
Click plain text and you'll be able to copy it
232 2009-01-09 20:44
Re: Compatability issues with IE7 (9 replies, posted in PunBB 1.3 troubleshooting)
Lol, sarcasm?
Anyways, here you go: http://snipplr.com/view/11040/canibal-css-fixed/
233 2009-01-09 19:46
Re: Compatability issues with IE7 (9 replies, posted in PunBB 1.3 troubleshooting)
I'm downloading IE7 as I type just to help you out Give me a few minutes and I'll try to see what's wrong.
234 2009-01-09 17:08
Re: I need to make signature a different font style (4 replies, posted in PunBB 1.3 troubleshooting)
In that case,
.sig-content{
font-family: serif; /* or your favorite font */
color: #F00; /* or your favorite color in word form or hex (or rgb, etc.) */
/* and any style you want to apply to the signature box */
}
235 2009-01-09 14:40
Re: I need to make signature a different font style (4 replies, posted in PunBB 1.3 troubleshooting)
[ color=hexvalue]? Example: [ color=#FF0000] (red)
236 2009-01-09 14:34
Re: [Release] Akismet Spam Protection (31 replies, posted in PunBB 1.3 extensions)
What's the bug?
237 2009-01-09 03:52
Re: Extensions by Rich Pedley (82 replies, posted in PunBB 1.3 extensions)
Should add a 1 karma per day flood limit.
238 2009-01-09 01:24
Re: [request] hide online status (10 replies, posted in PunBB 1.3 extensions)
alot of other popular bb software (such as phpbb) already have this feature in their core anyways, shouldnt be too hard.
Do you think the devs didn't make that feature because it's too hard? I think you and many other people are forgetting what PunBB really is. Yet again, I quote the mighty About Page:
What is PunBB?
PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards. PunBB has fewer features than many other discussion boards, but is generally faster and outputs smaller, semantically correct XHTML-compliant pages.
239 2009-01-09 01:13
Re: [request] sql / db backups (1 replies, posted in PunBB 1.3 extensions)
I made an extension that would do that. It doesn't always work, though. Check the link on my signature.
240 2009-01-08 23:18
Re: [Release] ChatLite v0.5.1 (javascript chat on forum index) (164 replies, posted in PunBB 1.3 extensions)
We will have guidelines and rules set out for community based extension developers and developers will check code and contact the extension developer about this. If you wish to be part of the extension developing team, start learning!
Can't wait till the rest of the devs are back... you said Jan 11th, right?
241 2009-01-08 21:20
Re: Manually remove posts from the database? (7 replies, posted in PunBB 1.3 troubleshooting)
Maybe the table prefixes don't match.
242 2009-01-08 21:00
Re: My needs (8 replies, posted in Feature requests)
Open up scripts.js in the extension's folder and replace its contents with the code I posted.
243 2009-01-08 20:52
Re: Manually remove posts from the database? (7 replies, posted in PunBB 1.3 troubleshooting)
Oh, sorry, I didn't read the whole post
Well, that's weird... the changes you make to the database should reflect on the forum instantly (they do on my test forum)...
What kind of database are you using?
244 2009-01-08 20:29
Re: Manually remove posts from the database? (7 replies, posted in PunBB 1.3 troubleshooting)
I while ago I made an Akismet extension, which is supposed to stop spammers. You should try it. The link is in my signature.
245 2009-01-08 20:26
Re: My needs (8 replies, posted in Feature requests)
I posted this fix for pun_quote on another topic: http://snipplr.com/view/10983/punquote- … js--fixed/
Does it work?
246 2009-01-08 20:02
Re: [Release] Meta Tags Administration (48 replies, posted in PunBB 1.3 extensions)
Right.
247 2009-01-08 19:57
Re: [Extension] FLV Player BBCode 1.0 - .mov, .mp4, .3gp etc. (17 replies, posted in PunBB 1.3 extensions)
KeyDog, check this topic - someone needs you.
248 2009-01-08 19:51
Re: [Extension] FLV Player BBCode 1.0 - .mov, .mp4, .3gp etc. (17 replies, posted in PunBB 1.3 extensions)
I can see it.
249 2009-01-08 19:36
Re: New to punBB. Please help. (19 replies, posted in PunBB 1.3 discussion)
Don't think there is a way, but it could be done with an extension. Allowing admins not only to subscribe to topics, like normal users can, but also to forums and even categories would be a cool extension.
250 2009-01-08 19:20
Re: [Extension] FLV Player BBCode 1.0 - .mov, .mp4, .3gp etc. (17 replies, posted in PunBB 1.3 extensions)
[flv={width:200px,height:100px,autoplay:true}]flv_url[/flv]
You could implement something like that.