- Posts: 8
COMMUNITY FORUM
User description will not appear on the profile page!
- isleoflife
-
Topic Author
- Offline
- New Member
Less
More
14 years 1 week ago #96198
by isleoflife
User description will not appear on the profile page! was created by isleoflife
Dear Community,
I have the software just slightly adapted and found that the user description is only on the item page, but not displayed on the user profile page. I've been looking all afternoon for a solution, unfortunately without success. Does anyone advice? I appreciate any idea. Thank you. Best regards,
isleoflife
I have the software just slightly adapted and found that the user description is only on the item page, but not displayed on the user profile page. I've been looking all afternoon for a solution, unfortunately without success. Does anyone advice? I appreciate any idea. Thank you. Best regards,
isleoflife
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
14 years 6 days ago #96199
by Yiota
Replied by Yiota on topic User description will not appear on the profile page!
Check the General K2 Parameters and locate the Layout & view options for user (author) pages.
There set the parameters according to what you want the User profile page to show.
There set the parameters according to what you want the User profile page to show.
Please Log in or Create an account to join the conversation.
- isleoflife
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
14 years 5 days ago #96200
by isleoflife
Replied by isleoflife on topic User description will not appear on the profile page!
Thank you also for the second answer. I had already selected in the K2 settings, user profiles that can be displayed. Unfortunately, it is shown on the profile page only the e-mail and the Web site. No description. When you edit the profile page, the description is also displayed and in the author block below the article.
Is there a difference between user and author? Does it have something to do with the group members?
In item.php it is the command "itemAuthorDescription" and in the user.php "user description". Does it have something to do with it?
Thank you
Is there a difference between user and author? Does it have something to do with the group members?
In item.php it is the command "itemAuthorDescription" and in the user.php "user description". Does it have something to do with it?
Thank you
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
14 years 5 days ago #96201
by Yiota
Replied by Yiota on topic User description will not appear on the profile page!
Could you provide a link with the page you do not see the user description?
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
14 years 5 days ago #96202
by Yiota
Replied by Yiota on topic User description will not appear on the profile page!
On k2.css line 477 locate
div.userBlock p.userDescription { display: none;}
If you remove the display:none the description will show ;)
div.userBlock p.userDescription { display: none;}
If you remove the display:none the description will show ;)
Please Log in or Create an account to join the conversation.
- isleoflife
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
14 years 5 days ago #96203
by isleoflife
Replied by isleoflife on topic User description will not appear on the profile page!
That was the problem! And so easy:) Thank you so much.
Please Log in or Create an account to join the conversation.