Topic: UserPoints block ??
nando
avatar
Noob
Noob
Posts: 10

Posted:
Jan 29, 2004

are u planning to make a UP block like in the old version??

there's no hurry, im just curious.


_
Nando!
Chestnut
avatar
Site Admin
Posts: 1320

Posted:
Jan 29, 2004

Version 1.0 only ! ;)
thoemme
avatar
Pizzaman
Pizzaman
Posts: 21

Posted:
Feb 17, 2004

nope, version 0.13, actually :mrgreen:

PageBreak, Bachmann Web Solutions
undercover
avatar
Noob
Noob
Posts: 9

Posted:
Feb 21, 2004

when than with link to userprofil over name from block

thanks
nando
avatar
Noob
Noob
Posts: 10

Posted:
Feb 21, 2004

Black_Skorpio wrote:
[quote:5be623e004]

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?
[/quote]

And Chestnut replied:
[quote:5be623e004]
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 !

[/quote]
undercover
avatar
Noob
Noob
Posts: 9

Posted:
Feb 21, 2004

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
avatar
Site Admin
Posts: 1320

Posted:
Feb 21, 2004

Find this part in the block code :

Code
  1. $output->Url(pnModUrl('pncUserPoints',
  2.                           'user',
  3.                           'main',
  4.                           array('detail' => 1)),
  5.                  _PNCUPDETAILLINK);
  6.  


Change it to :
Code
  1. $output->Url(pnModUrl('pncUserPoints',
  2.                           'user',
  3.                           'main',
  4.                           array('graphon' => 1)),
  5.                  _PNCUPDETAILLINK);
  6.  
undercover
avatar
Noob
Noob
Posts: 9

Posted:
Feb 22, 2004

thanky you very much chestnut now is okey ..i can go directy from block.