Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 7:26:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 7, 2015 14:58:07 GMT -8
Sorry you are right user.avatar Now make sure there is a classname in there. Then your forum css, you just have to add in a new definition Div.myclassname {border: 3px solid #FF0000;} like this ? $[user.name] <br> <br> <div class="">$[user.avatar] </div> <center> $[user.status] Div.myclassname {border: 3px solid #FF0000;} <br> $[user.online] </center>
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 7, 2015 20:06:28 GMT -8
The CSS stuff will go into your style sheet you have for the forum. You can access the direct CSS for your site through the admin panel. The "myclassname" part is what you are putting into the Div class="" part of it
Div class="avatarFrame"
Div.avatarFrame {border: 3px solid #FF0000;}
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 7:26:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 8, 2015 2:45:05 GMT -8
Put HTML <div class="avbox"></div> around the variable for the avatar. Then in your style sheet you can style it with whatever border you want im newto this buddy, i dont know what 'varible' means .... do you mean put it in the plugin panel ? lets start again buddy ..... youve lost me again sorry. your talking too much things i dont know ... im new
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 8, 2015 10:58:25 GMT -8
Ok.
Do you know how to get to the CSS sheet of your forum?
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 7:26:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 8, 2015 11:05:54 GMT -8
Ok. Do you know how to get to the CSS sheet of your forum? yes sir or madam
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 8, 2015 12:28:32 GMT -8
I don't think anyone has ever questioned my gender before. I always thought I typed masculine.
In the plugin settings, where the avatar is to appear in the mmp template, surround the user.avatar part with a div
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Aug 8, 2015 12:39:21 GMT -8
I don't think anyone has ever questioned my gender before. I always thought I typed masculine. In the plugin settings, where the avatar is to appear in the mmp template, surround the user.avatar part with a div apparently you have to edit your profile and add male, madaam Wormopolis
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 7:26:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 8, 2015 12:51:25 GMT -8
lol
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 7:26:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 8, 2015 12:53:26 GMT -8
I don't think anyone has ever questioned my gender before. I always thought I typed masculine. In the plugin settings, where the avatar is to appear in the mmp template, surround the user.avatar part with a div like this? $[user.name] <br> <br> <div>$[user.avatar]</div> <center> $[user.status] <br> $[user.online] </center> is the closed div correct ?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 8, 2015 13:03:14 GMT -8
Perfect
Now in the opening tag of that div, give it a class attribute. You can pick whatever classname you want if you don't like the ones I'm suggesting
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 8, 2015 13:03:22 GMT -8
Perfect
Now in the opening tag of that div, give it a class attribute. You can pick whatever classname you want if you don't like the ones I'm suggesting
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 7:26:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 8, 2015 13:20:02 GMT -8
Perfect Now in the opening tag of that div, give it a class attribute. You can pick whatever classname you want if you don't like the ones I'm suggesting youve lost me again sorry.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 8, 2015 13:48:20 GMT -8
Look back above to see what a class attribute looks like
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 7:26:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 8, 2015 15:11:54 GMT -8
Sorry you are right user.avatar Now make sure there is a classname in there. Then your forum css, you just have to add in a new definition Div.myclassname {border: 3px solid #FF0000;} i dont see where you you say 'class attribute' just 'classname', you're losing me again buddy.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 7:26:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 8, 2015 15:19:57 GMT -8
So in that image you posted, that was the custom template editor for the mmp. You can see something referring to the alter.avatar right? Wrap that part in the stuff I put above. I'm wanting you to grasp these concepts because the more you know about how the forum and plugins work, the more they will be able to do for you. theres no alter.avartar $[user.name] <br> <br> $[user.avatar] <<<<<<< is that it? <center> $[user.status] <br> $[user.online] </center> $[user.name] <br> <br> <div class="">$[user.avatar] </div> <<<<< right or wrong ? <center> $[user.status] <br> $[user.online] </center> someone edited my post look ^^ this is what 'I' posted ... $[user.name] <br> <br> <div>$[user.avatar]</div> <center> $[user.status] <br> $[user.online] </center> the div class thing is different, now im totally lost lol
|
|