Member
Member
martin.s   2011-07-26, 05:34
#1

Hello!

I am trying to modify the page navigation which is displayed when the album.php is loaded to navigate between the pages of an album.
I found in my theme (default) the function "printPageListWithNav". And I also found this function, according to the element guide, again in the template-functions.php.
What I am now searching for is the "a href" tag which is used to make the links of prev, next and the numbers (1, 2, 3...) clickable. I would like to put some stuff to theses links but I am not able to find them.

So it would be fantastic, if you could give me a hint where to find them!

Thx so much!

Best!

martin

Administrator
Administrator
acrylian   2011-07-26, 07:41
#2

As all main theme function it is located in /zp-core/template-functions.php. But you should not hack that function in that file but instead make a custom version of that, either as a plugin or
a theme custom function.

Member
Member
martin.s   2011-07-26, 08:50
#3

Thank you very much for your answer!
I will try do do a Plugin with this.

But anyhow I did find the functions but not the a href tag which is given out for the Links behind the numbers in this function. I wood be really glad If you could show me where this tag is located.

Thx a lot!

Best!

Martin

Administrator
Administrator
acrylian   2011-07-26, 09:15
#4

It is all in the file I referenced. Of course it uses further functions...

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.