WYSIWYG editor not shown other roles - drupal-7

i enable WYSIWYG editor in my site its works fine in admin login but i am not able to see this editor in other roles.i enable the access permission for text format for other roles but editor not shown in other roles.
any one helps me to sorts out this issue.
Advance thanks

I came across the same problem that the WYSIWYG editor displays for the admin, however it is hidden for the other roles those have the proper text format.
I couldn't find a patch, however to workaround it just add the permissions "show format selection for nodes" to the other roles, and the rich text editor will be displayed for them.

The text editor is presented in 3 formats: Filtred html,Full Html and Plain text ,check wich format is assigned to the suitable roles

Related

How Embed Gist in Wagtail?

How to insert dynamic gist code in the middle of posts generated by Wagtail (Django Cms)?
I searched the documentation of wagtail but did not find anything that could help me automatically insert the github codes.
Gist is one of the built in content types supported by Wagtail's embedded content feature. Within a rich text field, editors can use the 'media' toolbar icon to enter the URL to the Gist page, and it will appear embedded in the rich text content. Within a StreamField, the developer can EmbedBlock to the set of available block types, and the editor will then be able to enter the Gist URL into that field.

How do I link a Wagtail custom form to its output?

When a custom form is created in Wagtail, I can see that it stores in the DB. What I'm not clear on is how to make it so that the admin UI contains the results in some manner. (A new link which lets you download a CSV would be fine, but I don't see how to do that)
How do I allow admin users the ability to see the results of the custom forms? Is this library the only way?
Once you create your first form page (i.e. a page of any page type that subclasses AbstractForm), a 'Forms' item will automatically appear in the left menu of the Wagtail admin. This provides a listing of all the form pages that exist on the site, allowing you to access the results of each one and download them as a CSV.

Want to add google ads code in editor in Drupal

I want to add google ads code in a content type but when I try to do this editor remove ins tags from ads. I am using ck-Editor in Drupal 7.x
Thanks
I haven't check adding Google Ads code in CK-editor but if "tags got removed" is only your problem you can fix this by following the below instructions.
1. Navigate to admin->configurations->Text Formats.
2. Select a format FilterHTML/FullHTML for change its configurations.
3. On the edit form you will be able to insert tags which you want to allow by CK-editor from you editors source code.
This will appear by default, but if not for you please select the check box options "Limit allowed HTML tags" above in the form. Now clear you cache and check. It might resolve your issue.

How to show document preview in angularjs?

I need a help to show the document's preview on the UI. It may be any kind of files(eg:.png, .jpeg, .txt, .pdf ...). When we click the download link from the angular client i need to open a dialog box with the file content as a preview to the user. We need something like gmail attachment. How to do that?
Thanks,
Try something. When you end up in trouble and you have some code to show and you need help with specific problem, then come back. This is not a place to ask people to do design work for you.

SSRS BIDS text box visibility based on AD Logins

I have a text box which I am using as a link to open a webpage.
Is it possible, using the Visibility tab seen below, to cherry pick who is able to see/use this box using AD logins.
Basically there will be 50+ users seeing the screen that I want the link on, but I only want 1 or 2 of them to be able to see that particular link.
Any thoughts?
=iif(User!UserID="domain\user_ad",FALSE,TRUE)

Resources