Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anthony Candaele 1197 posts 2049 karma points
    Dec 24, 2011 @ 13:24
    Anthony Candaele
    0

    search not working in uBlogsy 1.3.6.1

    Is there a problem with the search functionality in uBlogsy 1.3.6.1

    I embedded the search macro

    <umbraco:Macro Alias="UBlogsySearch" runat="server"></umbraco:Macro>

    on my uBlogsy landing page template, but when I enter a keyword in the

    search field and hit the "go" button, nothing happens.

    greetings,

    Anthony

  • Anthony Candaele 1197 posts 2049 karma points
    Dec 26, 2011 @ 14:08
    Anthony Candaele
    0

    I solved the problem by copying this 

    <%--get title for browser--%>
            <umbraco:Macro ID="Macro1" runat="server" Language="razor" Alias="uBlogsyBrowserTitle" />
            <%--get meta title and description--%>
            <umbraco:Macro ID="Macro55" runat="server" Alias="uBlogsySeoMeta" />
            <script src="/scripts/jquery-1.6.min.js" type="text/javascript"></script>
            <link type="text/css" rel="Stylesheet" media="screen" href="/css/uBlogsy.css" />
            <asp:ContentPlaceHolder ID="Head" runat="server" />

    from the uBlogsyBaseSite template to my custom template.

    Everything is working fine now

    greetings,

    Anthony

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies