Mr Lucky Well-known member Oct 7, 2017 #1 Can someone please tell me what I need to edit to make the heading Conversations into a link (to the conversation lists) Thanks
Can someone please tell me what I need to edit to make the heading Conversations into a link (to the conversation lists) Thanks
Chris D XenForo developer Staff member Oct 7, 2017 #2 PAGE_CONTAINER change: HTML: <h3 class="menu-header">{{ phrase('conversations') }}</h3> To: HTML: <h3 class="menu-header"><a href="{{ link('conversations') }}">{{ phrase('conversations') }}</a></h3> Upvote 0 Downvote
PAGE_CONTAINER change: HTML: <h3 class="menu-header">{{ phrase('conversations') }}</h3> To: HTML: <h3 class="menu-header"><a href="{{ link('conversations') }}">{{ phrase('conversations') }}</a></h3>