Search found 11 matches

by joeri
Wed May 25, 2011 11:59 am
Forum: CMSMS Core
Topic: Inherit Path possibilities
Replies: 0
Views: 574

Inherit Path possibilities

Is there a way to inherit the path from the parents with a custom set path? I will clarify my question: Right now it automatically creates the path for every page. So for example take the following menu structure, with the created path behind it: Home (/) About us (about-us) - Address (about-us/addr...
by joeri
Thu May 19, 2011 11:00 am
Forum: CMSMS Core
Topic: Collapse not working in menu manager (v1.7.6)
Replies: 4
Views: 2023

Re: Collapse not working in menu manager (v1.7.6)

Good point, they are indeed all related. I was expecting this behavior, taking the following structure. structure: mainmenu - level_2a -- level_3a - level_2b --level_3b Now, I thought with childrenof = 'mainmenu' and collapse would show: - level2a - level2b And when selecting level2a it would show: ...
by joeri
Wed May 18, 2011 8:33 pm
Forum: CMSMS Core
Topic: Collapse not working in menu manager (v1.7.6)
Replies: 4
Views: 2023

Collapse not working in menu manager (v1.7.6)

I am trying to show all the children of a certain parent, which does works with the param: childrenof='page_alias' However, when using that param, the collapse=1 , seem to be ignored by the manager. Is this correct behavior or am I missing something here, or just doing something wrong? Pleace advice...
by joeri
Mon May 24, 2010 1:06 pm
Forum: [locked] CMSMS MLE fork
Topic: Different Admin per Language
Replies: 3
Views: 3388

Re: Different Admin per Language

True. I want to keep the languages as close as possible to each other, so MLE is best. But yet, different admins per language :) I just adjusted the core (users and pages) to get the result. Thanks for thinking with me though! the point of CMSms-mle-fork is to have all languages as close to each oth...
by joeri
Wed May 12, 2010 10:53 am
Forum: [locked] CMSMS MLE fork
Topic: Different Admin per Language
Replies: 3
Views: 3388

Different Admin per Language

Would it be possible to have a admin dedicated to one specific language? In this way that if you have 10 different languages installed, you could assign 10 admins with every admin allowed to only one language, and without rights to change the other language content. Another way I thought about is us...
by joeri
Wed Apr 07, 2010 12:52 pm
Forum: CMSMS Core
Topic: Breadcrumbs shows duplicate root (v1.7)
Replies: 5
Views: 1534

Re: Breadcrumbs shows duplicate root (v1.7)

Do you need the "Home" at the beginning of each site? Yes. I want 'home' to be present at all times. Current situation: 1. At homepage: You are here: home 2. In childpage of home: You are here: home > home > childpage 3. In childpage of another parent: You are here: home > parent > childp...
by joeri
Wed Apr 07, 2010 6:27 am
Forum: CMSMS Core
Topic: Breadcrumbs shows duplicate root (v1.7)
Replies: 5
Views: 1534

Breadcrumbs shows duplicate root (v1.7)

I am running the latest CMSMS v1.7 on PHP v5+ / Apache v2.2. Problem When adding children pages of the root (most likely home) the front end breadcrumbs would show the home twice. e.g. home > home > homechildpage instead of: e.g. home > homechildpage By using: {breadcrumbs root='Home' delimiter=' > ...
by joeri
Sun Sep 27, 2009 9:31 am
Forum: Translations
Topic: switching language
Replies: 11
Views: 19099

Re: switching language

Ok. I implemented it, but it doesnt get the correct URL for switching purposes when you are in a module. So, still need my own code to do this.

Thanks anyways.
by joeri
Sat Sep 26, 2009 5:22 am
Forum: Translations
Topic: switching language
Replies: 11
Views: 19099

Re: switching language

Found it yesterday... ahuh! :(

Thanks anyway.

PS. Too bad documentation is not up to date. I understand its done by fanatics in their spare time, just if they would list the functions/modules they write, ppl would at least know something exists like this.
by joeri
Sat Sep 26, 2009 5:18 am
Forum: Developers Discussion
Topic: SEO friendly pages for CMSMS
Replies: 6
Views: 5846

Re: SEO friendly pages for CMSMS

Improved the code a little further, as I needed meta tags, title etc. from specific pages. So easier if it all would belong to the same UDT. And as plus, I adjusted that for MLE. global $gCms; $db =& $gCms->GetDb(); $content_ids = array($gCms->variables['pageinfo']->content_id); $content_aliases...
by joeri
Tue Sep 22, 2009 4:53 am
Forum: Translations
Topic: switching language
Replies: 11
Views: 19099

Re: switching language

I used to use the above code as well, just problem is that you will always be redirected again to the homepage. So what you basically want is to use the current URL with the language parameter added to it, so you will return to your current page, just within the language of your choice. As I am fair...

Go to advanced search