sitecore document manager button - button

In Sitecore 6.4.1 is there a way to turn off permissions for the Document Manager button in the Hyperlink Manager. I have been looking through the Core database but have not found the setting to turn it off.enter image description here

Edit 1:
The Hyperlink manager make use of the Telerik. You can check the blog post on the following link on how to modified the UI
http://www.awareweb.com/awareblog/9-21-11-hyperlinkmgr
Thanks

Related

How to open specific web page in ASP.net that I'm working on or find pages that referring it in Visual Studio 2017

I've edited an ascx.cs page which I thought was relevant. When I ran the service to debug that code it wasn't the right place - The breakpoint didn't stop the service.
I know how to find the right page to edit but now I want to see what did I edit.
How can I open the page or find which pages are referring to it so I could check it also?
Have you "set as startup" that project already ? then try setting that page aspx.cs as "startup page".
After setting above both , your project will start that same projects same page that you have set up as startup.
Alternatively you can type link to that manually in address bar to get there.
While trying to set it as startup page I've found out it ascx and not aspx file. So if You want I wanted to see the edits I would need to load that page as asp controller.

Adding rendered entity as an option for entity embed

I'm currently experimenting and configuring the entity embed module which I have just installed recently on Drupal 8. On the configuration, I do not see a checkbox to "Rendered Entity" as an option(see screenshot below). How can I enable the option "Rendered Option" on configuration? I have browse and search everywhere but I cannot seem to find a way to enable it.
Go to /admin/structure/display-modes/view and add new view mode for your media entity.
Go to /admin/structure/media/manage/{YOUR-MEDIA-TYPE}/display and enable newly added view mode in the Custom display settings section.
Then switch to this new view mode and configure fields you want to output.
Once done you will be able to use it WYSIWYG:
Refer to D8 Media Guide on how to configure an additional view mode in case I've miss something.
UPD: Adding button settings:

gridview control update javascript not working

I have a simple asp.net gridview control on a page. The control is bound to SQLDataSource. The gridview control is set to enable editing. When I run the page on my development server the editing function works as it should, i.e. you select edit, modify a column the select update and the change is saved. When I put the page on the live server and select edit I get the edit functionality, but the Update link does not work. It would appear the page does not post back as nothing happens when the Update link is selected. The javascript embeded in the update link (Update) appears to be the same as what is embedded in the update on my dev. server. The Cancel link functionality does work.
Any thoughts on why this would not on the production server? I have another page with the same functionality and it works fine. Can't see any differences.
Thanks for any assistance.
My guess is that you don't have permissions to write to your data source. I just had this same problem and it turned out that in IIS I needed to grant write access to the appropriate folder on the server (my data source was an xml file).

Renaming a facebook page tab

I have created a facebook application to add a page tab in any facebook page.
for this i have a pagetab name in facebook integration of application's setting part.
Suppose i have added the name as "MyFbTab"
Now the problem is when someone add my application to his page then a tab will be added with name MyFbTab , but i want to ask user for a name and then the tab created with the name entered .
I am using facebook js sdk for this
So please help regarding to fb js sdk
I have found a method for this in php sdk but want to do this in js sdk
regards
You can use the API to change the name given to an installed page tab, see here:
https://developers.facebook.com/docs/reference/api/page/#tabs
Short version, make a POST request to
/PAGE_ID/tabs/APP_ID?custom_name=MyPageTabName&access_token=PAGE_ACCESS_TOKEN
{edit}
In the Javascript SDK you won't be able to do this directly because the Javascrtipt SDK will be using the user's access token and you'll need to make that call with the page access token you retrieved from the user's /accounts connection earlier.
OAuthException "(#210) Subject must be a page." has an example of someone using Jquery to take the page access token and make the API call that way. In their case they're using it to install a tab rather than edit an existing one, but it's almost exactly the same for your problem

Infopaht forms display in browser and for printing them

I have two questions that in sharepoint 2007 with infopath 2007,
1)"infopath form library forms(.xml) are not opening in browser" though i have made the option to "open in browser".
2)Another question is how to "retrieve the forms stored in the infopath libraries to show in aspx pages and to print" it directly.
Please reply me if any one knows the answer.
1) Within the form options, make sure that the compatibility is set to Web Browser Form. If you are publishing the form to a document library within SharePoint be sure to check that the form is going to be opened in the browser. Last, make sure that under the advanced options in your document library settings that the browser is set to "Display as a Web page".
If your form has full trust permission you will need administrator approval to complete the publish. This requires that the form is saved in a location that can be accessed by STSADM.
2) If the above steps work you will be able to view and print your form from within the browser.
Good Luck!

Resources