Categories > TinyButStrong general >

Navigation through items

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Jorge
Date: 2004-03-04
Time: 12:00

Navigation through items

Hi everybody,

We all know the navigation bar where we can display results by page.

Let's say I click on an item, where I want to display more information about it.

I can get back to display all results by page, that's of course simple to do,

BUT, let's say I would like to navigate from an item...to another, directly, and do it several times.

How can I get the right 'position' of the item?

And how can from an item get back to the right listing page where my current item is displayed?

-----------
just in case it's not clear:

example:

I display 10 results per page.
I'm on page 1, click on item 5 to display more information about it.
From that information page , I go forward 10 times!
Then on item 15, I'm able to display again result listing...that' is page 2.

My question is , can TBS display item details from [blk1.#] position number?
By: Skrol29
Date: 2004-03-04
Time: 15:10

Re: Navigation through items

Hi Jorge,

The tbsForum performs what you describe.
When you recevieve an answer notification by email, it has a direct link on the post. This link presents the post and the navigation bar at the corresponding page. Note that this page can change with time.
For example, follow the link:
http://www.tinybutstrong.com/index.php?page=forum&msg_id=354

To do this I know only one way : for a given item id, be able to know its index position, and then calculate its page number knowing the page size.