blogengine.net

How To Generate A Javascript File From The Server

I'm using BlogEngine.NET (a fine, fine tool) and I was playing with the TinyMCE editor and noticed that there's a place for me to create a list of external links, but it has to be a javascript file: external_link_list_url : "example_link_list.js" this is great, of course, but the list of links I want to use needs to be generated dynami...

How do I Extend Blogengine.Net to collect statistics of visitors?

I love BlogEngine. But from what I can se it does not collect the standard information about the visitors I would like to see (referrer, browser-type and so on). When I log in as Admin I have a menu item named "Referrer". I can choose a weekday and then I'll be presented with 1 or 2 rows with "google.com 4 hits, "itmaskinen.se 6 hits...

How do you manage asp.net SQL membership roles/users in production?

How do you setup an asp.net sql membership role/membership provider on a production machine? I'm trying to setup BlogEngine.NET and all the documentation says to use the ASP.NET Website Administration tool from Visual Studio but that isn't available on a production machine. Am I the first BlogEngine user to use it on a non-development bo...

Who is using BlogEngine.Net for their blog? Does it run well? Will it scale? :P

I'm thinking about using BlogEngine.NET to launch my blog. I'm a C# programmer and was wondering was BlogEngine.NET has in the belly. Does it scale well? Is it caching properly? Is it memory intensive? Can you easily add/remove functionality? I also accept any hosting recommendation :) ...

How do I create an Extension for BlogEngine.net that accesses whether a post is in a certain category?

I'm using blogengine.net. I would like to show a default image in the H1 if a particular post is in a particular category. For instance if a post is in the Podcasts category I'd like to display one image and if a post is in the Blog category I'd like to display another. I have the CSS figured all, all I want to do is change the clas...

BlogEngine.Net Code Formatting Extension that works?

For months now I've been trying to find a code syntax formatting extension that works for BlogEngine.Net. I'm not fond of the behavior of the default formatting extension, and have tried a couple of others (manoli is among them), but they always seem to interact badly with the TinyMCE editor. Does anyone know of an extension that works...

How to adapt WordPress theme to BlogEngine.net

Do you know any guidelines on how to create a new BlogEngine.net theme having source code of a WordPress theme? ...

Multiple themes and masterpages in VB.NET

I was looking at Blogengine.NET today and he has an interesting setup for Themes, figured I wanted to do something similar, however.. I can't make it work at all. For each theme he has a folder like: /themes/Indigo/ /themes/Standard/ /themes/Mobile/ Each theme contains a site.master and they all have their own codebehind that looks ...

Does ASP.NET's BlogEngine.Net Stack Up to Wordpress?

I'm somewhat familiar with Wordpress and I've used it a little. There is a huge community with tons of plugins and themes etc. Does the BlogEngine.Net compare favorably? Is there another .NET CMS that you would recommend? Thanks for your help. ...

BlogEngine.Net - "Unable to generate a temporary class" error

I just uploaded a new instance of blogengine.net to a subdomain on my host and I am getting the following error: Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\WINDOWS\TEMP\jn5ced1y.0.cs' could not be found error CS2008: No inputs specified I do have VPS plan on my host, do I need to ask for...

Adding a counter for number of blog post views - BlogEngine.net

I am setting up a new blog and looked for a widget I could add that would give me the total number of views for a blog post (and it would be nice to find out the number of views in the last X days) and didn't find any. Is there a quick way of setting this up? ...

Change MySql Case sensitivity with phpMyAdmin?

I am running Blogengine.Net and have noticed that the tables are all created lower case (table name be_settings) but a lot of the queries are written mixedcase (Select * from be_Settings). This works fine if your MySql instance is running on Windows or set for capatability with Windows. I am getting an error as my hosting provider MySq...

BlogEngine.Net - Headlinepost always on top of start page

Hi, I am using BlogEngine.Net 1.5. I want to show the last post of a certain category always on the top of the start page (like a headline). Any ideas? ...

How would one integrate ReCaptcha in to BlogEngine.net (ASP.net C#)?

I am trying to figure out how to best integrate the ReCaptcha API with BlogEngine.net. If there is anyone that has done this -- how did you do it? Thanks, Chris ...

Blogengine.net as a subdir to my website?

I already have a website running on my server and now I wanted to install Blogengine.net and have it running as a subdirectory to my website. I need it to be a subdirectory so I can check for authorization and use other stuff from my website that is already running. I get this error if I not create a virtual directory for my blog: "It ...

What is the architecture of BlogEngine.net extension manager ?

Hi, I was just wondering that what is the architecture of blogengine.net extension manager ? How it loads the extension dynamically, how can I use same kind of functionality in my web applications ? so that every time i just create one class and corresponding page then just plug into the website. Moreover I am interested to know the ar...

dynamic header image for blogengine.net

Hi, searching for a method to change a header image if I click on a link in BlogEngine.Net. Let's say if I am at / and go to /page/about.aspx the header image should change. Thanks in advance! Cheers jeeshari ...

How to handle the Utils.EmailFailed Event in C#

I'm using this method in BlogEngine.net to send a number of emails to users on the site: Utils.SendMailMessageAsync(mail); There is already an event that is bubbled up in case of a message not being able to be sent but I don't know how to use it: Utils.EmailFailed Ideally I just want to count the number of messages that aren't sen...

Object Expected using JQuery with BlogEngine.net

I have the following code: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"&gt;&lt;/script&gt; <script type="text/javascript"> $(document).ready(function() { }); The page fails on load with "Object expected". If I hover over $(document) in Visual Studio, it expands to show ...

Convert Wordpress.com Hosted Blog to BlogEngine.NET

I'm looking at what is needed to move from wordpress.com to a BlogEngine.NET or similar blog. I've seen a tool for replacing export.php so that it will export your wordpress site in BlogML format so it can easily be imported into BlogEngine.NET, however I'd really not want to have to setup php/wordpress just so I can import a back up fro...