import form another guestbook

Phoca Guestbook - creating guestbooks in Joomla! CMS
amuijs
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 03 Jun 2017, 22:39

import form another guestbook

Post by amuijs »

I want to import item from another guestbook into phocaguestbook.

Can someone tell what the fields `lft`, `rgt` in the table xp2et_phocaguestbook_items` represents?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: import form another guestbook

Post by Jan »

Hi, lft and rgt columns are here because of ordering - it is left and right (next and previous) value of the post - so the tree traversal mechanism can be built.

See example
Image

Items ordering: 4 -> 3 -> 2

After reordering: 2 -> 4 -> 3
Image

Jan
If you find Phoca extensions useful, please support the project
Post Reply