Shape 5

Joomla Templates => City Portal - January - Club => : karl0409 March 08, 2009, 05:57:42 AM



: 1. page nav icon at article bottom and 2. tab show2 sliding problem
: karl0409 March 08, 2009, 05:57:42 AM
Hello Jonah and members,

I have two problems:

1.  Page navigation switch at the article page bottom.
Normally this switch can be disabled in Menu item manager/ parameter component/ page navigation set to "hide".
But - and here is the problem:  When I am using the tab show 2 module, I use a "read more..." button in the single tabs, linking to specific articles. The articles then show up with those page navigation arrows (back and forward) and I cannot get rid of this thing. In articles manager there is no parameter component to hide this switch.
Any ideas ?

2.  In my tab show 2  module, the sliding effect  doesn`t seem too work to well.  It seems that there is no smooth motion. the sliding-motion seem to get stuck  ( url for jonah : www.sihanoukville-city-portal.com)

3. Jonah, it would be nice to have  a back button at the end of the article.  Having in the tabs of the module the -read more... button, it will link you to an article. To get back to where I came from,  I must use the browsers back button. Please can you provide me with a code to get back to the frontpage ?

I have  noticed that the tabs don`t work anymore, after being linked to the article.
The article shows up, also the tabs above the article, but you can click on anyone you want, nothing happens.

Thanks for the help
karl >:(






: Re: 1. page nav icon at article bottom and 2. tab show2 sliding problem
: jonahh March 09, 2009, 08:45:27 PM
Hello,

To answer your questions:

1. Unfortunately I don't think there is a way around this at least that I can think of.  You would have to edit the actual PHP files that Joomla uses to generate the pagination.


2.  Can you PM login details, the site is requiring a login?


3.  The following code should work to get you back, make sure you enter it via the "HTML" mode in your WYSIWYG editor:

:
<a href="#" onClick="history.go(-1)">Back</a>