The breadcrumb would take care of going back to the forum list.I think where it has the tabs if shown in the header they want to have the forum tab located there too so when they switch between tabs they can click on the forum one to go back, at least that is how I have taken it.
Thank you!Sorry, it must be the way I'm wording it.
I want the tabs. I'm asking for the group forum to have it's own page, separate from the group information. So you'd have group information one page, then group forum on another.
Ideally, I would like it so that when you click on a group from the "groups" list page, you get the group information with the tabs above it as usual, but I would like one of those tabs to be for the group forum, so that the forum is on it's own page instead of being below the group information.
At the moment, if you have a lot of group information, it could take up the whole screen and the forum can get pushed down out of view, meaning you have to scroll down to it. This is particularly noticeable on mobile devices.
I've mocked up how I would the tabs to try and help explain what I am trying to achieve....
View attachment 105908
You can see where I've added a "Group Forum" tab
I hope that helps
Thank you
No it should beOK, I've tried it from a few different pages and I get the same error message from wherever I try it.
Is it just a link issue? The link I have is {xen:link 'groups/banners'}. Is that correct?
Thank you![]()
{xen:link 'groups/catbanners'}
{xen:link 'groupphotos/editcomment', $comment, 'm={$comment.comment_id}'}
Yes, that is correct. And I can't duplicate that error.Hi Snog
I get the same error message when I click the edit button for a photo comment, the link I have is
Code:{xen:link 'groupphotos/editcomment', $comment, 'm={$comment.comment_id}'}
Is that correct?
Thank you![]()
<div class="privateControls">
<xen:if is="{xen:helper membergroup, $visitor, $group} || {xen:helper admingroups,$visitor}">
<xen:if is="(({$comment_owner}) == {$comment.user_id} && {$current_time} < {$comment.timelimit} || {$visitor.user_id} == {$group.owner_id} || {xen:helper admingroups,$visitor} || {$ismod}"><div style="float:left;margin-top:5px;margin-right:5px;"><a href="{xen:link 'groupphotos/editcomment', $comment, 'm={$comment.comment_id}'}"
class="item control edit {xen:if $xenOptions.messageInlineEdit, OverlayTrigger}"
data-overlayOptions="{"fixed":false}"
data-href="{xen:link groupphotos/editcommentinline, $comment, 'm={$comment.comment_id}'}"
data-messageSelector="#comment-{$comment.comment_id}"><span></span>{xen:phrase edit}</a></div>
<xen:require js="js/xenforo/discussion.js" /></xen:if>
<!--<xen:if is="{$visitor.user_id} !== {$comment.user_id}"><div style="float:left;margin-top:5px;margin-right:5px;"><a href="{xen:link 'conversations/report', $discussion, 'message_id={$discussion.discussion_id}'}" class="OverlayTrigger item control report" style="margin-top:3px;" data-cacheOverlay="false"><span></span>{xen:phrase report}</a></div></xen:if>-->
<xen:if is="{$group.owner_id} == {$visitor.user_id} || {xen:helper admingroups,$visitor} || {$ismod}"><input type="checkbox" name="comments[]" value="{$comment.comment_id}" class="InlineModCheck" style="margin-top:5px;" id="inlineModCheck-conversation-{$comment.comment_id}" data-target="#comment-{$comment.comment_id}" title="Comment: {$comment.comment_id}" /></xen:if>
</xen:if>
</div>
We use essential cookies to make this site work, and optional cookies to enhance your experience.