This is a forum to suggest new features for mojoPortal.
Hi Joe;
I have a feed manager Module that preview the news in my blogs in the other pages.
I would that the title of news in this feedManager move down to up and stop on mouseOver. So, for this solution i open FeedManagerModule.ascx file in wwwroot\FeedManager and add Bold lines:
<ContentTemplate> <div class="modulecontent rsswrapper"> <marquee vspace="10px" scrolldelay="10" scrollamount="2" direction="up" align="middle"onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 3, 0);"> <strong> <asp:Panel ID="divNav" runat="server" CssClass="rssnavright" SkinID="plain"> ... ... ..... </asp:Panel> <portal:mojoCutePager ID="pgrRptEntries" runat="server" /> </marquee> </div> </ContentTemplate>
<ContentTemplate> <div class="modulecontent rsswrapper"> <marquee vspace="10px" scrolldelay="10" scrollamount="2" direction="up" align="middle"onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 3, 0);"> <strong> <asp:Panel ID="divNav" runat="server" CssClass="rssnavright" SkinID="plain">
...
..... </asp:Panel> <portal:mojoCutePager ID="pgrRptEntries" runat="server" /> </marquee> </div> </ContentTemplate>
Now, this work well. You can see it in www.ashnanews.ir . But that is work for all feed Manager modules. I want this feature add in General Setting for all modules and optional this for any instance of modules.
thanks!
Sadegh