Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for Ivcha

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 10:08
  • Posts: 7
  • Profile Views: 3881
  • About Me: Handcrafted by Ivcha
Posts

Posts

emo
I found the sollution it was bug made in K2 model

I've changed the line 168 in file: components/com_k2/models/itemlist.php

from:
$sql = " SELECT reference_id FROM #__jf_content as jfc LEFT JOIN #__languages as jfl ON jfc.language_id = jfl.".K2_JF_ID;


to:
$sql = " SELECT reference_id FROM #__jf_content as jfc LEFT JOIN #__languages as jfl ON jfc.language_id = jfl.lang_id";
JoomSEF + JoomFish M ...
Category: JoomSEF 3
emo
Is there any way to set the all k2 stuff to ignore generating lang=?? in the urls.
Jomsef + K2 + JommFi ...
Category: JoomSEF 3
emo
1.I found where the problem was. It wasn't related to JoomSEF. Since i updated K2 i copied the template from old version as I use deffault template. I accidentaly forgot to upload file for tag view. Sorry for bothering here.

2. I edited sitemap.php in models to achieve what i wanted.

3. I have some idea for developing new features which i would be glad to code. Can any of developers add me on Skype: ivcha_92
JoomSEF, JoomFish, M ...
Category: JoomSEF 3
emo
Here on my site: Altsberglotion

I have set the jfrouter disabled. And language is in different domains and now i have the following problem. When I list something by tag on my blog in K2 only white page appear. I don't know what is the reason is there any fix for this?
JoomSEF + JoomFish M ...
Category: JoomSEF 3
emo
Thanks Dajo you gave me idea how to fix menu. Actually it is roknavmenu and i had to edit this file modules/mod_roknavmenu/lib/providers/RokMenuProviderJoomla.php on line 188

from:
// Get the final URL
if ($item->home == 1) { // Set Home Links to the Base
$node->setLink(JURI::base(););

to:
// Get the final URL
if ($item->home == 1) { // Set Home Links to the Base
$node->setLink(JRoute::_('index.php'));


I also managed to fix blog to load correctly. I am not using Jfrouter. I couldn't find a way to configure it to work with different domains. I am using the JoomSEF configuration as follows

Language integration: Use different domains
Always use language? No //Haven't noticed any changes if put to yes
Translate URLs? Yes
Get language from browser setting? Yes
Save language to cookie? Yes
Main language: N/A

English (United Kingdom) altsberglotion.com
Deutsch (DE-CH-AT) altsberglotion.de
Serbian (Latin) staroplaninski-melem.rs
Slovenian (SI) altsberglotion.si
Incorrect domain handling: Redirect to correct domain.

I noticed that there is problem with JoomSEF if urls on different language have same SEF url variable. JoomSEF always putts the lang=* to every url. And I opened url manager and added new url without lang=?? and set this url to active and now blog works perfectly.

Now I have other kind of problems:

1. K2 is not showing any tags - if you open tag link it shows only white page.
2. Is there a way to generate sitemap.xml to contain correct language domain for pages. I generated XML sitemap but it only shows my main domain which is altsberglotion.com //I own paid version of JoomSEF.
JoomSEF, JoomFish, M ...
Category: JoomSEF 3
emo
Also have problem with blog link. it is also k2 category, you can check. So I asume that there might be problem in K2 rewrite extension.
JoomSEF, JoomFish, M ...
Category: JoomSEF 3
emo
I have problem with homepage link on my site: Altsberglotion

When i change language it redirects me to for example .de domain, but in menu when I click to any page it works great. Excep for home page which redirects to .com domain and changes language to english. Home page is K2 Blog layout is there any workaround to fix this.
JoomSEF, JoomFish, M ...
Category: JoomSEF 3
More
User Login Empty