Would appreciate it when you could add "start" and "end" navigation buttons to the MyPagina class.
PHP Scripts Development » PHP Classes Support Forum » MyPagina class Support forum
request for start and end buttons in MyPagina class
(14 posts)Great offers not only for geeks!
-
Posted 7 months ago #
-
I thought that I did that before, please give me a few days to add this function.
Posted 7 months ago # -
Would be great!
Posted 7 months ago # -
Hi Olaf,
How many days you need, because I'm looking forward to test the new functionallity.
Best wishes for 2008!
Hans
Posted 7 months ago # -
Hello Hans,
just finished the first version for this forum, the campaign to promote the new part of my website and the first bbpress plugin. The next thing I will do is the script update.
The best wishes too!
Posted 7 months ago # -
Great!
Posted 7 months ago # -
hello Hans,
the class is updated, let me know what do you think.
Posted 7 months ago # -
Olaf,
Thanks for the new class, but I still don't see the First and Last buttons in the example script.
Well I see them but they don't do what I expect, or am I just stupid?Hans
Posted 7 months ago # -
Hans, use the methods this way
$nav_links = $test->navigation(" | ", "currentStyle", false, false, false, true);and don't forget, the start/end links are only visible under some conditions:
start = page 1 link is not visible
end = last page link is not visibleI wrote it this way because I think it make more sense
Posted 7 months ago # -
Olaf,
That was a very quick response. I'm sorry but it's seems to me that it doesn't work properly yet. When I choose First I just go one page back and not to start. The same for the Last button.
Hans
Posted 7 months ago #
Reply »
You must log in to post.