Hilfestellung zu verschiedenen Topics

discuss about sites that are just under construction or where experimental stuff is used
Post Reply
andiz7
Posts: 41
Joined: Mon 14. Feb 2005, 13:09

Hilfestellung zu verschiedenen Topics

Post by andiz7 »

Hi folks!
First, I think this is a great board and I got a lot of help in the last weeks and months...

I am currently working on a site.
Here a link:
http://www.triggermedia.net/rist/cms/index.php

I have some troubles now and really need your help:

1.) I want to translate the site into English/German.
As you see, I have placed the links for the language change in the footer.
I read several topics on multilangual sites (e.g. http://www.phpwcms.de/forum/viewtopic.p ... rsprachige) but always got stuck.
I tried to split the sitestructure (one de branch and one eng branch) but as I tried to link the navigation with {NAV_TABLE_COLUMN:1} I didn't see the full navigation as it should be.

I have seen some sites based on phpwcms (e.g. http://www.phpwcms-docu.de/)
what's the trick behind??? ':wink:'

2.) {NAV_TABLE_COLUMN:X}
I want to use this navigation. I have some sub categories (e.g. Partner).
The branch of Partner:
+Partner
-National Partner
-International Partner

I want to edit the menu, that when you click on a category with subcategories, that no page opens, so when I click on Partners, just the subcategory menu should open and no other page! Is this possible?

Hope that is clear... :wink:

Thanks for your help!
brans

Post by brans »

okey: I think your problem is that you didn't use the actual CATID...

go into backend => site structure move your mouse pointer over the CAT to see its actual ID (at the german and the english branch) then place a

{NAV_TABLE_COLUMN:ENGLISHID} inside the english template and

{NAV_TABLE_COLUMN:GERMANID} inside the german template.
andiz7
Posts: 41
Joined: Mon 14. Feb 2005, 13:09

Post by andiz7 »

I put the "site alias" to index.php?de and index.php?en.

I used this site category index for the navigation in each template
german: {NAV_TABLE_COLUMN:index.php?de}
english: {NAV_TABLE_COLUMN:index.php?en}

the result you see on the link:
http://www.triggermedia.net/rist/cms/index.php

think I didn't get it... :roll: any ideas?

but thx for the quick answer... wow
brans

Post by brans »

pleas use ID's!
or at least only the alias

(de)

index.php?de is no alias.
andiz7
Posts: 41
Joined: Mon 14. Feb 2005, 13:09

Post by andiz7 »

thx for the quick reply brans! really cool...

I changed the alias to de and en

it's possible now to change between the two different templates (one step further 8)

but with the navigation I still have my troubles: just get the
{NAV_TABLE_COLUMN:de} or
{NAV_TABLE_COLUMN:en} ... but that's it...

link:
http://www.triggermedia.net/rist/cms/index.php

thx for helping!

EDIT: changed the german template to {NAV_TABLE_COLUMN:0}
brans

Post by brans »

hmm you should really try to do the following:

find out the id and see
http://www.phpwcms-docu.de/navigation_tags.phtml this for further information!
andiz7
Posts: 41
Joined: Mon 14. Feb 2005, 13:09

Post by andiz7 »

thx I know the page ... i'll try that the next days...

thanks by the while for helping out!
andiz7
Posts: 41
Joined: Mon 14. Feb 2005, 13:09

Post by andiz7 »

to tell you the truth : the problem was a MACINTOSH!

no info-line at the bottom...
therefore no ID...
thx a lot I got it now... = working again on a PC
Post Reply