joomla 2.5 and Itemid problems - joomla2.5

I'm sorry for my bad english. I have a module where I pull news on my homepage while working with joomla 2.5 on my website. I shoot the news without any problems, but when the link is clicked, the link becomes active, but the homepage opens again. When I remove the "Itemid" line in the url, it opens without any problems. Is there a way to remove the "Itemid" suffix from the url? or someone who has knowledge of solving the problem.
I am waiting for solution. I am an amateur user, not an expert.
site:http://dogahan.com/index.php?lang=tr

Related

Blank page in Sitecore

I have a large Sitecore site which is working with almost no issues, but there is one particular page which renders as blank. No menus or layout and no errors. No errors are recorded in the database.
When I preview that same page through the CMS, no problem.
The page has been published, as has its layout and template.
Has anyone experienced something like this before?
Well this is a bit embarrassing - actually there is a directory under my website with the same name as the page I am browsing to. Of course IIS doesn't pass the request on to Sitecore, it just says "hey I found that resource" and in my case, returns a blank page.
I would have expected a directory listing or an error message in this case, but a blank page is what I get.
Nothing to do with Sitecore, but it could affect anyone working with a CMS.
(PS this is a pre existing site I've recently started working on).

joomla 2.5 suddenly stripping tags

I am working in Joomla 2.5 and had to install a wysiwyg editor for the client. I have ckeditor and jceditor installed. After enabling one of them every time an article is saved the image tags are stripped. The iframe gets through. All paths are correct and code is clean. I have gone and turned no filtering on for all user groups changed editors, no editors and still stripping.
Any help is greatly appreciated
Thx
I had problems with many editors but not this one.
please try JCE and problem should go away

I'm trying to use the likebox plugin on my website with the "iframe" option and it's not working

I coped and pasted the code that is supplied, and the i frame is displaying with a "page cannot be found". Does anyone know if this is just a bug? Or if they're not maintaining the "iframe" option anymore?
Facebook is still using the iframe option. Did you put in the link to your Facebook page? You might try using the tool again. http://developers.facebook.com/docs/reference/plugins/like-box/

OpenCart 1.5.0 and Shopping Carts

Been messing about with this new version of openCart and noticed add to cart buttons not working anyone else noticed this, does anyone have a resolution, tried contacting opencart no news yet.
What shopping Carts do you use, whats the best in your opinion. Ive just started doing e-commerce sites and yeah opencart is good but would be good to know others that are as easy to edit themes etc...
Thanks
Joe
Opencart 1.5 has only recently been release and there has been a lot of bugs fixed since the first release. You mention the add to cart problem do you have a link to view? Do you have the same problem with the default download version?
From my experience Opencart is the best apart from all the built in options its one of the easiest cart to modify to the clients needs. This is a nice list of the most popular choices, although I'd say stick with Opencart.

django-localeurl together with FORCE_SCRIPT_NAME not working

I'm currently working on a site where multiple locales will be served under different URLs using django-localeurl. localeurl has always worked for me before when served directly at the top level but this time around I have to use settings.FORCE_SCRIPT_NAME because it needs to be served under a sub-path.
The problem is that when the user enters the site he is redirected to http://www.example.com/en/ and not http://www.example.com/site/en/ as he should be. Serving the site under http://www.example.com/site/ works perfectly when I disable localeurl.
Any suggestions as to how I could fix this would be greatly appreciated as I'm close to tearing my hair out any second now!
There is an open ticket in locale-url for this issue. It also has a proposed patch that fixes it.