- Posts: 32
COMMUNITY FORUM
Add an Alphabetical Index in head...
- Elisa F.
-
Topic Author
- Offline
- Junior Member
Less
More
14 years 6 months ago #90858
by Elisa F.
Add an Alphabetical Index in head... was created by Elisa F.
Hi there!
I need an alphabetical Index like A | B | C | D | E | F | G....
I just began to learn php, but i can´t get the solution myself...
There must be a way to include a code like this in category_item.php
<?php
if ($this->item->title) first letter == A {
echo "<li><a href="show only items beginning with A">A</a></li>;
}
?>
Please don´t laught about my code, i´m really not that far yet...
Maybe someone could push this idea...
I need an alphabetical Index like A | B | C | D | E | F | G....
I just began to learn php, but i can´t get the solution myself...
There must be a way to include a code like this in category_item.php
<?php
if ($this->item->title) first letter == A {
echo "<li><a href="show only items beginning with A">A</a></li>;
}
?>
Please don´t laught about my code, i´m really not that far yet...
Maybe someone could push this idea...
Please Log in or Create an account to join the conversation.
- Jiliko.net
-
- Offline
- Platinum Member
Less
More
- Posts: 567
14 years 6 months ago #90859
by Jiliko.net
Replied by Jiliko.net on topic Add an Alphabetical Index in head...
Hi Elisa,
I've already implemented this feature as a K2 custom template on this french website : smashingdeco.com/Univers-Produits
It' s a little bit more complicated as you have to check the first letter of all the items of the current category (and subcategories if catalog mode is off).
The template is available for Jiliko.net subscribers as a K2 custom template zip file that you can easily install via the admin templates extensions.
By subscribing to Jiliko.net, you'll have support for all our extensions & extras via the forum.
Link to Jiliko.net subscriptions page
Sincerely,
Olivier
I've already implemented this feature as a K2 custom template on this french website : smashingdeco.com/Univers-Produits
It' s a little bit more complicated as you have to check the first letter of all the items of the current category (and subcategories if catalog mode is off).
The template is available for Jiliko.net subscribers as a K2 custom template zip file that you can easily install via the admin templates extensions.
By subscribing to Jiliko.net, you'll have support for all our extensions & extras via the forum.
Link to Jiliko.net subscriptions page
Sincerely,
Olivier
Please Log in or Create an account to join the conversation.
- Elisa F.
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 32
14 years 6 months ago #90860
by Elisa F.
Replied by Elisa F. on topic Add an Alphabetical Index in head...
Hi Olivier! Thanks! William told me about you this afternoon, so i´ll subscribe for this. Thank you very much!
Please Log in or Create an account to join the conversation.
- Elisa F.
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 32
14 years 6 months ago #90861
by Elisa F.
Replied by Elisa F. on topic Add an Alphabetical Index in head...
Thank you for all the extensions, they are great!
Please Log in or Create an account to join the conversation.
- Jiliko.net
-
- Offline
- Platinum Member
Less
More
- Posts: 567
14 years 6 months ago #90862
by Jiliko.net
Replied by Jiliko.net on topic Add an Alphabetical Index in head...
Thank you Elisa
Elisa F. said:Thank you for all the extensions, they are great!
Elisa F. said:Thank you for all the extensions, they are great!
Please Log in or Create an account to join the conversation.