AllTuts theme for BlogEngine.net, updated for BE v2.5

Previously I’ve published BlogEngine theme AllTuts based on original wordpress theme. This theme is now updated for BlogEngine v2.5 and added to the online gallery. Have a look and let me know your feedback.

Blogengine.net Theme AllTuts

BlogEngine v2.5 is having theme, widgets and extensions gallery integration. From the administration interface, you can browse the online gallery and install the desired items directly from the gallery. The gallery is utilizing NuGet package management for installing the packages. You can now install the theme from the online gallery. For installing you have to login through the administration interface and navigate to themes section. In themes section, you get the currently installed themes. Navigate to online gallery and select the theme and install to your blog and activate the theme as usual. If you prefer to install the theme manually, navigate to dnbegallery.org and download the theme and install theme in your BE installation.

This entry was posted in Blogengine.Net and tagged , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.
  • Amit Yaduwanshi

    Can you help installing mostread extension in Alltut theme for BlogEngine v2.5

  • http://www.facebook.com/udayonze Uday Shankar

    Wonderful theme Alltuts :) looking for the next version

  • http://pravesh.me Pravesh Soni

    Thanks for all your support.

  • http://pravesh.me Pravesh Soni

    If you are using BE 2.5, then you can do this from the gallery. In gallery search the desired extension and install it from there.

  • Janier Davila

    Hi. Well done! I am having an issue adding and deleting widgets. It works in every theme I’ve tried, but All Tuts. Once you add a widget, it does not let me edit it nor delete it. I’m using SQL as backing store…

    I’m investigating causes, but if you come up with an idea, please let me know

  • Enrico Correzzola

    I too have this problem …

  • Janier Davila

    After hours of debugging I found the issue. On the file WidgetContainer.cshtml, the id of the div was incorrect. You only need to remove a dash.

    Change from: 

    to

    That fixed my problem. Let me know if it fixes yours.

  • Janier Davila

    Oops, HTML code didn’t come out well in the comments. Hopefully you got the the idea.

  • http://pravesh.me Pravesh Soni

    Thanks for pointing out the bug. I’ll update the theme soon.

  • http://pravesh.me Pravesh Soni

    Thanks for figuring the bug. I’m looking in to the code and update the theme soon.

  • Janier Davila

    My pleasure :) . All for the community. It’s a beautiful theme. Thanks

  • Augustojatoba

    friend
     how do I resolve the exclusion of the pair windgts? some return?
     Regards,

  • Augustojatoba

    friend
     how do I resolve the exclusion of the pair windgts? some return?
     Regards,

  • Fxtrade3000

    Is anyone having problem with IE9 ? I don’t see the right side (posts) but only the right column. Working fine in other navigators. Thanks!

  • selman ay

    That fixed my problem too.

  • Fabry19dice

    Hi it’s possible to put after post votes? i don’t see in this themes…
    thanks
    Fab

  • Jsaagerbier

    You only need to add : @Html.Raw(Model.Rating)   after of : Html.Raw(Model.Body) inside file: “themes/AllTuts/PostView.cshtml”

     Additionally you need to add the following to style.css.ratingcontainer ul li
    {
     margin-left:60px;
    }Et Voila!!!

  • Fabry19dice

     Thank you very much, now i see rating, but i have wrote in style but i don’t see the difference..
    .ratingcontainer ul li
    {
     margin-left:60px;
    }
    i don’t know is it’s right…
    another problem is that rating and text (Currently rated 2.0 by 1 people) are one above the other, how to format them?
    can you help me??
    Thanks for all your support.
    Fabrizio

  • Jsaagerbier

    Could you send me the link of the blog?

  • Fabry19dice

    http://www.informarea.it  is the link
    this is a post
    http://www.informarea.it/BlogEngine/post/2012/02/20/Social-Bookmarking-e-Social-News.aspx  .. at the end of page you can see that the text is over rating..
    thankss