0

I got a problem I really cant solve. I am trying to create a menu with an single article in Joomla 2.5, but it wont show the article. I have created a main menu with some menus which are set to single article, and I have created some articles, which I've added to the specific menu items, it has no problems saving the menu, but when I reload the page, there is no article/text/picture.

Does some one have any idea why this is happening?

Lodder
  • 19,758
  • 10
  • 59
  • 100
  • Have you fiddled with any of the core Joomla code or the database tables? Can you provide a link to your website please? – Lodder Feb 04 '13 at 22:18
  • I havent looked in to any core Joomla code or the database :S Here is the [website](http://test1.helbografisk.dk) – Kenneth Kjær Nielsen Feb 05 '13 at 10:41
  • If you use the search function, you can easly search for the content in the article, but when u click on it, it wont apear. Try entering "fodbold" (its in danish) – Kenneth Kjær Nielsen Feb 05 '13 at 10:42
  • I have a strange feeling it might have something to do with your template. Try setting the template to the default Joomla template (Beez20) and see if the article is shown. – Lodder Feb 05 '13 at 12:20
  • sadly i think you are right.. I have tryed changing it, and the other template shows my articles.. – Kenneth Kjær Nielsen Feb 05 '13 at 12:44
  • Okay, i have fixed the problem. Apparently the setting in my template showing system output was set to "no". But any ways, thank you for your efforts! – Kenneth Kjær Nielsen Feb 05 '13 at 13:17

3 Answers3

0

Make sure article is published. Even if it won't work. Just on error reporting n see what exactly error is getting about & find the solution.

atpatil11
  • 438
  • 4
  • 13
0

It seems like a SEF issue.

Say your menu is published under the SEF url /fun/jokes.html: if the SEF plugin is not enabled Joomla might be looking for your pictures in /fun/images/... instead of /images/...

Just head to the administrator / plugin, search for SEF (system - SEF plugin) and enable it. Clear the cache and it should start working.

Riccardo Zorn
  • 5,590
  • 1
  • 20
  • 36
0

I have found the problem. Under my profil for the template, "System Output" whas set to "no". Changed it to "yes" and it shows all my article.

But thanks for your efforts