The "Join this Group" link is at the very bottom of the page and easy to overlook. how do i move that entire box to the top?
thank you for the help
This forum has been very helpful for me
bump
andrewscott:The "Join this Group" link is at the very bottom of the page and easy to overlook. how do i move that entire box to the top?
The "Join" sidebar is not a widget -- it is required by the group theme and cannot be removed/moved via the widget interface. You can, however, edit the theme to move it higher in the sidebar.
For exampe, in the "Hawaii" group theme, you can:
1. Edit the themes/hubs/hawaii/theme.master file
2. Find the <asp:ContentPlaceHolder ID="rcra" runat="server" /> tag.
3. Move that tag up in the page, above the <asp:ContentPlaceHolder runat="server" ID="rcrb" /> tag, for example.
Thanks Ben.... I THINK I GOT IT
Can i get it on the very top of the page (even above the group info (home, discussions, Media. pages) data?
http://sbrlife.com/cs/groups/uk_racers/default.aspx
BTW thanks again, you da man! i am gonna go out and buy your book, even though i am sure most will be over my head....
-Andrew
You should just have to move the single tag (but make sure it is the complete tag).
Could you post the change that you've made (full theme.master file)?
You answered just as i got it, and edited my responce.
what do you mean post the change? Upload it here on the dev forum or live on my site (sbrlife.com)?
My last question is can i get it above the "commonContentBoxlist" (home, blog, discussions. etc"
Again, thanks ... you da man'
Ahhh post it.. i am a little dense (was dropped as a child....)
<%@ Master Language="C#" AutoEventWireup="true" MasterPageFile="~/Themes/hawaii/hubs/hubs.master" %>
<asp:Content ContentPlaceHolderID="HeaderRegion" runat="server" > <CSControl:Style runat="server" Href="~/themes/hawaii/style/forum.css" Media="screen,print" /> <CSControl:Style runat="server" Href="~/themes/hawaii/style/forum_print.css" Media="print" /> <CSHub:ThemeStyle runat="server" Href="~/style/DynamicStyle.aspx" EnsureNotCachedOnPreview="true" /></asp:Content>
<asp:Content ContentPlaceHolderID="bbcr" runat="server"> <asp:ContentPlaceHolder ID="bbcr" runat="server" /></asp:Content>
<asp:Content ContentPlaceHolderID="sr" runat="server"> <asp:ContentPlaceHolder ID="sr" runat="server"> <CSControl:SearchForm runat="server" QueryTextBoxId="TitleBarSearchText" SubmitButtonId="TitleBarSearchButton" > <FormTemplate> <div class="CommonSearchArea"> <div class="CommonSearchRoundTop"><div class="r1"></div><div class="r2"></div><div class="r3"></div><div class="r4"></div></div> <div class="CommonSearchContent"><div class="CommonSearchContentInner"> <CSControl:DefaultButtonTextBox id="TitleBarSearchText" runat="server" columns="15" maxlength="64" ButtonId="TitleBarSearchButton" /><asp:Button id="TitleBarSearchButton" runat="server" Text=" " CssClass="CommonSearchButton" CausesValidation="false" /> </div></div> <div class="CommonSearchRoundBottom"><div class="r1"></div><div class="r2"></div><div class="r3"></div><div class="r4"></div></div> </div> </FormTemplate> </CSControl:SearchForm> </asp:ContentPlaceHolder></asp:Content>
<asp:Content ContentPlaceHolderID="tr" runat="server"> <asp:ContentPlaceHolder ID="tr" runat="server" /></asp:Content>
<asp:Content ContentPlaceHolderID="bcr" runat="server"> <asp:ContentPlaceHolder runat="server" ID="bcr" /></asp:Content>
<asp:Content ContentPlaceHolderID="rcr" runat="server"> <asp:ContentPlaceHolder ID="rcr" runat="Server"> <div class="CommonSidebar"> <div class="CommonContentBox Highlighted2"> <div class="CommonContentBoxContent"> <div style="float: left; margin: 0 10px 10px 0;"> <CSHub:HubAvatar runat="server" Width="60" Height="60" /> </div> <div style="margin-left: 70px; font-size: 150%;"> <CSHub:HubData Property="Name" runat="server" Tag="Strong" /> </div> <div style="clear: both;"></div> <ul class="CommonContentBoxList"> <CSHub:HubData LinkTo="HomePage" Text="Home" runat="server" Tag="LI" style="font-weight: bold;" /> <CSBlog:WeblogData LinkTo="HomePage" Text="Blog" runat="server" Tag="LI" style="font-weight: bold;" /> <CSForum:ForumData LinkTo="HomePage" Text="Discussions" runat="server" Tag="LI" style="font-weight: bold;" /> <CSMedia:MediaGalleryData LinkTo="MediaGalleryHome" Text="Media" runat="server" Tag="LI" style="font-weight: bold;" /> <CSHub:HubData LinkTo="PageList" Text="Pages" runat="server" Tag="LI" style="font-weight: bold;" /> </ul> <ul class="CommonContentBoxList Seperator"> <CSHub:HubData LinkTo="MemberList" Text="Members" runat="server" Tag="LI" /> <CSHub:HubData LinkTo="Contact" Text="Contact" runat="server" Tag="LI" /> </ul> <asp:ContentPlaceHolder ID="rcrc" runat="server" /> <ul class="CommonContentBoxList Seperator"> <CSHub:HubData LinkTo="Rss" Text="RSS" runat="server" Tag="LI" /> <CSHub:CancelMembershipForm runat="server" DeleteButtonId="CancelMembership" Tag="LI"> <SuccessActions><CSControl:GoToModifiedUrlAction runat="server" /></SuccessActions> <FormTemplate> <asp:LinkButton ID="CancelMembership" Text="Cancel Membership" runat="server" /> </FormTemplate> </CSHub:CancelMembershipForm> <CSHub:HubSubscriptionToggleButton runat="server" Tag="LI" /> </ul> </div> </div>
<asp:ContentPlaceHolder ID="rcra" runat="server" /> <asp:ContentPlaceHolder runat="server" ID="rcrb" /> <CSControl:ContentFragmentList runat="server" Property="DefaultGroupWidgets"> <ItemTemplate> <CSControl:ContentFragment runat="server"> <LeaderTemplate> <div class="CommonContentBox"> <CSControl:ContentFragmentData Property="FragmentHeader" runat="server" Tag="H4" CssClass="CommonContentBoxHeader" /> <div class="CommonContentBoxContent"> </LeaderTemplate> <TrailerTemplate> </div> <CSControl:ContentFragmentData Text="View more" LinkTo="More" runat="server" Tag="Div" CssClass="CommonContentBoxFooter" /> </div> </TrailerTemplate> </CSControl:ContentFragment> </ItemTemplate> </CSControl:ContentFragmentList> <CSControl:PlaceHolder runat="server" Tag="Div" CssClass="CommonContentBox Highlighted2"> <DisplayConditions><CSHub:HubPermissionCondition runat="server" Permission="Post" /></DisplayConditions> <ContentTemplate> <h4 class="CommonContentBoxHeader">Administration</h4> <div class="CommonContentBoxContent"> <ul class="CommonContentBoxList"> <CSHub:HubData LinkTo="Edit" Text="Edit this Group" runat="server" Tag="LI" /> <CSHub:HubData LinkTo="EditTheme" Text="Edit this Theme" runat="server" Tag="LI" /> <CSForum:ForumData LinkTo="Moderate" Text="Moderate Discussions" runat="server" Tag="LI" /> <CSMedia:MediaGalleryData LinkTo="Moderate" Text="Moderate Media" runat="server" Tag="LI" /> </ul> </div> </ContentTemplate> </CSControl:PlaceHolder> </div> </asp:ContentPlaceHolder></asp:Content>
I GOT IT!!!!
Just how i want it
THANKS AGAIN
Thank you VERY much for this. I was totally lost until I found I must go into the Themes/Hubs/<theme name> directory instead of Themes/<theme name> directory.
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com