I have set
/members/{$xf.visitor.username}.{$xf.visitor.user_id}/#showViewers
as a link for one item of the second navi.
Now it seems, that on my ipad it makes a difference if i call
/members/Admin.1/#showViewers or
/members/admin.1/#showViewers
The first link jumps to profile messages, the second jumps to #showViewers, thats made by an addon.
Anyway i have the same problem with
/members/Admin.1/#about or
/members/admin.1/#about
how can i use {$xf.visitor.username} with lowercase_firstchar?
/members/{$xf.visitor.username}.{$xf.visitor.user_id}/#showViewers
as a link for one item of the second navi.
Now it seems, that on my ipad it makes a difference if i call
/members/Admin.1/#showViewers or
/members/admin.1/#showViewers
The first link jumps to profile messages, the second jumps to #showViewers, thats made by an addon.
Anyway i have the same problem with
/members/Admin.1/#about or
/members/admin.1/#about
how can i use {$xf.visitor.username} with lowercase_firstchar?