I recently got a task from a client who exclusively requested for a Joomla! Website. Unfortunately, I am not a joomla person but I accepted the job. Being a very fast learning person, I was able to understand and find my way around Joomla CMS by reading some guide about it online and I was able to give my client the design he requested for.
However, I encountered a problem. The problem is that once I create a post and publish, the post link (all links in between the <body>...</body> are not working.
So, I digged into to the template codes to troublshoot it. Being new in Joomla, I was looking for Javascript code that disabled permalinks in the code.
I have been trying to see if I can get the following lines:
Unfortunately, I couldnât find it in the .js files of the joomla template I am using. So, my question is, IS THERE ANYONE HERE That can explain to me what I can do to sort this issue out.
Thanks in anticipation.
PS: I cannot share the site url as it is being developed on localhost.
Sorry about the ânuttyâ problem.
Let me try to help. What version of Joomla are you using please?
UPDATE:
Seems you are approaching Joomla from a WP background (correct me if am wrong).
Joomla sets the title, images, introtext, and read more links for you.
All you need to put into a post is normal HTML text, not PHP codes.
Can you provide a link for me to see?
Youâre right. I understood how the Joomla! TinyMCE editor works and how the article read more link works. For instance, if I try to publish an article and I use a normal HTML hyperlink using <a href="myurl">Link</a> It will not be active once I publish it. In fact, you wonât be able to click it.
I am using the latest version of Joomla.
Regarding provision of link, I wonât be able to because you will have to modify your host file to be able to access the site on the server.
Ok.
I just wanted to view the front end, see if I could inspect the codes in my browser directly. Never mind.
When you paste the HTML codes into the editor, do you go to the source to do so, or you paste into the box?
Since you are used to HTML, I suggest you change to No Editor.
To change that, I suggest you follow these instructions below.
I am assuming you are a Super Administrator on the site:
Log into the administrator backend, and Go to Global Configuration. In the tabs you will see,
click the first one titled âSiteâ. Change âDefault Editorâ to None.
click the âText Filtersâ. Make sure Super Users is set to âNo Filteringâ.
Let me break it down to you like this. Letâs assume I need to publish an article of say 800 words.
I have title: THIS IS THE TITLE OF MY POST
I have content: Lorespum isdolopoâŚblah blah.
I create a new article under article manager and I put the title where it is supposed to be; and my article in the text area using the wysiwyg editor in joomla. Now, I insert âread moreâ option using the Joomla MCE readmore button and everything is fine and I enabled âPublishâ. Then I save.
Now, when I go to the frontpage of the site, I see the article published and I see the âTHIS IS THE TITLE OF MY POSTâ with the article showing âRead Moreâ. In attempt to continue reading, as youâve already knwon, I can either click on the title of the article OR click on âRead moreâ and what I expect is the it will open the page with full article.
This is the problem I am now facing: The title and the read more links are NOT CLICKABLE.
So, it is not that I am writing php codes or scripts in the article manager (If I am to use HTML code, I know how to switch to âCodeâ.
ahaâŚnow I can understand the issue clearly.
Are âLinked Titlesâ, âShow IntroTextâ and âShow Read Moreâ enabled inside Options?
I think the links are disabled by default.
Lol. I actually fixed it three days later⌠But Iâve been too much busy to post the update. I posted it because @daydah followed it up (with a private message to my inbox and I told her I will post how I fixed it).