|
uCoz Community Archives Locked How to change Reputation into Points |
How to change Reputation into Points |
Hey, in my forum, im wanting "Points" for each member, so ive noticed when mixing different codes together you can have Points, For Example
Code Points: $REP_RATING$$USER_REG_DAYS$$POSTS$$_COM_ENTRIES$$USER_ID$$AWARDS$ Anyway, this would create a good number for example, 346756435 or something simular. But in "Forum - Appearance of Entries" some of the codes don't work. And only things like, $POSTS$ and $AWARDS" and things like that. So how do I activate a code in this design section? Please hurry, because I need to know pretty quick. Thankyou Kind regards,
Elliott. "The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer. I'm on Behance and Twitter. Post edited by Mistory - Monday, 2009-10-12, 7:14 AM
|
Quote (animeandstuff) did you try doing it in visual editor? Yes ive tried this.
Quote (animeandstuff) pda template I don't now what PDA Template's are or how to use them... |
You could do a mass-if/else statement for an easier, more sensible point-system.
Points: <?if($REP_RATING$='1')?>10<?endif?> <?if($REP_RATING$>='5')?>15<?else?><?if($REP_RATING$='10')?>20<?endif?><?endif?> Points Something like that. There's also || and &&'s to add a little better outcome. Just my input. Post edited by kostova - Monday, 2009-10-12, 1:23 AM
|
kostova, your code works, but how does it add up?
And animeandstuff, I activated PDA template and hasn't done much differance though.
And I used my own code: Code $REP_RATING$$USER_REG_DAYS$$POSTS$$_COM_ENTRIES$$USER_ID$$AWARDS$ But only "$REP_RATING$" and "$POSTS$" show, how do you get the others to work? Kind regards,
Elliott. "The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer. I'm on Behance and Twitter. Post edited by Mistory - Monday, 2009-10-12, 7:14 AM
|
Ok, Thanks.
I updated my code, and now it shows: "Forum Posts"-"Reputation"-"Awards" which is pretty good. Kind regards,
Elliott. "The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer. I'm on Behance and Twitter. Post edited by Mistory - Monday, 2009-10-12, 4:14 PM
|
| |||
| |||