Activitybar

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

Previous topic - Next topic

plusev

Quote from: Nas on July 30, 2009, 04:45:45 PM
Hmm. seems I removed that when I updated the readme :o
Anyway, you have to do the edits to style.css (find the same way as the edits to display.php) on your custom theme.

Sadly I have no clue how to accomplish that. ???

Marcus Forsberg

What is the name of the theme you are using at your site?


Marcus Forsberg

1. Go to this mod at the mod site, choose your version and hit "Parse".
2. Find the edit to style.css
3. Make that edit in ./Themes/playground/style.css

plusev

#184
Is the the way it is supposed to look? Thx

Also, the bar seems very large and long - on certain screen res it even overlaps into the post area.

Also this error in log


File: /web/Themes/default/Display.template.php
Line: 310 

==>310:<div class="activity_holder" style="width: ', !empty($modSettings['activitybar_max_width']) ? $modSettings['activitybar_max_width'] : 139, 'px;"><div class="activity_bar" style="width: ', $message['activitybar']['width'], 'px;"><div class="activity_percentage smalltext">', $message['activitybar']['percentage'], '%</div></div></div></li>';

and

8: Undefined offset: 26
File: /web/Themes/default/Display.template.php
Line: 322 



==>322:    <li class="margintop" style="overflow: auto;">', $message['member']['avatar']['image'], '</li>';

Marcus Forsberg

The bug in the bar display is due to your theme centering the posts.

sHaXFu

Installed all fine, but when I goto modifications it says:

There are no modifications installed that have added any settings to this area yet.

Any ideas please?

ArkServer

Hi i installed the awesome mod but i can only see the activity % and not the bar itself as demonstrated here: http://www.engineeringserver.com/forum/java_development/reg_jsp_precompilation-t5746.0.html

does anyone know how to add it? thanks!

paster_cobra

ok i have gone through each file to make sure that the code is there. the theme im using is fade2black-2.0 RC1.2. the attached image is how my bar looks, what am i doing wrong or didn't do?

Marcus Forsberg

You will need to post more, and the bar will get bigger. :)

jdvarner

Nas, i got the latest version loaded. How do i change the color of the bar so it appers on my theme? Im using the mystic theme.

Marcus Forsberg

./Themes/{your_theme}/style.css :)

plusev

Quote from: Nas on July 31, 2009, 04:14:44 PM
The bug in the bar display is due to your theme centering the posts.

By the theme centering the posts do you mean the actual posts or the post count above the activity bar?

Thx

Marcus Forsberg

All poster info is centered in your theme.

Skargon

Excellent Mod.   Installed with no problems.

I'm using a custom theme, so I couldn't see the "Bar", but I edited the style.css file in my themes with the following, and it worked without issue:

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

.activity_bar
{
   height: 15px;
   background: #E9F0F6 url(images/titlebg.jpg) repeat-x;
}

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

jdvarner

something is odd. im in the themes folder/theme im running/style.css and none of that code is there. however if i go to the default theme all works fine.

jdvarner

Quote from: Skargon on August 10, 2009, 06:11:53 PM
Excellent Mod.   Installed with no problems.

I'm using a custom theme, so I couldn't see the "Bar", but I edited the style.css file in my themes with the following, and it worked without issue:

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

.activity_bar
{
   height: 15px;
   background: #E9F0F6 url(images/titlebg.jpg) repeat-x;
}

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

what did you actually change? that looks like the default code.

TheListener

When upgrading the mod is the previous version ok to delete?

It just says list files and delete in the packages folder.

Skargon

Quote from: jdvarner on August 10, 2009, 08:36:46 PM

what did you actually change? that looks like the default code.

I didn't change anything.  I added that to my style.css in the custom theme, since it wasn't there, and *Poof*, my bar appeared.

I have about four custom themes, and I had to manually add that code to the style.css on all of them to have the status bar appear.

Until I added that code, all I had was a percent number, no bar.

jdvarner

ah, thanks Skargon. Appreciate it.

Advertisement: