Look at the css and check that the sprite image url can be found.@cclaerhout Something odd just happened when I updated my theme:
View attachment 85993
For some reason the manager can't find the button images. It worked before this latest update just fine. Any suggestions?
I ran the CSS with Firebug and the only reference to an address was this:Look at the css and check that the sprite image url can be found.
Contact me by pm, with your board url, temporary admin account and ftp access.I ran the CSS with Firebug and the only reference to an address was this:
span.mce_bbm_spoiler {
background: url("styles/sedo/editor/adv_sprites.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
Admittedly, I'm **** with this debugging stuff, so I'm not sure if I did that properly.
html .redactor_toolbar li a,
html .redactor_toolbar li a:hover,
html .redactor_toolbar li a:active,
html .redactor_toolbar li a.redactor_act
{
background-image: none;
}
html .redactor_toolbar li a.redactor_btn_YourButtonName:before
{
content: "\f032"; // Change here the FA code
}
html .redactor_toolbar li a.redactor_btn_deleted,
html .redactor_toolbar li a.redactor_btn_deleted:hover,
html .redactor_toolbar li a.redactor_btn_deleted:active,
html .redactor_toolbar li a.redactor_btn_deleted.redactor_act
{
background-image: url("styles/default/xenforo/editor/icons.png?redactor");
}
I have the same problem in my theme...Look at the css and check that the sprite image url can be found.
See post #727 and contact your theme creator. There's nothing I can do for this.I have the same problem in my theme...
Your question is not related to this addon. What you're looking for is a "paste as text" mode. With the stock editor, you can't achieve this, but TinyMCE has one (it is an option to enable).Sometimes when users copy and paste something. It also brings anchor links. How can i force them to only copy and paste the text of the anchors rather than the URL embedded in it also.
Your question is not related to this addon. What you're looking for is a "paste as text" mode. With the stock editor, you can't achieve this, but TinyMCE has one (it is an option to enable).
Yes.Can your mod disable img tag
All depends what you mean by "force". Once the img tag disable, if he wants to insert an image, it will only be possible using the attachment system. But nothing will force him to use it.and force user to use upload image as attachment?
Yes.
All depends what you mean by "force". Once the img tag disable, if he wants to insert an image, it will only be possible using the attachment system. But nothing will force him to use it.
What you want is out of the scope of this addon and would require to use the post data to get the post date and proceed accordingly.The problem is when I disabled the IMG tag, all old posts stopped displaying images. What I would prefer is IMG tag to be gone only for new posts, and if someone uses it should be replaced by just the image link.
Or well something to that extent. This will encourage users to upload a file via attachment as image.
Yes it was, sorry for that.For your other questions, I don't really think they are related to this addon but to the gallery itself. So you might post them as suggestion in the proper forum.
No problemYes it was, sorry for that.
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
$config['cache']['cacheSessions'] = true;
We use essential cookies to make this site work, and optional cookies to enhance your experience.