ah no, no plans for that in mine atm, sorry.
26 2009-03-21 20:43
Re: Update on progress of pun_karma? (19 replies, posted in PunBB 1.3 extensions)
27 2009-03-21 20:42
Re: pun_bbcode extension (41 replies, posted in PunBB 1.3 extensions)
have a look at:
PunBB BBCode Extended available via quirm.net
it should also give you tips on how to add the video tag if you want it.
28 2009-03-21 10:29
Re: Update on progress of pun_karma? (19 replies, posted in PunBB 1.3 extensions)
PunBB eKarma 0.9 is available via quirm.net - if that is of any use to you.
29 2009-03-21 10:26
Re: A couple of existing extension javascript suggestions (14 replies, posted in PunBB 1.3 discussion)
my toolbar will only be added to the page if javascript is enabled - I just have to finish off some specific checks for when bbcode , images, smileys aren't enabled.
30 2009-03-19 12:52
Re: Extensions by Rich Pedley (82 replies, posted in PunBB 1.3 extensions)
view the source of the page and look for a class name, and style against that.
31 2009-03-17 21:03
Re: Extensions by Rich Pedley (82 replies, posted in PunBB 1.3 extensions)
all I can say is I'll have a think - and if I ever update the extension I'll look into it.
33 2009-03-17 19:03
Re: Extensions by Rich Pedley (82 replies, posted in PunBB 1.3 extensions)
I could add in a class so that it could be hidden via css (or is there one already?)
34 2009-03-17 17:12
Re: Extensions by Rich Pedley (82 replies, posted in PunBB 1.3 extensions)
with the current no - and I'm unlikely to add that in as an option, sorry.
35 2009-03-17 15:03
Re: better bb_bar (29 replies, posted in PunBB 1.3 extensions)
well according to the official SVN repositry the file looks different to what you have:
lang/English/index.php
So I don't know how come yours got out of sync.
36 2009-03-17 09:32
Re: better bb_bar (29 replies, posted in PunBB 1.3 extensions)
check your lang file. In the English one in lang/English/index.php it is the last entry.
37 2009-03-15 10:39
Re: better bb_bar (29 replies, posted in PunBB 1.3 extensions)
its already released and can be downloaded from quirm.net
38 2009-03-14 21:41
Re: better bb_bar (29 replies, posted in PunBB 1.3 extensions)
Custom javascript utilising various scripts - and based on an infamous one by Alex King - which is used in WordPress - but mines better
What I might do is make the default set of smilies available, and then if there any extra ones the show more button could then show them. But I have to add in some major things - like checking that bbcode is in use, images, smileys etc from the settings. This could take a while as I'll have to mix and match javascript with php more than I would have wanted.
Plus of course another project is currently taking up my time.
39 2009-03-13 09:38
Re: pun_bbcode extension (41 replies, posted in PunBB 1.3 extensions)
colak - good point. I'll look at that for my extension as well.
40 2009-03-08 10:04
Re: [Request] Disable post count for a particular forum (7 replies, posted in PunBB 1.3 extensions)
not really suitable for a core addition. But it my be possible via an extension.
41 2009-03-08 08:57
Re: better bb_bar (29 replies, posted in PunBB 1.3 extensions)
I think you mean this one: Forum Fixes and Images Beta
Though it is probably time to take that one out of beta (well after I've tweaked it a bit for my other extensions).
42 2009-03-07 20:02
Re: better bb_bar (29 replies, posted in PunBB 1.3 extensions)
I wouldn't be adding a 'new window' for anything, at least not in this extension.
43 2009-03-06 17:03
Re: better bb_bar (29 replies, posted in PunBB 1.3 extensions)
Currently you can't add smileys to the list. But if the list grows long, it should just wrap.
But I'll be looking at a way of listing additional smilies at some point.
44 2009-03-06 13:46
Re: better bb_bar (29 replies, posted in PunBB 1.3 extensions)
Looking for feedback before I release it.
I do have one small feature to add in, some dynamic javascript syling - to highlight open tags on the toolbar.
I created because the pun_bbcode bar appears on the page whether javascript is enabled or not, and it also needed to be amended for 2 of my current extensions. As such this extension also replicates the functionality of PunBB BBCode Extended and PunBB eSmiley so that they are not needed.
45 2009-03-06 13:40
Topic: better bb_bar (29 replies, posted in PunBB 1.3 extensions)
What does the extension do? (currently written for PunBB only)
Adds a toolbar for inserting bbcode into posts.
Adds 2 new bbcode - spoiler and strikethrough
Adds the ability to resize the textarea
Smilies hidden by default, can be shown by using the relevant button/image link
Adds the ability to change smiley sets
Toolbar only shows if javascript is enabled
Spoiler tag adds a javascript toggle if javascript enabled, and 'masks' the text it isn't
Different styles/themes can change the default set of button images
tested and working in IE, Firefox, Chrome and Opera.
46 2009-03-05 09:48
Re: Extensions by Rich Pedley (82 replies, posted in PunBB 1.3 extensions)
I'll soon have a bb_bar extension available for testing it will include and replace my extended bbcoode (spoilers and strikethrough) extension.
It will be easier to use, but more difficult to add to, sadly. I'll hopefully have a demo available when I clear the decks of other outstanding stuff.
47 2009-03-03 09:07
Re: Extensions by Rich Pedley (82 replies, posted in PunBB 1.3 extensions)
no need to move the css, the extension places a call to it in the header from the extension directory.
I wasn't able to add it to the pun_bbcode bar via the extension, I had to make those changes manually.
I'll be looking at releasing a different bbcode bar in the future, which should be more extensible than the official one.
48 2009-03-02 19:43
Re: [Request] Extension to easy add a custom logo to your forum (6 replies, posted in PunBB 1.3 extensions)
I'd never intended to release it. I'm not in a position to do so at the moment either.
Ask me in a week or so and I'll see what I can do.
49 2009-03-02 15:53
Re: [Request] Extension to easy add a custom logo to your forum (6 replies, posted in PunBB 1.3 extensions)
Template files are located within the include/template directory.
if you copy these to a style directory you can edit them there and they will be used in preference to the default ones you copied.
That is how I did it for this forum: idwcon
50 2009-03-02 15:19
Re: [Request] Extension to easy add a custom logo to your forum (6 replies, posted in PunBB 1.3 extensions)
change code? no not really. there are several ways you can do this:
1 - template files
2 - css
3 - both
But you obviously need to know what you are doing...