Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I have another site where i use cb_queries for this work.Maybe it would be easier to just make 1 website that is multi-lingual and have web addresses of the other sites point to the DNS of that 1 multi-lingual site, but then all of them would share all the same content, which I assume isn't exactly what you're wanting, but I believe it's possible to split content up using J2.5 and its language filter plugin which allows language specific menu links, modules, etc.. (e.g. a Spanish menu link won't display if viewing in English).
Please Log in or Create an account to join the conversation.
If using latest release then login and registration triggers will execute as if they were registering by normal means.triggers works immediately or need the first login?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's purely session based so you'll need to after the login trigger create a session for the user in the database of the other sites. Then on logout trigger delete that session. You may need to use CB Query Field to pull a users session database table row params column so it can be inserted into the other database easily.What about autologin? If user login at the mainsite how i can keep the same status for all slavesites?
Please Log in or Create an account to join the conversation.