Jump to content
WebFlake
  • 0

Questions for my forum game


TheChaoz

Question

Hi, well I have some questions I would like to know and tell me how to do them to learn more so.
_____________________________________________________________________________________________________________________________________________________________________
 
1: How I can add a mini image as have it in this forum? Here pictures:
 

2lm2ul1.jpg

 

1zzszmo.jpg

 

2w55d1c.jpg

 

2079qnb.jpg

 

j0k3a0.jpg Etc..

____________________________________________________________________________________________________________________________________________________________________

 

2: How do I can put two colors to a group? Because only a color i can put to each group. For example:

 

Administrators. | Moderators.

 

But something not I know how to do is how you can put two colors at once, such as in this photo:
 
w0hx7k.jpg
 
As you can see has two colors, a clear purple and the other darker purple. ''+'' ''Donators''.
_____________________________________________________________________________________________________________________________________________________________________
 
3: How do I can do to make the color of rank of a user display that color in your profile? For Example:
 
aub1io.jpg
 
wwlswl.jpg
_____________________________________________________________________________________________________________________________________________________________________
 
4: Last questions. How do I can put the title of the member up instead of down? and How do I can sort the statistics on user info in form square? For example:
 
Posts: 15
Reputation: 10
Joined: 15 january 2015
 
My forum userinfo: e9dvsx.jpg      as I want it.    21353sx.jpg
_____________________________________________________________________________________________________________________________________________________________________
 
I hope someone oneself Take the hassle to help me with all this, I really appreciate it for everything to help me =)
 
 
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Hello and thank you for answering me and I'll give you +1 by the links.

 

But there are certain things I did not understand

 

1: For what or how I can install or use that?

 

2: The group name indicator, I already have and I know how to add color to the groups, but I told you not like putting double color. example: Administrator. and I only put it of a color. example: Administrator.

 

3: Group color on user link. also I have it But in version 1.40, But the thing is I do not see an option in it to tell me something as: '' Want to show color group in your profile? '' :/

 

4: I did not understand well, only I understood that I have to go to the css of my skin, but exactly where in I have that to add that code?


Please help me :(

Link to comment
Share on other sites

  • 0

Hello and thank you for answering me and I'll give you +1 by the links.

 

But there are certain things I did not understand

 

1: For what or how I can install or use that?

 

2: The group name indicator, I already have and I know how to add color to the groups, but I told you not like putting double color. example: Administrator. and I only put it of a color. example: Administrator.

 

3: Group color on user link. also I have it But in version 1.40, But the thing is I do not see an option in it to tell me something as: '' Want to show color group in your profile? '' :/

 

4: I did not understand well, only I understood that I have to go to the css of my skin, but exactly where in I have that to add that code?

Please help me :(

Group name indicator and Colored group links re to "Show the member groups on bottom and to format the color names (links) on your forum. 

The double color can change by editing the membergroup to any color, 2 and more for sure, but it looks bad.

  • Upvote 2
Link to comment
Share on other sites

  • 0

- We need to load fontaweomse by doing this:

  • Open globalTemplate and add this:
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
  • Save

2- Open ipb_styles.css and add this:


/* Navigation Icons */
#primary_nav a:before{
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    top: 1px;
}
#nav_app_forums a:before{ content: "f0e6"; }
#nav_app_members a:before{ content: "f0c0"; }
#nav_app_downloads a:before{ content: "f019"; }
#nav_app_shoutbox a:before{ content: "f1d7"; }
#nav_app_jawards a:before{ content: "f091"; }
#nav_app_reputationpoints a:before{ content: "f164"; }
#nav_app_feedback a:before{ content: "f06d"; }

Before:

 

image.png

 

After:

 

image.png

 

 

Good Luck ;)

Edited by snoopi
  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...