On Nov 27, 2007, at 10:37 AM, Guillaume Lerouge wrote:
Hi Yinkee,
That's because that's not how the backlinks snippet works. The
backlinks snippet displays links from other pages that point to a
given page, not links from a page to other pages.
For that you can use $xwiki.getLinks() instead of getBacklinks().
-Vincent
That is, if used on page A it will displays links from page B & C to
page A, but not links from page A to page B & C. To achieve this you
would need to write a forwardlinks snippet :-)
Guillaume
On 27/11/2007, Yin Kee Yee <yinkee_yee(a)yahoo.com > wrote:
Hi,
I'm new xwiki user and recently just setup xwiki running on a Window
server by downloaded the latest xwiki enterprise window installer.
The problem I having here is getting the Backlinks Snippet working.
I follow the instruction using BacklinksSnippet feature link below.
http://www.xwiki.org/xwiki/bin/view/Code/BacklinksSnippet
Basically, I have a wiki page with three sections. The first two
sections have the links and I created the third section "What Links
Here" and insert the code provided above. However, it doesn't shows
any wiki links leading to this page but message "No back links for
this page!"
I checked the default installation directory and verified that the
xwiki.cfg under C:\Program Files\XWiki Enterprise\webapps\xwiki\WEB-
INF already have the following line below enabled by default.
xwiki.backlinks=1
Did I miss something here? Any advise to resolve this newbie problem
is greatly appreciated.
Regards,
Yinkee