Check Up
Support
Develop
About
Blog
Contact Us

Ardour Digital

Check Up
Support
Develop
About
Blog
Contact Us
phone-laptop-and-clipboard-ardour-digital.jpg

Blog

Rhys Godfrey

Rhys Godfrey

Blog Posts
  • Profile
  • Activity
  • Blog Posts
  • More
  • Cancel
  • Verint Community 11.1 - Cache monitoring

    Verint Community 11.1 - Cache monitoring

    Rhys Godfrey
    Rhys Godfrey
    The new cache monitoring feature is Verint Community 11.1 could be a useful tool for developers and admins hitting performance problems with there community and when trying to plan server capacity for your community.
    • 2 Dec 2019
  • Verint Community 11.1 - Blog Workflows

    Verint Community 11.1 - Blog Workflows

    Rhys Godfrey
    Rhys Godfrey
    The new blog workflow feature could be very helpful for community managers who want to accept blog content from members whilst maintaining editorial control of the blog and help automate the process of working with guest bloggers to ensure high-quality…
    • 25 Nov 2019
  • Using Javascript oidc-client with Auth0

    Using Javascript oidc-client with Auth0

    Rhys Godfrey
    Rhys Godfrey
    When using the Javascript OpenID connect client (oidc-client) library switching from one complaint provider such as Identity Server to another such as Auth0 is pretty straightforward, but there are a couple of things to look out for.
    • 11 Jul 2019
  • .NET Framework versions used in Verint Community

    .NET Framework versions used in Verint Community

    Rhys Godfrey
    Rhys Godfrey
    If your creating a plugin for Verint Community (aka Telligent Community) you need to use the .NET Framework version of the lowest version you want to support. This is because DLLs built using older frameworks can be run by newer ones, but not the other…
    • 8 Jul 2019
  • Add branch name to build number in Azure DevOps

    Add branch name to build number in Azure DevOps

    Rhys Godfrey
    Rhys Godfrey
    We have created an Azure DevOps extension which will append the branch name to all builds not created from the master branch, that is now available on the Visual Studio marketplace.
    • 4 Jul 2019
  • Verint Community Developer Shortcuts - Updated to Support 11.0

    Verint Community Developer Shortcuts - Updated to Support 11.0

    Rhys Godfrey
    Rhys Godfrey
    Version 1.4.2 of the chrome extension for Verint Community (aka Telligent Community) developers is now available. This new version comes with a new name to recognise the switch from Telligent Community to Verint Community, and with support for the newly…
    • 1 Jul 2019
  • Telligent Community Developer Shortcuts - Version 1.2.3 Released - Edit Current Page

    Telligent Community Developer Shortcuts - Version 1.2.3 Released - Edit Current Page

    Rhys Godfrey
    Rhys Godfrey
    A new version (1.2.3) of the chrome extension for Telligent developers is now available. To edit a page since Telligent Community 9, you've had to hover over the pencil icon, select "Edit Site/Group/Blog Theme", and then click "Edit this Page", this new…
    • 29 Apr 2019
  • Telligent Community Developer Shortcuts - Customise keyboard shortcuts

    Telligent Community Developer Shortcuts - Customise keyboard shortcuts

    Rhys Godfrey
    Rhys Godfrey
    The Telligent Community Developer Shortucts chrome extension provides a selection of quick links for common development tasks in Telligent Community. You can assign a keyboard shortcut to each of these actions.
    • 27 Apr 2019
  • Announcing training video series for Telligent Community: Video walkthroughs of building a plugin

    Announcing training video series for Telligent Community: Video walkthroughs of building a plugin

    Rhys Godfrey
    Rhys Godfrey
    Interested in building a plugin for Telligent Community, but don't know where to start? Our new video series explores some of the core concepts as we walk through the creation of a fully functional plugin.
    • 2 May 2017
  • Docker Compose with a multi part ASP.NET Application

    Docker Compose with a multi part ASP.NET Application

    Rhys Godfrey
    Rhys Godfrey
    AKA Using Docker Compose with Telligent Community. I've seen a lot about Docker and Docker Compose over the last few months, but not had a chance to use it. With the push from Microsoft and the ability to run windows based containers I decided it was…
    • 23 Jan 2017
  • Add some Christmas cheer to your Telligent Community!

    Add some Christmas cheer to your Telligent Community!

    Rhys Godfrey
    Rhys Godfrey
    Last Christmas whilst working on the Macmillan Cancer Support community, some of the team thought it decided to add a Christmas themed "Easter Egg" to the site. To start with I was skeptical, but within a few hours Kieran had put something together…
    • 5 Dec 2016
  • Deploying an ASP.NET Core website with VSTS and Octopus Deploy

    Deploying an ASP.NET Core website with VSTS and Octopus Deploy

    Rhys Godfrey
    Rhys Godfrey
    Step by step guide on how to deploy a ASP.NET Core website using Visual Studio Team Services and Octopus Deploy!
    • 26 Aug 2016
  • Viewing embedded content in Telligent Community REST API responses

    Viewing embedded content in Telligent Community REST API responses

    Rhys Godfrey
    Rhys Godfrey
    When you get Telligent Community content via the REST API, by default embedded content (such as Videos or Audio), isn't returned, instead it is replaced with a message such as "(Please visit the site to view this video)", the PostTarget parameter can…
    • 4 Jul 2016
  • Getting current content in Telligent Community

    Getting current content in Telligent Community

    Rhys Godfrey
    Rhys Godfrey
    Often when writing code for use with Telligent Community you'll need to get hold of the current context from the content, for example the current Group, Blog or Blog Post, this can be accessed using the CurrentContext property.
    • 27 Jun 2016
  • Reusable blog snippets with Telligent Community

    Reusable blog snippets with Telligent Community

    Rhys Godfrey
    Rhys Godfrey
    Often when writing a blog there will be a standard piece of text, or link that you use in many blog posts, and end up copying and pasting between posts. This can become tedious and if you need to update the text is a lot of effort, this is where snippets…
    • 20 Jun 2016
  • Get full URL from Relative in Telligent Community

    Get full URL from Relative in Telligent Community

    Rhys Godfrey
    Rhys Godfrey
    If you ever need the full URL when using Telligent Community this can easily be done with the AbsoluteUrl method, in either velocity or C#.
    • 15 Jun 2016
  • Twitter Cards for Telligent Community 9

    Twitter Cards for Telligent Community 9

    Rhys Godfrey
    Rhys Godfrey
    The latest version of Telligent Community adds open graph tags to the page by default, but doesn't add the tags required for Twitter to make use of those tags and show a preview of the content within the tweet. Easily enable Twitter Card support with…
    • 1 Jun 2016
  • Developer Shortcuts Chrome Extension for Telligent Community

    Developer Shortcuts Chrome Extension for Telligent Community

    Rhys Godfrey
    Rhys Godfrey
    If your anything like me, when developing with Telligent Community your likely to have many tabs open, Widget Studio, API Documentation, Developer Tools, and will be always jumping between them! Once the tabs are open this can work out OK, but as soon…
    • 19 May 2016
  • Recording a User Group Session - The First Attempt

    Recording a User Group Session - The First Attempt

    Rhys Godfrey
    Rhys Godfrey
    We’ve been running the Telligent Community UK User Group for almost a year now, and I think we have now started to get the hang of organising them! As Telligent is a product used worldwide, and we are currently the only user group, we’ve ...
    • 3 Mar 2016
  • Deploying a Web Deploy Package to AWS ElasticBeanstalk

    Deploying a Web Deploy Package to AWS ElasticBeanstalk

    Rhys Godfrey
    Rhys Godfrey
    AWS provide an extension to Visual Studio to make interacting with your AWS services easy, including deploying to a Beanstalk environment, which is the recommended way of deploying to a Beanstalk. This works great, and if you are able to, you should…
    • 3 Feb 2016
  • Redirecting or Rewriting all requests when using AWS Load Balancers

    Redirecting or Rewriting all requests when using AWS Load Balancers

    Rhys Godfrey
    Rhys Godfrey
    If you are hosting a ASP.NET App using an AWS Elastic Load Balancer (or Elastic Beanstalk), you may want to redirect all requests to another site, or rewrite all requests to a holding page for some amount of time. With a ASP.NET applications and AWS…
    • 31 Jan 2016
  • Open Live Writer and Telligent Community

    Open Live Writer and Telligent Community

    Rhys Godfrey
    Rhys Godfrey
    Last week Scott Hanselman announced the release of Open Live Writer. This is an Open Source version of the excellent Windows Live Writer tool for authoring blog posts, which hasn’t been worked on for several years. Whilst trying out the new version Open…
    • 14 Dec 2015
  • Bug bash and Bug Squash

    Bug bash and Bug Squash

    Rhys Godfrey
    Rhys Godfrey
    I'd read a little about bug bashes, and after speaking with a couple of members of the team set up a "Bug bash and Bug Squash" day. The idea was simple, get as many of the team and stakeholders together as possible and review the site, listing every issue…
    • 24 Nov 2015
  • Adjusting auto load scroll position in Telligent Community

    Adjusting auto load scroll position in Telligent Community

    Rhys Godfrey
    Rhys Godfrey
    Many widgets in Telligent Community use "endless" or automatic paging, loading the next page of content when the user reaches the bottom of the page. By default the next page of content is loaded when you are 150 pixels from the bottom of the page. If…
    • 22 Oct 2015
  • Embeding Gist's in Telligent Community

    Embeding Gist's in Telligent Community

    Rhys Godfrey
    Rhys Godfrey
    Github Gist's provide a simple way for storing and sharing code snippets linked to your GitHub account. Gist's can be embedded in web pages, this requires a Javascript snippet to be placed on the page where the Gist should appear. Telligent Community…
    • 5 Oct 2015
>
Training
Terms of Use
Privacy Policy
+44 (0)177 3254 150hello@ardourdigital.co.uk

© 2019 Ardour Digital Limited. Registered in England and Wales, company number 9007195.