inherit
nicholaschong_95@hotmail.com
200226
0
Oct 1, 2013 3:10:44 GMT -8
narutodude
6
September 2013
narutodude
|
Post by narutodude on Sept 24, 2013 4:16:30 GMT -8
can i request a plugin where i can put some image above a display name that can be view in mini profile? thank you
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 29, 2024 7:29:49 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 24, 2013 7:16:38 GMT -8
narutodude, this would just be a simple template change, not a plugin. First, upload the image you want (it'll need to be small or it'll disfigure your mini-profile). Then, go into Admin > Themes > Template Layouts > Mini-Profile. At the very top of the coding, you should find $[user]. This is their display name. So just put the image above it like <img src="IMAGE URL HERE"><br>$[user]. I suggest centering it as well, which would be <center><img src="IMAGE URL HERE"><br>$[user]</center>.
|
|
inherit
nicholaschong_95@hotmail.com
200226
0
Oct 1, 2013 3:10:44 GMT -8
narutodude
6
September 2013
narutodude
|
Post by narutodude on Sept 24, 2013 23:49:23 GMT -8
narutodude, this would just be a simple template change, not a plugin. First, upload the image you want (it'll need to be small or it'll disfigure your mini-profile). Then, go into Admin > Themes > Template Layouts > Mini-Profile. At the very top of the coding, you should find $[user]. This is their display name. So just put the image above it like <img src="IMAGE URL HERE"><br>$[user]. I suggest centering it as well, which would be <center><img src="IMAGE URL HERE"><br>$[user]</center>. hi, thanks but if only selected person can have the picture how to made it?
|
|
inherit
nicholaschong_95@hotmail.com
200226
0
Oct 1, 2013 3:10:44 GMT -8
narutodude
6
September 2013
narutodude
|
Post by narutodude on Sept 25, 2013 1:20:14 GMT -8
and can it be possible like setting a rank using this picture setting another rank using this picture? if yes, how ? =(
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 29, 2024 7:29:49 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 25, 2013 6:22:39 GMT -8
and can it be possible like setting a rank using this picture setting another rank using this picture? if yes, how ? =(
Uhmmm... yes, actually, it should be possible.
1. First, make the image and upload it. Remember, it needs to be small enough to fit nicely. 4. Go to Admin > Themes > Theme Manager and click on Images for the theme. 5. Scroll down to Group & Rank Stars. 6. Put your link in the empty field where it says Add New Image. 7. Then, make the Membergroup (which are the Ranks) in Admin > Members > Member Groups. 8. Once in there, assign its "star" to be the image you just made. 9. Next, go to Admin > Themes > Layout Templates > Mini-Profiles. 10. Look for $[user.group.stars]. It should be very close to the top of all the coding. This is the image you just made. So delete that (I always recommend saving your full template code BEFORE tampering with it so that reverting is as easy as copy/pasting back what you had before). 11. Then, go up in the template near the very very top and look for $[user]. There, you want to change it to $[user.group.stars] <br> $[user]. 12. Just to make it look nice visually, I suggest centering it, but it's not mandatory: if you want to center it, put <center>$[user.group.stars] <br> $[user]</center>.
Now all you have to do is make an image for each Rank, put it in the Theme Images like I just showed you above and assign it to its member group, and it will be displayed per rank above the display name.
|
|
inherit
nicholaschong_95@hotmail.com
200226
0
Oct 1, 2013 3:10:44 GMT -8
narutodude
6
September 2013
narutodude
|
Post by narutodude on Sept 25, 2013 6:56:45 GMT -8
and can it be possible like setting a rank using this picture setting another rank using this picture? if yes, how ? =(
Uhmmm... yes, actually, it should be possible.
1. First, make the image and upload it. Remember, it needs to be small enough to fit nicely. 4. Go to Admin > Themes > Theme Manager and click on Images for the theme. 5. Scroll down to Group & Rank Stars. 6. Put your link in the empty field where it says Add New Image. 7. Then, make the Membergroup (which are the Ranks) in Admin > Members > Member Groups. 8. Once in there, assign its "star" to be the image you just made. 9. Next, go to Admin > Themes > Layout Templates > Mini-Profiles. 10. Look for $[user.group.stars]. It should be very close to the top of all the coding. This is the image you just made. So delete that (I always recommend saving your full template code BEFORE tampering with it so that reverting is as easy as copy/pasting back what you had before). 11. Then, go up in the template near the very very top and look for $[user]. There, you want to change it to $[user.group.stars] <br> $[user]. 12. Just to make it look nice visually, I suggest centering it, but it's not mandatory: if you want to center it, put <center>$[user.group.stars] <br> $[user]</center>.
Now all you have to do is make an image for each Rank, put it in the Theme Images like I just showed you above and assign it to its member group, and it will be displayed per rank above the display name.
oh, thank you very much =)
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 29, 2024 7:29:49 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 25, 2013 6:57:17 GMT -8
|
|