I am having a really hard time with CGBlog right now. I am using cmsms 1.9.4.2 and CGBlog 1.7.5.
I have French and English categories, that have the word "english" in the name, because they have the same name in French and English, so I had to make a distinction. I also have a lot less articles in English then French, so for now, the English does not need to have separate pages for each categories, but French does.
I have a 2 languages site, andn CGBlog is used on the French blog page and English blog page. Here is how my tags are constructed in both languages:
FR:
Code: Select all
{CGBlog summarytemplate="sommaire-page-blogue" pagelimit="5" detailpage="blogue" category="Magic the Gathering-Français,YuGiOh-Français,Pokemon-Français,Jeux de société-Français,Divers-Français"}Code: Select all
{CGBlog summarytemplate="sommaire-page-blogue-en" pagelimit="5" detailpage='blog' category="Magic the Gathering-English,Divers-English" detailtemplate="detail-en"}My question: why won't CGBlog just go to the desired page and use the desired detail template specified in my tag? Right now, all my English post open up in the French version of the site, which evidently does not work for us. And, not as bad because it is the right language, but all my French posts open in the blog page, and not the specified one in my tag.
So is there anyway to achieve this?


