The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Points System Widget?

4 posters

Go down

Points System Widget? Empty Points System Widget?

Post by CheesePwnsMe May 30th 2009, 10:08 am

is there a widget HTML code anywhere for a widget that shows the members on your site with the most points, similar to the top posts.

anyway I am able to do this ?

Thanks, CheesePwnsMe
avatar
CheesePwnsMe
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by Sanket May 30th 2009, 10:27 am

It has to be manually done, can't be done automatically in my opinion.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by CheesePwnsMe May 30th 2009, 10:28 am

Sanket wrote:It has to be manually done, can't be done automatically in my opinion.

would that be difficult ?
im not too good with HTML
avatar
CheesePwnsMe
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by Sanket May 30th 2009, 10:38 am

Automatically, nothing that i know of.
With html, manually is not that difficult.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by CheesePwnsMe May 30th 2009, 2:42 pm

Sanket wrote:Automatically, nothing that i know of.
With html, manually is not that difficult.

any help you could provide ? =/
avatar
CheesePwnsMe
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by Sanket May 30th 2009, 3:00 pm

Manually ?

Automatically, i don't really know.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by CheesePwnsMe May 30th 2009, 6:26 pm

Sanket wrote:Manually ?

Automatically, i don't really know.

Uh yeah manually, is there anywhere you could guide me ? Shocked
avatar
CheesePwnsMe
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by Dark Takua May 30th 2009, 6:35 pm

Please give me details, and I might be able to.
Dark Takua
Dark Takua
Active Poster

Male Posts : 1012
Reputation : 23
Language : English

http://gzpower.forumotions.net

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by CheesePwnsMe May 30th 2009, 7:23 pm

Dark Takua wrote:Please give me details, and I might be able to.

Well as you know one of the features for your forums is to have a points system (cash mod) for posting, making friends, e.t.c, i'd like a widget with the top 10 ten highest scoring members and have how many points they have attained next to it, much like the top posters widget.

Thanks. CheesePwnsMe
avatar
CheesePwnsMe
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by Dark Takua May 30th 2009, 8:00 pm

Hmm, that's an RSS feed(I think), but idk how to do that, sorry.
Dark Takua
Dark Takua
Active Poster

Male Posts : 1012
Reputation : 23
Language : English

http://gzpower.forumotions.net

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by Sanket May 30th 2009, 9:28 pm

Username Points
A 1
B 2
C 3
D 4
E 5
F 6
G 7
H 8
I 9
J 10

Code:
[table border="1"]
[tr]
[td] [b]Username[/b] [/td][td] [b]Points[/b] [/td]
[/tr][tr]
[td] A[/td][td] 1 [/td]
[/tr][tr]
[td] B [/td][td] 2 [/td]
[/tr][tr]
[td] C [/td][td] 3 [/td]
[/tr][tr]
[td] D [/td][td] 4 [/td]
[/tr][tr]
[td] E [/td][td] 5 [/td]
[/tr][tr]
[td] F [/td][td] 6 [/td]
[/tr][tr]
[td] G [/td][td] 7 [/td]
[/tr][tr]
[td] H [/td][td] 8 [/td]
[/tr][tr]
[td] I [/td][td] 9 [/td]
[/tr][tr]
[td] J [/td][td] 10 [/td]
[/tr]
[/table]

Just use such a code, edit it according to your choice.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by Dark Takua May 30th 2009, 9:30 pm

Well yeah that too.
Dark Takua
Dark Takua
Active Poster

Male Posts : 1012
Reputation : 23
Language : English

http://gzpower.forumotions.net

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by CheesePwnsMe May 30th 2009, 11:15 pm

Sanket wrote:
Username Points
A 1
B 2
C 3
D 4
E 5
F 6
G 7
H 8
I 9
J 10

Code:
[table border="1"]
[tr]
[td] [b]Username[/b] [/td][td] [b]Points[/b] [/td]
[/tr][tr]
[td] A[/td][td] 1 [/td]
[/tr][tr]
[td] B [/td][td] 2 [/td]
[/tr][tr]
[td] C [/td][td] 3 [/td]
[/tr][tr]
[td] D [/td][td] 4 [/td]
[/tr][tr]
[td] E [/td][td] 5 [/td]
[/tr][tr]
[td] F [/td][td] 6 [/td]
[/tr][tr]
[td] G [/td][td] 7 [/td]
[/tr][tr]
[td] H [/td][td] 8 [/td]
[/tr][tr]
[td] I [/td][td] 9 [/td]
[/tr][tr]
[td] J [/td][td] 10 [/td]
[/tr]
[/table]

Just use such a code, edit it according to your choice.


Thanks for your help Very Happy

I love that you guys do this out of your own accord, its great. Dawa


Last edited by CheesePwnsMe on May 30th 2009, 11:19 pm; edited 1 time in total
avatar
CheesePwnsMe
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by Master Marc May 30th 2009, 11:18 pm

Hi CheesePwnsMe,
Note:

You have to modify this code everytime to replace scores,ect.
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by CheesePwnsMe May 30th 2009, 11:20 pm

Master Marc wrote:Hi CheesePwnsMe,
Note:

You have to modify this code everytime to replace scores,ect.

oh is there not a way to link it to the points so that automatically updates ? Sad
avatar
CheesePwnsMe
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by Master Marc May 30th 2009, 11:22 pm

As Sanket said,you have to do it manually...

You have to change it everytime.There is no way you can do it automatically.
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by CheesePwnsMe May 30th 2009, 11:27 pm

Master Marc wrote:As Sanket said,you have to do it manually...

You have to change it everytime.There is no way you can do it automatically.

oh, ok.

I think this would be a cool idea for a new feature. Is there a way you can submit new ideas for widgets or anything ? Confused
avatar
CheesePwnsMe
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Points System Widget? Empty Re: Points System Widget?

Post by Master Marc May 30th 2009, 11:28 pm

Yes,you can suggest ideas in the suggestion section of forumotion.
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum