1
cybermongo
Icon advance page in news 1.3?
  • 2005/3/3 22:08

  • cybermongo

  • Just popping in

  • Posts: 27

  • Since: 2004/10/4


where this it lines her that indicates the icon of page advance in modules news.
Sorry for my poor english
Thank fron chile

2
hervet
Re: Icon advance page in news 1.3?
  • 2005/3/3 22:18

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hello,

Sorry but I don't understand. Can you do a screenshot or something like this ? Or directly post in your language.

Bye,
Hervé

3
cybermongo
Re: Icon advance page in news 1.3?
  • 2005/3/4 14:31

  • cybermongo

  • Just popping in

  • Posts: 27

  • Since: 2004/10/4


Hola
cual es la forma de mostrar los avances de página para las noticias (los iconos de abajo) , yo no las puedo mostrar ¿como lo puedo hacer, para mostralas?

Modules news 1.3

ejemplo:
(1),2,3,4,5

<<< a esto poner el icono de avance de página en el modulo news 1.3>>>
Resized Image

Espero ser claro, Gracias por tu respuesta tan rapida

4
Mithrandir
Re: Icon advance page in news 1.3?

Ahh - the page navigation icons.

Those are determined by the XoopsPageNav class in xoops-root/class/pagenav.php

If you just want it to go back to (1) 2 3 4 ...8 as in previous versions, locate ->renderImageNav() in modules/news/article.php and modules/news/index.php and change it to ->renderNav() (keep the $variable in front of the -> I can't remember the actual name used so I left it out)

5
cybermongo
Re: Icon advance page in news 1.3?
  • 2005/3/4 16:57

  • cybermongo

  • Just popping in

  • Posts: 27

  • Since: 2004/10/4


Thanks your aid has been real contribution for my page.
I promise to learn ingles throughout this year.


REplase this lines :
(208) news/index.php
// reempladado renderNav por renderImageNav muestra los icons de avance de página
$xoopsTpl->assign('pagenav', $pagenav->renderImageNav());

REplase this line:
(179)
news/article.php
// reempladado renderNav por renderImageNav muestra los icons de avance de página
$xoopsTpl->assign('pagenav', $pagenav->renderImageNav());

6
cybermongo
Re: Icon advance page in news 1.3?
  • 2005/3/4 16:58

  • cybermongo

  • Just popping in

  • Posts: 27

  • Since: 2004/10/4



7
Mithrandir
Re: Icon advance page in news 1.3?

Quote:

cybermongo wrote:
Thanks your aid has been real contribution for my page.
I promise to learn ingles throughout this year.


REplase this lines :
(208) news/index.php
// reempladado renderNav por renderImageNav muestra los icons de avance de página
$xoopsTpl->assign('pagenav', $pagenav->renderImageNav());

REplase this line:
(179)
news/article.php
// reempladado renderNav por renderImageNav muestra los icons de avance de página
$xoopsTpl->assign('pagenav', $pagenav->renderImageNav());


Yes, line 208 of news/index.php and line 179 of news/article.php should both be changed to this:
$xoopsTpl->assign('pagenav'$pagenav->renderNav());

Login

Who's Online

123 user(s) are online (72 user(s) are browsing Support Forums)


Members: 0


Guests: 123


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits