How to display a URL as a clickable link in KIbana 4 discovery - kibana

I have tweets indexed in ES and displayed in Kibana. Tweet data has some URLs. Like entities.media.expanded_url, or entities.urls.expanded_url. How to make these to display as clickable link in discovery panel?
I went to the index setting and changed format form default to UR or image in case of image but nothing happens.
Thanks in advance.

You have the possibility to format strings as URLs with Kibana 4. To do that, go to Settings, select your index and edit the field you want to show as a clickable URL (click over the button under controls).
If you change the default format to URL, it should show links in the discover page.

Related

How do I manage dofollow and nofollow in wordpress theme?

I mean when I set link in my website to new tab it automatically set to rel="noreferrer noopener".
I want to set this links open in new tab but in dofollow.
Also I need help with this can I get both option dofollow or nofollow.
The link example provided is a dofollow link, as that is the default for a hyperlink.
noreferrer noopener
still passes the 'dofollow' over, it just doesn't send the referral header (so it seems like direct traffic).

Google Analytics page url displayed wrong

In one of my client's sites in Google Analytics, under Site Content > All Pages, all the page urls are showing incorrectly, with the domain name placed after the page url.
Normally the homepage is displayed as /
in this case the homepage is displayed as:
/www.domain.com
and all other pages are the same, such as:
/shopping-cart/www.domain.com
does anyone know how to fix this?
Thanks
It sounds like a Filter was created to show the full domain name, but the variables for Hostname, $A1, and Request URI, $B1, got switched around.
Here is a screenshot of the filter I use with the variables underlined.
I also ran into this issue and saw that I had the Default URL setting set to our domain:
screencapture of default url field
This field is under View Settings. We had entered the domain in this field and it was appending it to pages because this field is intended for "index.html" paths.

Formatting readme.txt file for WordPress Plugin

I published a free plugin to WordPress repository and I could not format readme.txt file to display ordered list in the correct way, all the list items appears on the same line.
please check the description on this link:
https://wordpress.org/plugins/wp-cloaker/
I tried to separate the list items by comma as this article says
http://www.smashingmagazine.com/2011/11/improve-wordpress-plugins-readme-txt/
but it does not work
any help?
It's markdown...You need a blank line between your initial content and the ordered list:
Here are some Features of **WP Cloaker** plugin:
1. Hide, shorten your links.
2. Custom redirection type: 301,302,303,307 and Javascript redirection.
3. Categorize your links.
4. Custom permalinks e.g : www.yoursite.com/visit/link-category-slug/link-slug.
5. Track links clicks, each time a visitor click on any link, the plugin will store the visitor information like (IP address, click date/time, Country, etc..).
6. You can add third party tracking code.
As the file has currently been written, that blank line does not exist.

Drupal 7 link node to basic page

Ok I'll try to explain a little better.
I have created a view to display 3 items of a certain content type on homepage.
When I click each piece of content it takes me to actual content eg node22.
I need to be able to change this so when content on homepage is clicked it goes to a specific url alias I have already setup eg contact us page.
Any idea what I need to achieve this??
We really need more info on your view to answer this but here are some thoughts.
If your display type is content the title automatically links to the node page so I will assume this is not what your issue is.
If you are using fields view just select the checkbox that says: "Link this field to the original piece of content". It is available in most "node" fields such as nid and title.
From above your example is how to "link node 49 to education page" You may be just needing the path module for that. Enable the core path module and then visit the node page you want to set a custom url for. Their should be a tab called "URL Path Settings" at the bottom of the page. Spice those up a bit more by downloading and installing the path auto module and the node url wil automatically be set when you create it.

Drupal based on check box flag, change the textbox text as link or normal text

This what I am expecting:
If the user filled the textbox, and if the user checked means, while displaying the content on that time, content should show as a link, if the user is not checked, then it need not to show the link while that content in view mode. See the following image for an illustration.
Not an exact solution to what you want to do but I believe the Link Module will display only text if no url is entered.
You can give users a message saying to leave URL field blank and only enter a TITLE if they want plain text.
UPDATE:
You don't need to code any hooks. The CCK Module adds fields to content types. The Link Module adds link functionality to CCK.
No coding is necessary; this can all be done from the admin panel. If you have no idea what I'm talking about see this video.
http://drupal.org/project/conditional_fields module does exactly what you are trying to accomplish. You can use the link_field of cck along with the conditional fields module. So based on the value in the check-box you can choose to display it in the node view.

Resources