Home Authors Posts by Mário Nunes

Mário Nunes

Mário Nunes
6 POSTS 1 COMMENTS

9 Outlook Quick Tips for Productivity

0
Disable notifications New email notifications are a big distraction. Disable them! Archive processed email Archive emails that you don't need to take further actions. In your inbox,...

A Solution to DataTokens must contain an ‘umbraco-doc-request’ key with a...

0
Hi, If you are experiencing "DataTokens must contain an 'umbraco-doc-request' key with a PublishedContentRequest object", you might have configured static routes with RouteTable.Routes.MapRoute(...). Using the default UmbracoHelper...

Adding an Angular app to your Umbraco Website

2
What problems does this solve? This enables you to have an Angular application alongside your Umbraco website, on a specified route. The Angular App can be...

Force Image Cache Refresh Programmatically

1
The best solution I found, to force the browser cache to refresh for an image, is to modify the image url in the html. Example: I...

Syncing Member Types with uSync

0
This took me longer to figure out than it should have. uSync has MemberType synchronization disabled by default. To enable it simply go to ConfiguSyncBackOffice.Config and...

Working with Umbraco 7.6 New Pickers

0
With the old pickers, we could do something like this: page.SetValue("myPicker", content.Id); With the new pickers, we can't use IDs anymore, we have to use UDIs...