How do I customize the Share Dialog, specifically to remove the "Share With People" section in Tableau - tableau-api

I need to customize the Share Dialog, specifically to remove the "Share With People" section.
Hi, my customer wants me to remove the "Share With People" section of the Share Dialog so that the user is only presented with the link to their custom view. I've noticed in the samples at https://help.tableau.com/samples that if I open the Share Dialog it only has the link which is what I want. Plus they have the social media links, which I don't really want, still shows customization possibilities.
Looking at the code, I don't see anything fancy that was done to accomplish this, so I have come to the conclusion that help.tableau might be a special version????
NOTE:
my version: 2020.1 (Out of my control)
OS: Linux (AWS instance)
Images attached:
helpDialog.jpeg (dialog from help.tableau)
myDialog.jpeg (dialog from my integration)
I have complete control over the server and any integration code needed, I just can't find the fix. Any ideas would be appreciated.
MyDialog.png
HelpDialog.png

In the end, this can't be done. I removed the button from Tableua using the parameters and wrote my own "share" outside of tableau.

Related

DNN Extensions fail to load DNN 7.4.2

My first DNN site. Please go easy.
I'm trying to load some extensions (Blog & a PayPal extension).
While the admin console show's they're installed I can't see them or start them. They are not evident on any of the menus.
The theme creators say its not their problem.
Any suggestions for a Newby on how to get the extensions working?
thanks
You actually need to go to the page where you want a module to live and then use the Modules admin menu entry to Add New Module to the page. Click the menu entry, and you can drag and drop a module onto the page.
Yes.
They're listed and "In Use" is recorded OS "No"
OK - here's a screenshot of the Admin Page in Edit Mode whilst loggedon as a Super User after an Extension Module has been added to the page.
As you can see:
The extensions are not showing
Instead the area on the page shows 'Banner Options' even though no banners were inserted.
You are on the Admin page, and it certainly looks like you have added two modules to the bottom of the page. One of them seems to be the Banners module, as the screenshot shows that mousing over the edit pencil icon shows the Banner Options.
My guess is that this isn't close to what you want to do.
I think that what you want to do is to add a module or modules to some other pages.
So, go to the page to which you want to add a module. Then, click or mouseover the Modules menu item in the admin menu. Select a module and add it to the page.
Does that make more sense?

add functionality layer to AtTask by plug-in on Internet Explorer

I would like to add functionality to the AtTask system by "adding a layer".
What I want to know is whether this can be achieved with a plug-in for Internet Explorer.
To give a concrete example:
This extra layer would allow users to click on "Online Edit" document (which is not available right now). The linked application will open, and when you click save, the file is loaded back to AtTask.
All this happens in the background via the AtTask API, and is transparent to the user.
The question is: is it possible to add functionality to a site by somehow adding layers?
Last comment: this plug-in (or whatever needs to be installed inbto the browser) will only be visible/active when accesing the AtTask website.
Thanks in advance for your responses.
Within the confines of AtTask your best bet is to use an "External Page" create a service that handles the data in the manner you need.
The Dashboard that contains your External Page can be added as a tab via Layout Templates.
Most of the heavy lifting would have to be handled by your application. You would have to link the document(s) you wish to edit.
Some sort of referrer would be necessary to place the revised document back into AtTask. The method in which the client can do this would be determined by your preference and requirements. I am sure you can find some sort of Wiz-Bang jQuery uploader.
Depending on the level of control you have with your user base, you could make an Application URL
Windows : Registering an Application to a URI Scheme
OS X : Launching Scripts from Webpage Links
I do not know of any other way to handle this other than what Steve suggested.
Having said that a possible solution to this is to create a new application and iframe in AtTask.
At the top or wherever on the page your application could have a link for "Online Edit". Then you would use javascript to extract the task id, project id or any other needed information you need for the api to get the needed content to edit. Then save using the same api information.
I have not tried this type of method but theoretically it could work.

Can't change title/caption of shared links (was possible with old interface)

I run a page for a Russian company, and I often have to fix the grammar in titles of my links. This was possible in the old interface - by clicking on the title in the post-preview, etc. But now I cannot do this, as there is no title given in the preview.
Will the old functionality be restored?
Thank you,
Ciaran

Customize wordpress media uploader button text

I've been working on a simple little plugin and needed an image loader. I wanted to use the default Wordpress one so it could access the library, that was all pretty simple. All I need is the ability to select an image, nothing else is wanted.
I've managed to remove the unwanted inputs using the attachment_fields_to_edit filter, and the unwanted gallery tab with the media_upload_tabs filter, but what I can't seem to be able to remove is the other stuff on the page, Specifically I'm talking about the "Use as featured image" link and the "Save all changes" button. I'd also really like to change the button text from "Insert into Post" to something more appropriate to what the plugin is actually doing.
I've googled and dug through the WP files but didn't see anything that would let me actually change that (while I'd prefer something gracefull I'd take a simple html filter before it sends the uploader output to the browser and use regular expressions to get the job done at this rate). Best I've been able to do is remove the "Inser into Post" line of options, which isn't very helpful as then there is no wat to actually select the image.
Has anybody done this before? I'm surprised theres not a simple hook that lets you change those (or that I couldn't find a hook if there is one).
Have a look at http://shibashake.com/wordpress-theme/how-to-hook-into-the-media-upload-popup-interface and section "4. Set Our Own Action". That seems to be exactly what you're after.

change text button of the dialog request component

Considering the component (http://developers.facebook.com/docs/reference/dialogs/requests/), I would like know how to change the text of your button. I would like replace the "SEND REQUEST" to just "SEND".
Thanks.
Just a note: http://developers.facebook.com/policy/ states:
IV. Application Integration Points
4 Platform integrations, including social plugins:
d. You must not obscure or cover elements of our social plugins,
such as the Like button or Like box plugin.
Which I think applies to that button as well. There is a discussion over the like button here:
http://forum.developers.facebook.net/viewtopic.php?id=81844
that probably applies to this question. Other than that, with fbml and fbjs, there was a way to change it, but facebook is deprecating them soon, so it won't even be worth trying using that. I think the only way to go would be to try and get a hold of facebook and make a request to change it, but seeing as how they are always changing things, not sure how that's going to work. If you have an argument as to why, they might listen.
http://developers.facebook.com/docs/reference/fbml/
http://developers.facebook.com/docs/fbjs/