- Posts: 22
COMMUNITY FORUM
category view not displaying links
- Jack Sacre
- Topic Author
- Offline
- Junior Member
Less
More
15 years 4 months ago #69206
by Jack Sacre
category view not displaying links was created by Jack Sacre
okay, seem to have found a problem with the category display mode.
so you have leading, primary, secondary and links...
well the links items never seem to appear :/
I am using the latest prerelease of version 2 (1st july) with joomla 1.5.12
any suggestions?
I have set the parameters through the category options and from the menu item.
so you have leading, primary, secondary and links...
well the links items never seem to appear :/
I am using the latest prerelease of version 2 (1st july) with joomla 1.5.12
any suggestions?
I have set the parameters through the category options and from the menu item.
Please Log in or Create an account to join the conversation.
- bunglehaze
- Offline
- Elite Member
Less
More
- Posts: 168
15 years 4 months ago #69207
by bunglehaze
Replied by bunglehaze on topic category view not displaying links
links are another section of category items and not links like Joomla's standard.
leigh
leigh
Please Log in or Create an account to join the conversation.
- Jack Sacre
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
15 years 4 months ago #69208
by Jack Sacre
Replied by Jack Sacre on topic category view not displaying links
I realise this, but the fact is if I add so many articles, then surely as they get pushed down by newer articles they should just appear as article titles with no introtext? like 'old articles' as a list of links.
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
15 years 4 months ago #69209
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic category view not displaying links
Hi. This has been fixed on v2 final. To fix this issue open the file /components/com_k2/templates/default/category.php and on line 156 replace the:
if(isset($this->leadings)):
with:
if(isset($this->links)):
This should work. Thanks for reporting this issue to us.
if(isset($this->leadings)):
with:
if(isset($this->links)):
This should work. Thanks for reporting this issue to us.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
15 years 4 months ago #69210
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic category view not displaying links
Hi. Unfortunately this is a template bug and cannot be changed through a setting. If you are familiar with HTML and a little PHP then go to the same file and inside the loop for the links edit the code to match your needs...
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Jack Sacre
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
15 years 4 months ago #69211
by Jack Sacre
Replied by Jack Sacre on topic category view not displaying links
I'm a bit confused about this at the moment, I have altered that piece of code - here is a link to the site at the moment (with a ton of dummy articles) the single column items at the bottom are supposed to be links :/
Thankyou for your support!
Thankyou for your support!
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
15 years 4 months ago #69212
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic category view not displaying links
It's a K2 template bug. I don't know what the template you are using is doing but the default K2 template has this bug. This has been fixed in v2 final which is coming soon. Again if you are a little familiar with web programming you can modify the code inside the loop to match your needs....
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Doug Michaels
- Offline
- New Member
Less
More
- Posts: 4
15 years 3 months ago #69213
by Doug Michaels
Replied by Doug Michaels on topic category view not displaying links
Any chance we can get a code snippet from the updated version? Also, how do we get on the list for a copy of v2 final? Thanks, Doug
Please Log in or Create an account to join the conversation.
- krmr
- Offline
- Senior Member
Less
More
- Posts: 61
15 years 2 months ago #69214
by krmr
Replied by krmr on topic category view not displaying links
I am using the v2. final (or stable as announced), and there is still this issue. is there someone on this forum who can publish the code modifications?
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
15 years 2 months ago #69215
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic category view not displaying links
No latest version does not have this bug. Make sure that you are using the bundled templates. If you upgraded but you have a template override then you will still get this bug because it's a template bug.
krmr trzv said:I am using the v2. final (or stable as announced), and there is still this issue. is there someone on this forum who can publish the code modifications?
krmr trzv said:I am using the v2. final (or stable as announced), and there is still this issue. is there someone on this forum who can publish the code modifications?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.