By Mist on Wednesday, 26 February 2014
Posted in General Issues
Replies 1
Likes 0
Views 1.6K
Votes 0
# Pagination links

I want to customize the look and feel of pagination buttons and i was searching for where these links layout are generated

It seems that pagination is outputed like this in template files

<?php echo $pagination->getPagesLinks(); ?>


but it seems i can't find from where the actual html output of the links is generated (that ul and the inner li's with pagination links)


# Dropdown Categories List

In my custom template i want to output the subcategories for current category inside a dropdown list.
Inside frontpage.category.php file i added my dropdown this way

 <ul class="dropdown-menu dropdown-menu-right" role="menu">
<li><?php echo $category->nestedLink; ?></li>
</ul>


For some reason only the first category gets the <li> appended, the other ones are just displayed as plain links (<a href="/subcat_link">subcat_name</a>)


Any hints ? Thanks in advance !
Hello Misted,

The pagination in EasyDiscuss actually comes from Joomla itself. We don't actually override this. As for the category list, I can't really tell what went wrong just by looking at the codes.
·
Wednesday, 26 February 2014 10:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post