# Clickable links in website and bio for TL0 newuser

**URL:** https://meta.discourse.org/t/clickable-links-in-website-and-bio-for-tl0-newuser/259435
**Category:** Support
**Created:** [March 26, 2023, 3:02am UTC](https://meta.discourse.org/t/clickable-links-in-website-and-bio-for-tl0-newuser/259435 "2023-03-26T03:02:59Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![alexmas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alexmas/32/299672_2.png) [@alexmas](https://meta.discourse.org/u/alexmas)
#### Post date: [March 26, 2023, 3:02am UTC](https://meta.discourse.org/t/clickable-links-in-website-and-bio-for-tl0-newuser/259435/1 "2023-03-26T03:02:59Z")

</div>

Hi

I have a private discourse with only trusted members, and I need TL0 newuser links in bio and/or website to be clickable (I already use TL1 to TL4 to other specific user).

Is there any way to do that ?  
JS script added in default theme ? Official plugin ?

Thanks

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [March 26, 2023, 4:30am UTC](https://meta.discourse.org/t/clickable-links-in-website-and-bio-for-tl0-newuser/259435/3 "2023-03-26T04:30:33Z")

</div>

Hi, welcome, Alex!

About the website link, you can try to insert this JS into [your theme or a component](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966):

> **Head**
>
> ```js
> <script type="text/discourse-plugin" version="0.8">
> 
> api.modifyClass("controller:user", {
> pluginId: 'enalbe-tl0-website-link',
> linkWebsite: true
> });
> 
> api.modifyClass("component:user-card-contents", {
> pluginId: 'enalbe-tl0-website-link',
> linkWebsite: true
> });
> </script>
> 
> ```

About the Bio, I’m not sure how to do it yet. It’s handled in the backend (excerpt, stripping links).

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [March 26, 2023, 9:51am UTC](https://meta.discourse.org/t/clickable-links-in-website-and-bio-for-tl0-newuser/259435/4 "2023-03-26T09:51:22Z")

</div>

> [@alexmas](#):
>
> Is there any way to do that ?

Yes, and it is taking the most easiest path: adjusting your TLs and giving TL1 to all right away. Privat forum and only trusted members… by definition you shouldn’t use TL0 at all.

I have a feeling you are using TLs such way where groups could work much better.

---

<div class="post-metadata">

### Author: ![alexmas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alexmas/32/299672_2.png) [@alexmas](https://meta.discourse.org/u/alexmas)
#### Post date: [March 26, 2023, 5:51pm UTC](https://meta.discourse.org/t/clickable-links-in-website-and-bio-for-tl0-newuser/259435/5 "2023-03-26T17:51:47Z")

</div>

Thank you Arkshine !  
It works well.

Thanks Jakke, but I even if it is a private forum, I have different levels of trusted member.  
Trust level settings allow some configurations not available for groups. And TL0 have even more restriction possibility.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [April 25, 2023, 5:52pm UTC](https://meta.discourse.org/t/clickable-links-in-website-and-bio-for-tl0-newuser/259435/6 "2023-04-25T17:52:05Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
