By Andre on Monday, 16 November 2015
Posted in General
Replies 5
Likes 0
Views 768
Votes 0
Hi

I am listing a catalog with sub catalogs. (categories (single catalog)

I am using template Nickel. In the top i get listed sub categories like this: cat1, cat2, cat3. I like to look like buttons and without the ",". How can i do this ?
Hi Andre,

I am not sure if I understand you here. Can you provide us with the page url that are having the issue here so we can have a better view on the issue?
·
Monday, 16 November 2015 12:35
·
0 Likes
·
0 Votes
·
0 Comments
·


I want it to look like a menu instead of the text.

Another thing i am wondering about if it is possible to change use several easyblogs templates on the same site ?
·
Monday, 16 November 2015 16:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Andre,

Ah I see. Unfortunately in order for you to remove the ' , ' you need to manually modify the following file /components/com_easyblog/views/categories/view.html.php and change the following line of code at line 177,
EB::accessNestedCategories($category, $nestedLinks, '0', '', 'link', ', ');
// replace with
EB::accessNestedCategories($category, $nestedLinks, '0', '', 'link', ' ');


it is possible to change use several easyblogs templates on the same site ?

Unfortunately it is not possible to achieve this currently in easyblog.
·
Monday, 16 November 2015 16:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Will it be possible to change template later ? Have been cool to had the chance to show different templates on differens sections on the page. Maybe set the template as a button choice
·
Monday, 16 November 2015 19:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Andre,

Thanks for the suggestion. Perhaps you can try to post your idea inside our voices page here, http://stackideas.com/voices/easyblog so other people can vote for it.
·
Tuesday, 17 November 2015 10:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post