- Posts: 5
COMMUNITY FORUM
Remove author link
- Elo Christoffersen
- Topic Author
- Offline
- New Member
Less
More
14 years 8 months ago #79974
by Elo Christoffersen
Remove author link was created by Elo Christoffersen
On every article author name shows up. That's okay.
But on the author name, there's a link to another page on my site.
Where can I remove the link on author?
Regards
Elo Christoffersen
www.netavisensyddanmark.dk
But on the author name, there's a link to another page on my site.
Where can I remove the link on author?
Regards
Elo Christoffersen
www.netavisensyddanmark.dk
Please Log in or Create an account to join the conversation.
- Simon Wells
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 8 months ago #79975
by Simon Wells
Replied by Simon Wells on topic Remove author link
That is a setting that can be enable either in the category of the item itself.
Take a look at the right hand menu, if you don't see it click, toggle button at the top of the screen.
Scroll to the bottom of the screen and look at the user parameters.
Any other questions, please ask.
Simon
K2Joom.com
Take a look at the right hand menu, if you don't see it click, toggle button at the top of the screen.
Scroll to the bottom of the screen and look at the user parameters.
Any other questions, please ask.
Simon
K2Joom.com
Please Log in or Create an account to join the conversation.
- Elo Christoffersen
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
14 years 8 months ago #79976
by Elo Christoffersen
Replied by Elo Christoffersen on topic Remove author link
It doesn't remove link from author....
Please Log in or Create an account to join the conversation.
- Simon Wells
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 8 months ago #79977
by Simon Wells
Replied by Simon Wells on topic Remove author link
Goto the category or the item.
Open Item view options in the right menu.
Set Author to Hide.
Save
Refresh front end
It will be removed.
Regards,
Simon
Open Item view options in the right menu.
Set Author to Hide.
Save
Refresh front end
It will be removed.
Regards,
Simon
Please Log in or Create an account to join the conversation.
- Elo Christoffersen
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
14 years 8 months ago #79978
by Elo Christoffersen
Replied by Elo Christoffersen on topic Remove author link
But then author is totally removed. I want to show author - but not with a link.
Regards
Elo
Regards
Elo
Please Log in or Create an account to join the conversation.
- Simon Wells
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 8 months ago #79979
by Simon Wells
Replied by Simon Wells on topic Remove author link
In that case, you will need to modify your index.php, line 65, remove < a href="< ?php echo $this->item->author->link; ?>">
Please Log in or Create an account to join the conversation.
- Elo Christoffersen
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
14 years 8 months ago #79980
by Elo Christoffersen
Replied by Elo Christoffersen on topic Remove author link
Which index.php?
I have tried to remove it in the K2 content (default.php)
K2Joom said:In that case, you will need to modify your index.php, line 65, remove < a href="< ?php echo $this->item->author->link; ?>">
I have tried to remove it in the K2 content (default.php)
K2Joom said:In that case, you will need to modify your index.php, line 65, remove < a href="< ?php echo $this->item->author->link; ?>">
Please Log in or Create an account to join the conversation.
- Simon Wells
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 8 months ago #79981
by Simon Wells
Replied by Simon Wells on topic Remove author link
Sorry, i said index.php not default.php.
You need to look in root/components/com_k2/html/templates/default/index.php
Simon
Elo Christoffersen said:Which index.php?
I have tried to remove it in the K2 content (default.php)
K2Joom said:In that case, you will need to modify your index.php, line 65, remove < a href="< ?php echo $this->item->author->link; ?>">
You need to look in root/components/com_k2/html/templates/default/index.php
Simon
Elo Christoffersen said:Which index.php?
I have tried to remove it in the K2 content (default.php)
K2Joom said:In that case, you will need to modify your index.php, line 65, remove < a href="< ?php echo $this->item->author->link; ?>">
Please Log in or Create an account to join the conversation.
- Elo Christoffersen
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
14 years 8 months ago #79982
by Elo Christoffersen
Replied by Elo Christoffersen on topic Remove author link
I removed it from components/com_k2/html/templates/default/item.php og now it's work :-)
Regards
Elo
K2Joom said:Sorry, i said index.php not default.php.You need to look in root/components/com_k2/html/templates/default/index.phpSimonElo Christoffersen said:Which index.php?I have tried to remove it in the K2 content (default.php)K2Joom said:In that case, you will need to modify your index.php, line 65, remove < a href="< ?php echo $this->item->author->link; ?>">
Regards
Elo
K2Joom said:Sorry, i said index.php not default.php.You need to look in root/components/com_k2/html/templates/default/index.phpSimonElo Christoffersen said:Which index.php?I have tried to remove it in the K2 content (default.php)K2Joom said:In that case, you will need to modify your index.php, line 65, remove < a href="< ?php echo $this->item->author->link; ?>">
Please Log in or Create an account to join the conversation.