You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /s/s/ page that was designed to be inside a frame needs to be updated slightly.
The reason is that since the page was designed, browsers, for security reasons, have made it so being within a frame means the user is not logged in.
If someone could do this, I'd appreciate it.
There are 2 ways to solve this problem. Number one is perhaps the best way. Number two would be very easy to do.
1. Insert target="_blank" into the link
Insert the following in the link and leave the "Click the top sentence to go to tatoeba.org ..." line in at the bottom of the page.
target="_blank"
This will put the full page into a different tab or window, so logged-in members can add translations or leave comments.
In other words, insert it between...
THIS: <a
AND THIS: href="/en/sentences/show/
So it will look like the following on the https://tatoeba.org/en/s/s/388848 .
The /s/s/ page that was designed to be inside a frame needs to be updated slightly.
The reason is that since the page was designed, browsers, for security reasons, have made it so being within a frame means the user is not logged in.
If someone could do this, I'd appreciate it.
There are 2 ways to solve this problem. Number one is perhaps the best way. Number two would be very easy to do.
1. Insert target="_blank" into the link
Insert the following in the link and leave the "Click the top sentence to go to tatoeba.org ..." line in at the bottom of the page.
target="_blank"
This will put the full page into a different tab or window, so logged-in members can add translations or leave comments.
In other words, insert it between...
THIS: <a
AND THIS: href="/en/sentences/show/
So it will look like the following on the https://tatoeba.org/en/s/s/388848 .
<a target="_blank" href="/en/sentences/show/388848"
2. Or, Remove the following from the bottom of the page, so members won't try to click the link to add a translation.
Click the top sentence to go to tatoeba.org to translate it or leave a comment.
Here is a sample use of these pages within a frame.
https://aitech.ac.jp/~english/rndaudio/
You can see what happens when the top sentence is clicked. The member seems to get logged out.
The text was updated successfully, but these errors were encountered: