News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Activitybar

Started by Suki, June 30, 2009, 11:40:36 AM

Previous topic - Next topic

Marcus Forsberg

Quote from: cσσкιє мσηѕтєя on April 24, 2010, 01:33:09 PM
Since I no longer have the time or interest to keep updating my mods regularly, this and my other creations will have to wait for 2.0 Final before I update them or add any new features. Sorry.

This statement still stands.

JeneeB53

That's really great to hear cookie monster, as this is a fabulous mod!

zebono2

#282
To change the color of the activity bar

find /Themes/Your theme/css/index.css
.activity_percentage
{
height: 15px;
color: #333333;
text-align: center;


edit color: #333333; with you choice of hex color

Biology Forums

Would anyone know how to convert the karma numbers into a bar like this?

Suki

Activitybar_1.0.1.3  Has been released, it has support for SMF 2.0.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Sci-Fi_Fan

Great mod! I just have one question.

The bar is working fine in principle (showing the user's activity percentage), but I'm having trouble getting the actual bar to show up no matter what color I change it to. Also, it doesn't show at all in the user profile view. Do you know what could cause this? Is it just an issue with my theme?
ShadowFleet.org - more than just a Star Trek RPG!

Suki

Let me check, what SMF version are you using?
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Sci-Fi_Fan

Quote from: Miss All Sunday on June 28, 2011, 04:23:49 PM
Let me check, what SMF version are you using?

I'm using 2.0.

And thanks in advance for the help :)
ShadowFleet.org - more than just a Star Trek RPG!

Suki

Ok, it was a typo in the package, my bad,   I have updated the mod on the mod site, uninstall it and install the new one


on install don't foget to click the option to install in other themes.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Sci-Fi_Fan

Quote from: Miss All Sunday on June 28, 2011, 04:33:06 PM
Ok, it was a typo in the package, my bad,   I have updated the mod on the mod site, uninstall it and install the new one


on install don't foget to click the option to install in other themes.

Ah, brilliant, thanks! And yeah, I make myself remember that everytime I install a mod. lol

Thanks for your help
ShadowFleet.org - more than just a Star Trek RPG!

Zuća

My theme is black and not see a good activity bar, how can I change the color to be green instead of gray within activity bar?

Suki

look in your Themes's  /css/index.css  for 2.0    or   your theme's/styly.css


for:


.activity_percentage
{
   height: 15px;
   color: #333333;
   text-align: center;
}



change the  color: #333333;  with a brighter color, perhaps  #fff;
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Richardgm

Thanks for updating! Works well for me.

Zuća

Quote from: Miss All Sunday on June 28, 2011, 04:56:52 PM
look in your Themes's  /css/index.css  for 2.0    or   your theme's/styly.css


for:


.activity_percentage
{
   height: 15px;
   color: #333333;
   text-align: center;
}



change the  color: #333333;  with a brighter color, perhaps  #fff;

thank you, and you can change the gray bar within activity?

Suki

Present.  its all on your  css  file  from there you can change the style for your bar


the bar's border is controlled with this:

.activity_holder
{
   height: 15px;
   border: 1px solid #9BAEBF;
}


What's your SMF version?
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Zuća


Suki

for 2.0  look in your  theme's  css/index.css  file:

Code (css) Select

.activity_holder
{
height: 15px;
border: 1px solid #9BAEBF;
}

.activity_bar
{
height: 15px;
background: url(../images/theme/main_block.png) 90% -200px;
}

.activity_percentage
{
height: 15px;
color: #333333;
text-align: center;
}



this css controls everything about the look for your bar.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

TheListener

MAS

The mod installed perfect.

Which piece of code would I need to use so the mod shows on a persons ultimate profile?


Suki

It depends on where exactly do you want to show the bar.

do you want to show it on its own block?
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

TheListener

I was thinking where the username, postcount and position are located.

( I intend to have Topics there also)

Advertisement: