How do I make the title of a topic a clickable link?
4 posters
Page 1 of 1
How do I make the title of a topic a clickable link?
On the forums, is it possible to make the topic title a link for an url to another site?
Thanks.
Thanks.
Fae- Forumember
- Posts : 34
Reputation : 1
Language : english
Re: How do I make the title of a topic a clickable link?
See if this will work for you:
Where it says "site url goes here", you'll put the URL for the site there in it's place.
Where it says "Topic Title", you'll put the title of the topic there in it's place.
Try that and see if that helps.
- Code:
[url=site url goes here]Topic Title[/url]
Where it says "site url goes here", you'll put the URL for the site there in it's place.
Where it says "Topic Title", you'll put the title of the topic there in it's place.
Try that and see if that helps.
Re: How do I make the title of a topic a clickable link?
No, that didn't work. =/
Instead, it just showed the code as well.. including the link and everything. When I clicked on it, it acted like any other post and opened up the topic.
Instead, it just showed the code as well.. including the link and everything. When I clicked on it, it acted like any other post and opened up the topic.
Fae- Forumember
- Posts : 34
Reputation : 1
Language : english
Re: How do I make the title of a topic a clickable link?
I don't think topic title can be modified.
Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: How do I make the title of a topic a clickable link?
You could try using jQuery (I will not guarantee that this will work)...
I'm not sure if the method chaining does what I want it to do, but you can try
- Code:
jQuery(document).ready(function(){
if(jQuery('.t-title').html().indexOf('Your topic title here')>-1){
jQuery('.t-title').html().indexOf('Your topic title here').html('<a href="your link here">Your topic title here</a>');
});
});
I'm not sure if the method chaining does what I want it to do, but you can try


» Make Topic Title in forum index clickable
» How to make only topic title text bigger?
» How do I make a link appear clickable in a picture tag?
» How to make Subject Clickable For Direct Post Link?
» Display the last posted topic (thread) title link along with username and date/time
» How to make only topic title text bigger?
» How do I make a link appear clickable in a picture tag?
» How to make Subject Clickable For Direct Post Link?
» Display the last posted topic (thread) title link along with username and date/time
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum