| Author |
Message |
nando
Joined: Jan 23, 2004
Posts: 10
Location: 2
Status: Offline
|
Posted:
Jan 29, 2004 - 07:42 PM |
|
are u planning to make a UP block like in the old version??
there's no hurry, im just curious.
_
Nando! |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jan 29, 2004 - 10:40 PM |
|
Version 1.0 only !  |
|
|
 |
 |
thoemme
Joined: Dec 08, 2003
Posts: 21
Location: Bāle, Suisse
Status: Offline
|
  Posted:
Feb 17, 2004 - 08:40 AM |
|
nope, version 0.13, actually  |
|
|
|
 |
undercover
Joined: Feb 21, 2004
Posts: 9
Status: Offline
|
  Posted:
Feb 21, 2004 - 10:01 AM |
|
when than with link to userprofil over name from block
thanks |
|
|
|
 |
nando
Joined: Jan 23, 2004
Posts: 10
Location: 2
Status: Offline
|
  Posted:
Feb 21, 2004 - 11:45 AM |
|
Black_Skorpio wrote:
| Quote: |
Something that has been bothering me since day one....
Why is not the username's linked to the userinfo?
Would make the whole thing more accesible...
Not?
|
And Chestnut replied:
| Quote: |
Because we are only at 0.13 ! And the username won't be linked to the userinfo but to the user's userpoints detail...(not written yet)
Booga !
|
|
|
|
|
 |
undercover
Joined: Feb 21, 2004
Posts: 9
Status: Offline
|
  Posted:
Feb 21, 2004 - 04:05 PM |
|
thank nando for Quote...
U now how can i go direcly from Details[block] to main page with >> Show graphic bars site .... I can not find the link in pncupblock.php
i would like changed link >>
index.php?module=pncUserPoints&detail=1 >> to
index.php?module=pncUserPoints&detail=0&graphon=1 |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Feb 21, 2004 - 05:12 PM |
|
Find this part in the block code :
| Code: |
$output->Url(pnModUrl('pncUserPoints',
'user',
'main',
array('detail' => 1)),
_PNCUPDETAILLINK);
|
Change it to :
| Code: |
$output->Url(pnModUrl('pncUserPoints',
'user',
'main',
array('graphon' => 1)),
_PNCUPDETAILLINK);
|
|
|
|
 |
 |
undercover
Joined: Feb 21, 2004
Posts: 9
Status: Offline
|
  Posted:
Feb 22, 2004 - 01:20 PM |
|
thanky you very much chestnut now is okey ..i can go directy from block. |
|
|
|
 |
|
|