Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 15:10:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 11, 2013 19:45:01 GMT -8
I'm so sorry, I don't think that quite answers what I'm asking. =/ I don't want to be difficult but that didn't clarify anything for me and I'm not sure how to proceed... I was hoping you could be a little more clear about how exactly that coding would look to complete the three color changes I outlined?
Would I put div.mini-profile div.post-activity font {<font color="2d2821"><background-color:"75664e"><border-color:"534430">} ? And, likewise, would it be located as such:
{if $[user.is_member]} <div class="info"> Posts: $[user.posts]<br> {foreach $[user.mini_custom_field]} <br /><span class="$[user.mini_custom_field.content_class]">- <b>$[user.mini_custom_field.name]</b>: $[user.mini_custom_field.value]</span> {/foreach} <br /><br /><span class="post_act" style="display:none"><center>Registered: <font color="2d2821">$[user.registered_on]</font></center></span> {if $[user.is_online]}<font color="3f311e"><center>Member is Online</center></font>{/if} <center><div class="awards"></div></center> div.mini-profile div.post-activity font {<font color="2d2821"><background-color:"75664e"><border-color:"534430">} </div><br /> {/if} ? I know this has got to be aggravating when I obviously don't know what I'm doing or what you're saying but please bear with me, I assure you this is all I'll need for the activity bar. =)
|
|
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 Sept 11, 2013 19:53:07 GMT -8
that is the template you are editing. go to the forum CSS area. it lists the CSS for the entire forum.. one long page of stuff. scroll to the bottom of it and add the CSS
div.mini-profile div.post-activity font {color:#2d2821; background-color:#75664e; border-color:#534430;}
you might want to checkout a site like w3schools.com for how to edit CSS on a site. that way you can make all sorts of changes to things.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 15:10:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 11, 2013 20:01:20 GMT -8
Oh ohkay, thank you very much! That makes much more sense to me. I really appreciate the help, Wormopolis!
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 15:10:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 11, 2013 20:28:40 GMT -8
Alright, I feel like the biggest nuisance in the world. I truly apologize for bugging you again x.x' I put it here: IMAGE LINKand it didn't alter anything. Can you tell if I did anything wrong? Worst case, I can revert back to the normal Activity Bar rather than this version but I'd love to get this to work if possible. =)
|
|
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 Sept 11, 2013 20:32:38 GMT -8
if you want to affect the text alone change it from font to font[font size="1"]
if you are trying to affect the whole box, remove the font
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 15:10:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 11, 2013 21:10:38 GMT -8
It's still not working, I'm most likely doing something wrong. I put an example of what I'm trying to achieve at the bottom of the image but it is extremely poorly done, hopefully it's still at least a little clear xD IMAGE
|
|
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 Sept 11, 2013 22:09:15 GMT -8
Im checking. I swear I did this before though, so hold on...
|
|
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 Sept 11, 2013 22:11:48 GMT -8
sorry it should be post_activity not post-activity
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 15:10:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 11, 2013 23:00:24 GMT -8
That did it! It works now. It looks awesome, such a fantastic plugin. =) Thank you so much for your patience and helpfulness!
|
|
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 Sept 22, 2013 23:59:45 GMT -8
v1.1.5 submitted to library option to display all stored bars on Profile View
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 15:10:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 29, 2013 16:23:47 GMT -8
Hey, Wormopolis, I have <span class="post_act" style="display:none">$[user.registered_on]</span> in my mini-profile template, the plugin is set to show the general activity bar, and it was working before. I've been tampering/modifying my mini-profile and now it is no longer showing. I still have the required <span class="post_act" style="display:none">$[user.registered_on]</span> though so I'm not sure why it vanished. Do you have any idea? You can see an example of my mini-profiles here.
|
|
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 Sept 29, 2013 17:25:30 GMT -8
it cant find posts anymore because you changed the default way it shows. you will need to put in another hidden span with the old way of displaying posts so it can see what the post counts are again.
there isnt a way to write a code to predict the millions of ways you guys make changes to your templates, so codes are written to work off the default display. you have to give it back so the code gets what it needs, but set it to display:none so it doesnt actually show.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 15:10:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 29, 2013 18:03:15 GMT -8
Easy enough. So I just need to put in
<div style="display:none;">Posts: $[user.posts]</div>
EDIT: Yep, that worked like a charm. Thank you, Wormo! As helpful as ever =)
|
|
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 Sept 29, 2013 18:41:41 GMT -8
Exactly right! plus now I think you get how the process works with codes.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 15:10:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 29, 2013 19:01:56 GMT -8
I've been coding almost nonstop for a week or two now to get the hang of it so I'm definitely catching on. =) Thank you very much for prompting me to start learning, I've been able to do so much more with my forum--and from scratch, not just implementing others' codes. I love it =D -salutes- Owe it to you, man
|
|