Hi Rafal,
As I said somewhere else, I have successfully added a css file to modify the heading slightly and it looks great. (PhranckoForum.com)
Now I would like to add a javascript file to execute some customizing code. I uploaded the following script in the "Media" section of my theme, but it doesn't run:
<script>
$(function() {
alert("hello");
console.log("----------------this is from my script------------");
});
</script>
Perhaps there is an error in my code. Or is this not the way to add javascript?
What I want to do is change the word "Thread" to "Conversation" because I think the general public is intimidated by the word Thread. It sounds like you might be making a huge change to the forum, like maybe creating a whole new Category, not just starting a comment or question. It may just be me, but that's what I think anyway.
So I was planning to change the wording on buttons and in the header, if I can in javascript.
I have also throught about trying to find the English translation file and just editing it to change the word everywhere it is used.
Or do you have a better suggestion?
Frank