The Joomla! Extensions Directory ™


Page Navigation With Titles PluginLanguage

This plugin replaces the previous/next navigaton links by the titles of the corresponding articles.

The plugin can be configured to turn on/off the arrows. Position of the navigation bar can be set to above, below or both. A configurable static text can be placed before the article title.

Report Extension

 

 

2013-04-03
Reviews: 5
I needed an easy way to navigate through a list of hundreds of articles. This mod does the trick. Each to install, running in five minutes.
2013-01-20
Reviews: 4
Very good ! You saved my afternoon ! Not only works fine, but ... it works ! My template seemed not to like the original joomla plugin and my nav links did not show at all.
Many thanks.
Alberto
2013-01-01
Reviews: 3
Useful and working extension.
Thank you!
2012-12-26
Reviews: 2
Thank you for this perfect extension.

We are looking forward Joomla 3.0 compatible version.
2012-12-15
Reviews: 3
The only thing i'd change is :

In the native j2.5 pagenavi, the arrows are part of the link itself, so they are INSIDE the a-tag. I'd adjust the code likewise for all the 'noobs' that cannot change that themselves.

The plugin works great and just as expected.
thumbs up!
2012-10-08
Reviews: 1
On my site, this plugin doesn't REPLACE the page navigation, it adds to it. So now, I have the Next/Prev buttons followed by the Article Title buttons.

Any suggestions? I've tried disabling page navigation, but then the Article Title buttons disappear as well.
2012-06-29
Reviews: 1
Everything worked great except I can't figure out how to make the entire block of text a link. Right now only the article name is a link.

Example:
2012-06-19
Reviews: 3
Just exactly what I was looking for! It does its job right out of the box. If you need an extension that allows you to navigate from one article to another without clicking the back button or returning to category table. This is the best plug in to use. HIGHLY RECOMMENDED! love it.
2012-04-13
Reviews: 11
Very nice plugin does exactly what it says. Thank you.
2012-03-29
Reviews: 6
Installed and running in my 2.5.3 site in under 5 minutes.

Some other reviewers have mentioned trouble with styling, but I only needed minimal modification. Other reviewers also mentioned that the navigation wasn't displaying where expected, but I found that with proper set-up of global article parameters and menu link parameters, I had no trouble at all. Another great tip - use a language file override to change "previous" and "next" references.

Thanks for this awesome free extension!
2012-03-23
Reviews: 2
Hi..
I had summurized my problems in one picture
Please look picture as linked

Regards

http://img201.imageshack.us/img201/6283/23032012112159.jpg
Owner's reply

Styling is done via your template's css file. Please check my web site for examples.

2012-03-16
Reviews: 1
I love the idea of having titles to navigate between articles. The problem I have been having is that I need a way to see the previous, or next article between CATEGORIES as well. Currently, this extension allows you to jump to the previous or next article only within that same category.

For example, if I have a section called "blog" and within that section I have several categories called "food", "travel", etc... I need a way to navigate from the travel blog, to the food blog, from oldest to newest, rather than being confined to navigating in only "food", or only "travel" categories.
Owner's reply

The plugin works in exactly the same way as the native Joomla navigation.

2012-03-07
Reviews: 3
After trying to get Joomla Page Navigation for 2.5 to work and failing, I came across this plugin which does the job.

The only downsides to this plugin are 2.

1. I am not able to set Previous and Next "pre-text", I can only set one word to fit both. This has drawbacks if a series of articles flows like chapters. It would be nice to select "Next" for next "chapter" and "Previous" for the previous chapter.

2. Styling the plugin is difficult. I tried to apply CSS styling as provided by the developer in the joomla.css and template.css files but the styling fails to show. It would be great to have an English guide on how to apply CSS styling. Could very well be that I am using it in the wrong place, but after looking with Firebug and applying the CSS provided by the developer here in the reviews section it still does not work. I tried to find a forum for support but I can't read German to find the forum.

At any rate, it serves the purpose I need in a basic form and I am glad to have found this component!
Owner's reply

Many thanks for your suggestions. I will put separate pre-texts in the next version and try to release it over the weekend.

I will also write some documentation regarding the css styling of the links. The page navigation has changed from Joomla 1.5 to 2.5 so the css styling described for 1.5 does not work in 2.5. For 2.5 put your styling in the classes

ul.pagenav li.pagenav-prev { ... }
ul.pagenav li.pagenav-next { ... }

2012-03-04
Reviews: 1
Have been trying to get this to work on a 2.5 site.

Can't get it to show.

Have tried disabling the standard page nav module - no effect.
Owner's reply

The navigation is shown under the same circumstances where the native Joomla navigation appears.

2012-02-16
Reviews: 21
This is what I was looking for. Thank you so much. Keep good working.
2012-01-24
Reviews: 1
Hi, I really like this plugin and need it to work since I have pages in joomla 1.5 and planning to upgrade to newer version.

I have installed the plugin and enabled it, as instructed, but nothing shows on my articles. I was wondering, since it's plugin, is there some code I should put in articles to show navigation?

Thank you.
Owner's reply

There is no code needed in the articles. The navigation is shown under the same circumstances where the native Joomla navigation appears. To test it, enable both plugins and see what happens.

The articles have to be arranged in a "browsable" manner, i.e. through a menu structure or blog architecture.

2012-01-06
Reviews: 59
Very nice plugin does exactly what it says. Thank you
2011-12-16
Reviews: 8
Install, configure as explained, and done!.
Thanks a lot lot this, I just love it.
2011-07-16
Reviews: 23
Easy out-of-the-box installation and use. Total no-brainer! Loved having the links at the top and bottom.

Would just like to know how to get the 2 lines above and below the links as shown in the demo. Other than that it's still a 5*!
Owner's reply

You can get the lines with simple css styling. The navigation links are placed within a table with the css class "pagenav". Just add the following lines to your Joomla template's css file:

table.pagenav {
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
margin: 1em 0;
width: 100%;
}

You can do even more styling for the next and prev link texts by modifying the css classes "pagenav_prev" and "pagenav_next".