Staff BBcodes - www.PijaniTvor.com

Staff BBcodes - www.PijaniTvor.com 1.1

No permission to download

Sunka

Well-known member
Sunka submitted a new resource:

Staff BBcodes - www.PijaniTvor.com - BBcodes for Staff

Nice four BBcodes for your Staff members or for all your users from www.PijaniTvor.com.
Nothing new, nothing big, but I like it, and maybe you will like it too.

This addon contain four bbcodes:
  • Info
  • Help
  • Warning
  • Important
All you have to do:
  1. upload folder from "upload folder" to your xenforo forum installation path
  2. copy text from css file to your EXTRA.css
  3. import...

Read more about this resource...
 
Is this the same/similar as "SOS BBcode" ? It looks like...
 
Last edited:
Yep, similiar. I have played with that addon and one another.
All Staff bbcodes are basicly same.
This is just with another css styling and with FA icons for editor. Also you can parse all bbcodes in there and have Staff BBcode inside another Staff BBcode
 
Does this BB Code Icon only show for staff usergroup?

icons-png.143364
 
You can use it for what you like, but warning, help... bbodes are usually Staff related.
You can try to user usergroup permissions for bbcodes through another addon from cclaerhout
 
Can you add option Style Properties > BB Code Elements > Settings > Use images for Staff BBcodes?

Can you make its work without editing to EXTRA.css? Just Automatic.

BB Code icon are not showing: http://prntscr.com/dcdsyy
 
Last edited:
Can you add option Style Properties > BB Code Elements > Settings > Use images for Staff BBcodes?
Nop, do not have time and knowledge for doing that
Can you make its work without editing to EXTRA.css? Just Automatic.
Maybe I can, so addon will make template on installing, but look at answer above
BB Code icon are not showing
You did not upload icons on server, or you uploaded icon to wrong folder/destination
It could be cache problem too, try to refresh browser cache.
 
You did not upload icons on server, or you uploaded icon to wrong folder/destination
It could be cache problem too, try to refresh browser cache.

Files are uploaded. For actual issue, i found the problem.

Actually, I use Font awesome library, and it's no perfect with custom button.
 
I used this code in EXTRA.css

Code:
html .redactor_toolbar li a.redactor_btn_custom_warning:before {
content: "\f071";
}

html .redactor_toolbar li a.redactor_btn_custom_info:before {
content: "\f129";
}

html .redactor_toolbar li a.redactor_btn_custom_important:before {
content: "\f12a";
}

html .redactor_toolbar li a.redactor_btn_custom_help:before {
content: "\f128";
}

Result: http://prntscr.com/dcw952

Please let me know that does This CSS code are correct ?
 
I used this code in EXTRA.css

Code:
html .redactor_toolbar li a.redactor_btn_custom_warning:before {
content: "\f071";
}

html .redactor_toolbar li a.redactor_btn_custom_info:before {
content: "\f129";
}

html .redactor_toolbar li a.redactor_btn_custom_important:before {
content: "\f12a";
}

html .redactor_toolbar li a.redactor_btn_custom_help:before {
content: "\f128";
}

Result: http://prntscr.com/dcw952

Please let me know that does This CSS code are correct ?
Seems OK to me. If it's working, do not fixing.
It is just modification of code from this post, as far as I can see.

If you install this addon, you can directly set FA icons for default and custom icons in editor, and set permissions for groups.
 
Top Bottom