Fri-05-01-2024, 13:42 PM
This week we are learning how to do Internal Links
If you want to add a link to another post, thread or board you can use a simple piece of code.
#1: This one is for adding a link to another thread in your post.
Add the code below to your post but change *** for the tid number. you will find this either by looking at the URL in your browser it will look like this: https://psoriasisclub.org/showthread.php?tid=314 or some of you can find it by hovering your mouse over the thread title.
So to add a link to "What age did you get psoriasis" you would remove *** and put 314 (which is the tid) using the code below in your post.
You should see this in your post.
When you push "Post Thread" it will show like this.
What age did you get psoriasis?
#2 This will add a link to a post in another thread.
This time you are looking for the pid number and adding it to the code below. The pid number can be found by clicking on the right of a post in a thread or hovering over the number. it looks like this: https://psoriasisclub.org/showthread.php...93#pid4493
So to go to post number 10 in the above thread you would add 4493 to the code below.
So you would see this in your post.
Click "Post Thread" and it will show like this.
RE: What age did you get psoriasis?
#3 This one will add a link in your post to a board.
Find the fid number by going to your chosen board or hover over it's description, it looks like this: https://psoriasisclub.org/forumdisplay.php?fid=7
So for that you will add 7 to the code below.
To look like this.
That will show Psoriasis And Psoriatic Arthritis Topics on your post.
You're welcome to try them in the [Group Specific] board if you want.
* If you see [Group Specific] any time it's because you are not logged-in, or you are not a member of the relevant group to see the thread/post/etc.
Any problems please let me know.
Fred.
If you want to add a link to another post, thread or board you can use a simple piece of code.
#1: This one is for adding a link to another thread in your post.
Add the code below to your post but change *** for the tid number. you will find this either by looking at the URL in your browser it will look like this: https://psoriasisclub.org/showthread.php?tid=314 or some of you can find it by hovering your mouse over the thread title.
So to add a link to "What age did you get psoriasis" you would remove *** and put 314 (which is the tid) using the code below in your post.
Code:
[thread=***]
You should see this in your post.
Code:
[thread=314]
When you push "Post Thread" it will show like this.
What age did you get psoriasis?
#2 This will add a link to a post in another thread.
This time you are looking for the pid number and adding it to the code below. The pid number can be found by clicking on the right of a post in a thread or hovering over the number. it looks like this: https://psoriasisclub.org/showthread.php...93#pid4493
So to go to post number 10 in the above thread you would add 4493 to the code below.
Code:
[post=***]
So you would see this in your post.
Code:
[post=4493]
Click "Post Thread" and it will show like this.
RE: What age did you get psoriasis?
#3 This one will add a link in your post to a board.
Find the fid number by going to your chosen board or hover over it's description, it looks like this: https://psoriasisclub.org/forumdisplay.php?fid=7
So for that you will add 7 to the code below.
Code:
[forum=***]
To look like this.
Code:
[forum=7]
That will show Psoriasis And Psoriatic Arthritis Topics on your post.
You're welcome to try them in the [Group Specific] board if you want.
* If you see [Group Specific] any time it's because you are not logged-in, or you are not a member of the relevant group to see the thread/post/etc.
Any problems please let me know.
Fred.