Topic: pun_bbcode
A couple of suggestions:
Nice looking buttons, or use pretty icons.
It should be available in Quick post.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 extensions → pun_bbcode
A couple of suggestions:
Nice looking buttons, or use pretty icons.
It should be available in Quick post.
The icons is the easy part!
http://www.iconarchive.com/
Nice site, but we run into licensing issues on some.
This can be used: http://www.famfamfam.com/lab/icons/silk/
ok ok you win ! nice icons
Another feature request:
As a user, I should be able to specify if I want the bbcode bar to appear.
You click a button bbCode and the bar appears(button name:topic options or advanced...something) Just Magic
A couple of suggestions:
Nice looking buttons, or use pretty icons.
It should be available in Quick post.
Another feature request:
As a user, I should be able to specify if I want the bbcode bar to appear.
Thanks. Taken.
> Nice looking buttons, or use pretty icons.
Do you mean graphical buttons?
This should be neutral enough to suit most of possible site styles.
Any suggestions? )
This should be neutral enough to suit most of possible site styles.
Any suggestions? )
Stick them in /pun_bbcode/buttons/Oxygen/bla.png then do something like:
if (file_exists($ext_info['path']./buttons/'.$forum_user['style'].'/bla.png')
use $ext_info['path']./buttons/'.$forum_user['style'].'/bla.png'
else
use $ext_info['path']./buttons/Oxygen/bla.png'
That way people can add a specific button pack easily to suit their skin, but if they don't it will always have a pack to fall back on.
Anatoly wrote:This should be neutral enough to suit most of possible site styles.
Any suggestions? )Stick them in /pun_bbcode/buttons/Oxygen/bla.png then do something like:
if (file_exists($ext_info['path']./buttons/'.$forum_user['style'].'/bla.png') use $ext_info['path']./buttons/'.$forum_user['style'].'/bla.png' else use $ext_info['path']./buttons/Oxygen/bla.png'
That way people can add a specific button pack easily to suit their skin, but if they don't it will always have a pack to fall back on.
Good idea.
We used this way for lang-files in extensions (still not every extension yet though).
Thanks.
New version of Pun BBCode available from SVN repository. Here you can see the changes
Slavok,
The buttons looks good, when will you be updating the extension on this board?
Slavok,
The buttons looks good, when will you be updating the extension on this board?
Extension is updated, published in repo and installed to Forums. Enjoy
PS: I had a CSS-issue here. Just refresh cache to get new stylesheets (Ctrl_F5 for IE/FF).
Looks good.
PunBB Forums → PunBB 1.3 extensions → pun_bbcode
Powered by PunBB, supported by Informer Technologies, Inc.