0
votes
1answer
65 views
+100
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 i …
4
votes
12answers
628 views
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 …
2
votes
5answers
336 views
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 …
0
votes
1answer
26 views
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 o …
0
votes
3answers
46 views
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 …
0
votes
1answer
94 views
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 ca …
0
votes
1answer
44 views
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?
2
votes
1answer
101 views
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
1
vote
0answers
35 views
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.
Tha …
1
vote
3answers
676 views
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 h …
-3
votes
0answers
115 views
“Tweet this” extension for BlogEngine.net [closed]
I have a blog that uses BlogEngine.net I am looking for an extension that automatically adds a "Tweet this" link for every post. When a user clicks on the "Tweet this" link, it wou …
1
vote
3answers
488 views
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?
0
votes
4answers
357 views
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_Se …
1
vote
1answer
117 views
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 …
3
votes
5answers
2k views
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 We …
