Page Navigation With Titles


- Yes
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.
Thank you!
We are looking forward Joomla 3.0 compatible version.
Example:
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!
I had summurized my problems in one picture
Please look picture as linked
Regards
http://img201.imageshack.us/img201/6283/23032012112159.jpg
Styling is done via your template's css file. Please check my web site for examples.
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.
The plugin works in exactly the same way as the native Joomla navigation.
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!
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 { ... }
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.
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.
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*!
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".

