From:
pinkshoes
Date:
2007 Aug 10 06:23 UTC
Short link
Hello,
I just installed my first people aggregator instance and
when I go to edit my profile, it does not display properly.
All the formatting is gone.
I have found a fix but I do not think this is the right solution.
Could someone please tell me if I have installed it incorrectly or
did not setup something properly or some environmental variable?
I make the following changes to the file pa2hcard.xsl:
(However only #2 affects the formatting)
1. Change paURL to the correct URL. By default is says
http://www.peopleaggregator.org
2. The paUid is set to 0 in the beginning of the file <xsl:param
name="paUid">0</xsl:param>.
In the file, it later refers to the paUid as follows
<a class="url" rel="me" href="{$paUrl}/user.php?uid={$paUid}">
and when I remove {$paUid} and change it to 0, the edit_profile page looks fine
EXAMPLE
<a class="url" rel="me" href="{$paUrl}/user.php?uid={$paUid}">
<a class="url" rel="me" href="{$paUrl}/user.php?uid=0">
Any help would be greatly appreciated.