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.

Forum Rep Box.

3 posters

Go down

In progress Forum Rep Box.

Post by Guest October 22nd 2014, 7:32 pm

Hey guys, is there a way to get a forum reputation box like some forums have, if so how?

Also make sure that it can update when you get a like and when you get a thanks.

Can it be something looking on the lines like this if you get me!   http://prntscr.com/4yo7k6


Also is there a way to change the Posts name, I know what your thinking, and I know how to but I mean say this.  http://prntscr.com/4yo9ds


Instead of saying Posts: Then the number, I would like it to say the number before the post, like 100 Posts


Can you help me out, if so thanks! Very Happy


-Luke 


bwi
avatar
Guest
Guest


Back to top Go down

In progress Re: Forum Rep Box.

Post by SLGray October 22nd 2014, 7:52 pm



Forum Rep Box. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Forum Rep Box.

Post by Guest October 22nd 2014, 7:57 pm

Thanks, that question is now answered, but how do I change the post settings.

I want to change this...

Posts: 100

To this

100 Posts




HOW?


Wink


-Luke
avatar
Guest
Guest


Back to top Go down

In progress Re: Forum Rep Box.

Post by SLGray October 22nd 2014, 7:58 pm

Where is that?


Forum Rep Box. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Forum Rep Box.

Post by Guest October 22nd 2014, 8:39 pm

For example, you know how when you have posts on your profile and messages and it says how many posts you have.

It says how many posts you have, for example 100 posts would say Posts: 100 on messages and profiles.

I would like it to say 100 Posts.     Instead of saying Posts: 100


Do you see what I mean, if so please help me to change it to

100 Posts

rather than

Posts: 100


(THE 100 POSTS IS JUST AN EXAMPLE IT WOULD BE THE AMOUNT OF POSTS YOU HAVE)
avatar
Guest
Guest


Back to top Go down

In progress Re: Forum Rep Box.

Post by SLGray October 22nd 2014, 8:42 pm

So you want to change the order of text in the profile fields?


Forum Rep Box. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Forum Rep Box.

Post by Guest October 22nd 2014, 8:44 pm

SLGray wrote:So you want to change the order of the profile fields?
Yes, but I would like it to say (The Amount) Posts

For example here is your posts.

http://prntscr.com/4yp4oi


It says Posts: Amount

But I would like the Amount of Posts first then it saying Posts.

Like 1000 Posts.

I hope you understand now. Smile

-Luke
avatar
Guest
Guest


Back to top Go down

In progress Re: Forum Rep Box.

Post by Mati October 23rd 2014, 5:39 pm

Is not possible to do that.
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

In progress Re: Forum Rep Box.

Post by Ange Tuteur October 23rd 2014, 6:23 pm

Hello Luke Spike,

For posts try this :
Administration Panel > Modules > JavaScript codes management > Create a new script

Title : Your choice
Placement : In the topics
Paste the code below and submit :
Code:
$(function() {
  var p = $('.post .user'), reg = /<span class="label"><span style="color:.*?;">Posts<\/span>: <\/span>(\d+)/i;
  for (i=0; i<p.length; i++) if (reg.test(p[i].innerHTML)) p[i].innerHTML = p[i].innerHTML.replace(reg,'$1 Posts');
});

It should change the way the field is displayed.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top


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