- Posts: 24
COMMUNITY FORUM
Autor Alias issue
- Roland
-
Topic Author
- Offline
- Junior Member
when i insert a Text inside the Autor Alias Field, then this content is not aligned to the original autor.
The autor section bellow the content then is empty.
Is this a wished functionality?
Using with PHP 7.0 and Joomla 3.8.4 current K2
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Is there a link to this issue?
Please Log in or Create an account to join the conversation.
- Roland
-
Topic Author
- Offline
- Junior Member
- Posts: 24
just have a look on this article:
all4joomla.org/en/joomla-extensions/test-2-2-2
The username was Tester, the Autor-Alias is only Test.
As you can see bellow the article there is no author assign. In the other ones is here the autor.
Also when i´m logged in with Tester and go to MyPage, i can´t find my article. Only when a superuser removes the Autor-Alias this article is again avaliable for me in frontend.
You can test it also on yourself. Just register an user, wait for activation and create an article without Autor-Alias.
Then try to change the Autor-Alias to another and its hidden for you.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
The item produces a 404 issue.
Meanwhile, try using the default template to make sure that this is not a template override issue.
Please Log in or Create an account to join the conversation.
- Roland
-
Topic Author
- Offline
- Junior Member
- Posts: 24
Now i added with a user following article: all4joomla.org/en/joomla-extensions/authoring-content/testcontent
I filled the Autor Alias field with "test".
Now the content is not aligned to the user. He can´t edit it in frontend. The Mypage (mydashboard) redirects to homepage as when no content is aligned to user.
Also with protostar template.
You can reproduce it, when registering an account, wait for my activation and then add an article, without Autor Alias. Go to mypage and you see your article to edit.
Then change the autor alias to something else and see on "mypage" that the content is gone away. Then i (superadmin) have to remove the autor alias and then it works again.
Please Log in or Create an account to join the conversation.
- Roland
-
Topic Author
- Offline
- Junior Member
- Posts: 24
some news here?
Greets
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
This looks like a template override issue. Some unclosed HTML tags probably.
Have you contacted the template's developer about this issue?
Please Log in or Create an account to join the conversation.
- Roland
-
Topic Author
- Offline
- Junior Member
- Posts: 24
sorry but a Template Switch to Protostar or Beez have same results, that on "MyPage" the Content is not available if another Author Name is filled.
Please Log in or Create an account to join the conversation.
- Roland
-
Topic Author
- Offline
- Junior Member
- Posts: 24
the problem exists already, is there a solution?
Template switching did not solve it...
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
There were unclosed HTML tags within the items as well. If you leave stray <div> tags, then the layout will break.
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- Roland
-
Topic Author
- Offline
- Junior Member
- Posts: 24
Kannan understood me right. When the Alias Author is empty, all works. Every Author can edit their articles.
But when this field is filled with xyz the complete Article disapears from the Authors Edit-View and its only from Superadmin in Backend possible to edit.
I think this is an error, because normally in frontend editing the normal users don´t know about the names from other Authors.
One Article is always set to one basic Author. Only a Superadmin should switch this, not a Author!
Hope you find a solution, that i can insert in Frontend another Author to show and be further able to edit my contents.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Since the author is changed, the item will not appear in the original author's page.
The alias field treats the item as if it was created by another author.
Please Log in or Create an account to join the conversation.
- Roland
-
Topic Author
- Offline
- Junior Member
- Posts: 24
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
You can override the itemform.php file - getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates or you can use CSS and display: none in order to hide it.
Please Log in or Create an account to join the conversation.