Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
is working on a reply...