- Published on
Sitefinity anonymous form submissions
How to configure Sitefinity to allow authenticated users to anonymously submit a Sitefinity Form.
How to configure Sitefinity to allow authenticated users to anonymously submit a Sitefinity Form.
Here's how you can add meta description or opengraph properties to your dynamically created Sitefinity page routes in your custom widget controllers.
Sitefinity generates it's sitemap to a .gz file which Google\Bing can read, but I can't. Here's how you can dump a readable version.
Oh no! I have a Custom Sitefinity Widget with ActionResult routes but every attempt to use them throws a 404.
Blocking requests like bottraffic.live or trafficbot.life from triggering on your site. These requests come in the thousands and jack up your Google Analytics.
Sitefinity can run code in the background through scheduled tasks or cronjobs. Here's a complete sample created using the idea of a mail system to flush out messages, it's pretty easy.
Sitefinity 13.2 introduces a way to validate signing certificates, however the error message and docs are weak on details, here's what it means and how to fix.
Populating a Sitefinity Form Dropdown with Data from an API couldn't be more simple with Javascript, here's how you can accomplish it.
How to dynamically navigate content from List to Detail without hardcoding routes.
Why am I downloading an old file from Sitefinity even though it's content has changed
If your users log in with a social account, they also then need a way to log OUT of that social account as well right?
Remote certificate is invalid according to the validation procedure. Sitefinity 10 introduced a new login system based on Identity Server 3 and now logging into the backend might throw certificate errors.
Modifying the AND\OR logic combining sitefinity taxa
Specifying a resource package for Sitefinity Feather in hybrid mode
If a document is protected and the anonymous user is sent to the login page, once they login they aren't sent to the document. Here's the fix to send them over to avoid frustration.
Sitefinity 7.1 introduces a new module system that generates widgets for each type, and those widgets can now react to each other based on the page route, here's now to move yourself over from previous versions.
Use a Sitefinity MVC Widget on your Webforms templates without needing to drag\drop.
Add an images Alt Text to the Sitefinity Images Module backend Grid
The problem with the assumtions Sitefinity ContentView makes
Ever wondered how Sitefinity is managing it's openaccess content? Wonder what the best practices are for using the Managers?...Ivan and Radoslav explain it all!
Disable the RadControls embedded jQuery in Sitefinity
Here's a quick trick to get IIS on your local dev box to load up Sitefinity faster!
Here's how you can address getting a Validation of viewstate MAC error screen in Sitefinity
ELMAH: Error Logging Modules and Handlers for ASP.NET is a pretty awesome error logger. I've installed it on a couple sitefinity instances so I figured I'd blog about it to help some others with it.
Everything Sitefinity 4, all in one big post. Get ready, it's a big change from v3.
How to build once and end up with multiple assemblies target at many sitefinity versions
Sometimes you just want the plain text from your HTML. If you already have the RadEditor installed, it can strip your HTML for you!