26

(19 replies, posted in PunBB 1.3 extensions)

ah no, no plans for that in mine atm, sorry.

27

(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

(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.

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

(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

(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.

32

(29 replies, posted in PunBB 1.3 extensions)

tongue

33

(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

(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

(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

(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

(29 replies, posted in PunBB 1.3 extensions)

its already released and can be downloaded from quirm.net

38

(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 smile

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

(41 replies, posted in PunBB 1.3 extensions)

colak - good point. I'll look at that for my extension as well.

not really suitable for a core addition. But it my be possible via an extension.

41

(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

(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

(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

(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

(29 replies, posted in PunBB 1.3 extensions)

Demo

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

(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

(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.

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.

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

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...