UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline
None
# 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 !
The replies under this section are restricted to logged in users or users with an active subscription with us