Implemented member_view without Js

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
Pls add some JsOnly classes to the elements, which don't work/shouldn't be seen on the profile without js.

e.g.

Code:
<li id="recentActivity" class="profileContent" data-loadUrl="{xen:link members/recent-activity, $user}">
                {xen:phrase loading}...
                <noscript><a href="{xen:link members/recent-activity, $user}">{xen:phrase view}</a></noscript>
            </li>
            </xen:if>

            <li id="postings" class="profileContent" data-loadUrl="{xen:link members/recent-content, $user}">
                {xen:phrase loading}...
                <noscript><a href="{xen:link members/recent-content, $user}">{xen:phrase view}</a></noscript>
            </li>

"loading..." can be seen 2 times, but there's nothing loading;)
That's strange for avarage joe users...

I would suggest to write what the link will load;)
 

Attachments

  • jsonly.webp
    jsonly.webp
    27.5 KB · Views: 22
Upvote 1
This suggestion has been implemented. Votes are no longer accepted.
Top Bottom