Avatar image in Leverice - message

Is there a way to change my avatar image in Leverice, and if so, can I have different profile pictures for different workspaces? Trying to modify it from the default avatar with initials.

Yes, you can change it and you can customize which avatars appear in which Leverice workspaces. Just click on your avatar that appears on the immediate left of the message text box and it will launch a window where you can make these changes.

Related

Add link to image attachment in Jira description/comment without displaying thumbnail

I'm using Jira server (on-premises hosted, not cloud). When I click the attachment button in the Description field or a comment to add a link to an image that was attached to the issue previously, it is displaying a thumbnail of the attachment, which totally throws off the formatting of the Description/comment. Is there any way to suppress this behavior so it just displays a link to the image that expands to a modal, similar to the experience when you click on the attachment name in the list of attachments?
I found, in our jira configuration, that the thumbnail (thumbnails) inserts itself (insert themselves) before the start of the existing text in the comment, shunting the text towards the right. So I just inserted a carriage return before the start of the shunted text. Then I still had large icons at the start of the comment, but the text formatting was fine because it started on a new line again, after the icons.

Forbid the user to open image in the new tab (Rails app)

I display the image in my Rails app like this:
= link_to image_tag(image.url), image_path(image.id)
I want to forbid the user to open this image in the new tab.
How do I achieve this?
You have multiple options:-
Disable right click - but users can still get the url of the image through source file.
Set the image as background of an HTML element - but it also has the same limitation as the first problem.
Use image manipulation software such as imagemagik etc to redue size and quality of image.
Add watermarks using image manipulation software like imagemagik.
How to use imagemagik
How to add water marks using imagemagik
There may be many more solutions
This answer is specific to your comment to address copyright issue.
For disabling right click see this page:-
https://www.conceptinfoway.net/disable-right-click-on-particular-element-like-textbox-text-area/

How to insert image in Tableau worksheet

anybody know how to insert image in Tableau worksheet and doing the hyperlink?
i only can add image in dashboard, and in dashboard i also cannot use the image as hyperlink.
From the Tableau on-line help
You can add static image files to the dashboard. For example you may
want to add a logo or descriptive diagram. When you add an image
object you are prompted to select an image from your computer. You can
also type a URL for an image that is hosted online. When you add an
image to a dashboard, you can customize how the image displays by
selecting an option on the images's menu. For example, you can select
whether to Fit Image, which scales the image to the size of image
object on the dashboard. You can also select whether to Center Image,
which aligns the image to the center of the image object on the
dashboard. Finally, you can Set URL, which turns the image into an
active hyperlink on the dashboard.
One of the easiest way to add image into dashboard as
To add image as hyperlink Go to dashboard Icon > Action > URL and in that paste your link as
Tableau image management is still a bit basic, and it's only available in dashboards.
Images can be copied into a dashboard by referencing an external URL in a web object, or a local file path.
You can then use the image object's menu to set a URL to open by clicking on the image.
When clicked, the web page will open in your default browser.
You can also add visuals to dashboards by using a web object to reference a URL - which might give you a more dynamic option, depending on your requirements.
There's a gotcha in Tableau sServer with that approach though - if a report is subscribed to, under the scheduler, a web object just renders as blank in the PNG file that gets emailed. This is also true for manual exports (e.g. to PDF) from Desktop.
So if you want to print/ export your dashboard with images, the image object is the best way to go.
To add an image in a worksheet, you need to use Marks Shape.
This is the process:
1.- Copy you image file to a folder in C:\Users\<username>\My Documents\My Tableau Repository\Shapes\My Image
Note that you need to create the folder My Image
2.- Create a calculated field with the formula: image
3.- Drag that calculate field to Rows shelf
4.- In Marks card, select Shape
5.- click on Shape button in Marks card and click on More Shapes....
6.- In dialogue Edit Shape, click on Reload Shapes, then select the Shape Palette My Image and select your image as a shape
Click on OK
Regulate the size of the shape on the view using Size button on Marks card
You can take advantage of the capacity of adding images to a dashboard. It a simpler approach.
In this case, you only need to create a dashboard and click on Image object (left-side of the dashboard) and select the image file in you disk. As a result the image in embedded in the dashboard.
Credits: Ramon Martinez on tableau community
Hope this helps.

upload and show image in browser

Does anyone know how I can make a user interface using smartgwt where the person uploads an image and the image is displayed on the screen?
I tried UploadItem but it only shows brows button using which we can go into the location of image file but i want also to show uploaded image on the screen
Is it possible in smartgwt?

How to get the Preview image using advImage plugin in Rails application

HI ,
i am using Tinymce with advimage plugin in my rails application.
I have doubt that When i click on the Insert/Edit iamge in the Tinymce a popup window comes and in the appearance tab the preview is not shown
How to get the preview image ?? in the Appearance tab
There are two "previews" in the Advanced Image plugin dialog. The first is the preview of the image you have selected. The second is to allow you to visualise what the style changes you make (for instance border, alignment) would look like and uses an "sample" image.
I assume what you would like to see is your selected image displayed instead of the "sample" image. To achieve this, you will need to alter the advimage plugin, which is bundled with TinyMCE, to use the currently selected image instead of the default (sample.gif).
One thing to consider is that if your end user selects a large image, then they wouldn't be able to see the application of the style changes within the small preview window.

Resources