Problems in groups-module

Hello Boonex Team,

I just encountered problems in the groups-module, especially the function "manage-fans":

The box, that appears when clicking the button, does not scroll when there are many fans.
The list of fans just expands over the screen without limit and with no scroller.
I found a commented CSS style in "manage_items_form.html" that limits the box size, but it was already commented out in Dolphin 7.0.9, so I think this is only a simple workaround and does not fix the reason itself.

The other problem is, that the buttons to make a fan an admin of the group do nothing. When selecting a fan and clicking the button, only the cycling circle shows some activity, but nothing changes the fan's status. There are no javascript errors or other hints that help to find the reason for that.

At first I thought of having these problems because of upgrading an existing 7.0.9 installation, but it is the same in an absolute fresh and empty new installation of Dolphin 7.1 + 7.1.1

I hope you can reproduce the problems and can give us a fix.

Regards, Tom

Quote · 18 Mar 2013

Just found out, that first problem originates in a missing CSS style in group's base template main.css:

#sys_manage_items_manage_fans_content

It was missing and therefore the box was not fixed in vertical height and had no vertical scrollers.

 

The other problem of not making a fan an admin still exists and I have no idea why !!!

Quote · 18 Mar 2013

Thank you for the report:

http://www.boonex.com/trac/dolphin/ticket/3091

Regarding the spinning wheel problem, it is probably related to the following ticket:

http://www.boonex.com/trac/dolphin/ticket/3092

Rules → http://www.boonex.com/terms
Quote · 19 Mar 2013

Hello Alex,

thank you very much for the very quick response!

The fix for the second problem (spinning wheel) just did it, perfect !

Tom

Quote · 19 Mar 2013

i'm getting the same thing (the box won't scroll), but i don't understand from the description above on how to fix help, can't tell if the buttons work because they're at the bottom of the page and can't get down that far, 

please help me someone :)

Quote · 21 Aug 2013

 

i'm getting the same thing (the box won't scroll), but i don't understand from the description above on how to fix help, can't tell if the buttons work because they're at the bottom of the page and can't get down that far, 

please help me someone :)

In /modules/boonex/groups/templates/base/css/main.css

if this is missing then add it.  If it is not missing, then check the contents of that ID.


#sys_manage_items_manage_fans_content {
 max-height:280px;
 overflow-y:auto;

In that code, the max-height sets the maximum height of the box in pixels and the overflow then allows the vertical scroll bars.  If you want to increase the height of the box, then increase the number
 

 

Geeks, making the world a better place
Quote · 21 Aug 2013

hi gg thanks for answering so quickly, the problem is i can't find anything remotely like it to know where to add it, here is what is in my main.css file: 

 

.bx_groups_main_photo {

    margin-left:auto;

    margin-right:auto;

    text-align:center;

}

 

.bx_groups_main_photo img {

    background-color:#fff;

}

 

.bx_groups_main_info_text {

    width:70%;

    float:left;

    text-align:left;

}

.bx_groups_main_info_img {

    width:30%;

    float:left;

    text-align:right;

}

 

.bx_groups_main_info_img .votes_small {

    width:auto;

}

 

.blog_my_groups_pre{position:relative;float:left;margin-top:5px;margin-left:15px;text-align:center;font-weight:bold;font-size:9px;}

 

.add_location img{

 

float:center;

}

 

.blog_block{margin-top:5px;}

.blog_subject_n{margin-left:10px;margin-bottom:10px;}

.blogSnippet{font-size:11px;text-align:justify;margin-right:10px;margin-left:5px;}

.icon_block{border:1px solid #b7b7b7;background-position:center;background-repeat:no-repeat;overflow:hidden;position:relative;float:right;width:70px;height:70px;margin-left:5px;margin-right:10px;margin-bottom:5px;}

.icon_block img{width:70px;height:70px;border:0px solid white;}

.blog_participants{float:left;font-size:9px;height:8px;line-height:11px;padding:1px 0px 4px 0px;margin-right:10px;margin-left:5px;color:#333;overflow:visible;background-image:url(../images/icons/participant.png);background-position:0 2px;background-repeat:no-repeat;}

.blog_participants b{padding-left:13px;font-weight:normal;}

.blog_rate{float:left;}

.blog_more{float:left;margin-left:10px;margin-top:10px;}

.icon_block_part{margin-left:10px;margin-right:10px;float:left;}

.blog_views{float:left;font-size:9px;height:8px;line-height:11px;padding:1px 0px 4px 0px;margin-right:10px;color:#333;overflow:visible;background-image:url(../images/icons/eye_small.png);background-position:0 2px;background-repeat:no-repeat;}

.blog_views b{padding-left:16px;font-weight:normal;}

.blog_state_browse{position:relative;float:left;margin-top:5px;margin-left:10px;margin-bottom:5px;}

.blog_block_lv{margin-left:10px;margin-top:10px;margin-bottom:10px;}

.blog_subject_lv{margin-right:5px;}

.icon_block_lv{width: 64px;

height: 64px;

background-position: center;

background-repeat: no-repeat;

border: 1px solid #CCCCCC;

float:left;

margin-right:10px;

margin-bottom: 10px;

-moz-border-radius:6px;-webkit-border-radius:6px;}

.icon_block_lv img{width:64px;height:64px;}

Quote · 21 Aug 2013

First of all, you need to edit the css file, /modules/boonex/groups/templates/base/css/main.css

You can then do this, go to the very bottom of that file and add:

#sys_manage_items_manage_fans_content {
 max-height:280px;
 overflow-y:auto;

Save the file out and then clear your caches in admin, clear your browser cache, and force a reload of the page.

Geeks, making the world a better place
Quote · 21 Aug 2013

geek_girl you are a star xxxxxx

Quote · 21 Aug 2013

 

geek_girl you are a star xxxxxx

I help where I can; you are welcomed.

Geeks, making the world a better place
Quote · 21 Aug 2013

I tried to add this code 
#sys_manage_items_manage_fans_content { 
 max-height:280px; 
 overflow-y:auto;

but my problem still exist.  Any suggestions?? 

Quote · 26 Aug 2013

You may be looking at something a bit different.  I think that was for the block on the group home page.  If you can provide a bit more information about where you are having the problem then we might be able to offer a solution.

Geeks, making the world a better place
Quote · 26 Aug 2013

The following change works. I have logged in to your site and applied it :

In modules\boonex\groups\templates\base\css\view.css add the following,

#sys_manage_items_manage_fans_content {
 max-height:280px;
 overflow-y:auto;

}

Then login to your admin panel and clear cache.

I tried to add this code 
#sys_manage_items_manage_fans_content { 
 max-height:280px; 
 overflow-y:auto;

but my problem still exist.  Any suggestions?? 

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 26 Aug 2013

Always clear your caches when making changes.  I need to remind myself to add that bit each time.

Geeks, making the world a better place
Quote · 26 Aug 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.