Hi,
I don't understand how to link the pager image and text to their node. I just have this :
<a class="pager-link" title="navigate to topic" href="#">
If I make those fields clickable in my view, my display is horrible.
Any idea ?
Hi,
I don't understand how to link the pager image and text to their node. I just have this :
<a class="pager-link" title="navigate to topic" href="#">
If I make those fields clickable in my view, my display is horrible.
Any idea ?
Comments
Comment #1
abrebion commentedI eventually find the solution:
<a href="<?php print $pager_item['pager_link']; ?>" class="pager-link"><?php print $pager_item['pager_image']; ?><span class="<?php print $settings['pager'] ?>-item-text"><?php print $pager_item['pager_text']; ?></span></a>Comment #1.0
abrebion commentedchange