erich37
Well-known member
this Addon works great.
However, when I click onto the "Open Quick Navigation"-arrow (at right-hand-side in the Breadcrumb) it still shows the links for "Notable Members" and "Recent Activity" in the popup-window.
When I click onto the link "Notable Members" in that "Quick Navigation"-popup-window, then it shows the page "domain.com/members" and the NavBar is somehow missing (layout-issue / color of the SubNavBar is gone).
The same issue occures when I "enable" the Member-Card for "Guests".
When clicking on the Avatar at the Member-Card (or clicking the username / clicking the Link named "Profile Page" at the Member-Card), then it forwards to the page "domain.com/members" and the NavBar is somehow missing (color of the SubNavBar is gone).
The same layout-issue occures when I click onto "Members Online Now" in the Sidebar at the Forum-List.
- Would it be possible to hide the Links in the "Quick Navigation popup-window" ?
- Would it be possible to have an "option" to forward to "domain.com/register" when a "Guest" is clicking on any Link at the Member-Card ?
- Would it be possible to fix the layout-issue at the "SubNavBar" ?

I am not a coder, but I guess something like this will fix it ?
Or is it just me having this issue ?
Many thanks!

However, when I click onto the "Open Quick Navigation"-arrow (at right-hand-side in the Breadcrumb) it still shows the links for "Notable Members" and "Recent Activity" in the popup-window.
When I click onto the link "Notable Members" in that "Quick Navigation"-popup-window, then it shows the page "domain.com/members" and the NavBar is somehow missing (layout-issue / color of the SubNavBar is gone).
The same issue occures when I "enable" the Member-Card for "Guests".
When clicking on the Avatar at the Member-Card (or clicking the username / clicking the Link named "Profile Page" at the Member-Card), then it forwards to the page "domain.com/members" and the NavBar is somehow missing (color of the SubNavBar is gone).
The same layout-issue occures when I click onto "Members Online Now" in the Sidebar at the Forum-List.
- Would it be possible to hide the Links in the "Quick Navigation popup-window" ?
- Would it be possible to have an "option" to forward to "domain.com/register" when a "Guest" is clicking on any Link at the Member-Card ?
- Would it be possible to fix the layout-issue at the "SubNavBar" ?

I am not a coder, but I guess something like this will fix it ?
Code:
<xen:if is="{$visitor.user_id}">
Code:
<xen:else/>
<div class="tabLinks"></div>
</xen:if>
Or is it just me having this issue ?
Many thanks!

Last edited: