group forum breadcrumb ?!

i have a issue where my group forums breadcrumb looks like this

 

Forums > Groups

> paaaaagg

ggeeeennnaaa

mmmee

 

and not in one complete line! its entering my group forum pages sub-menu!

how can I sort this out please ?

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 23 May 2012

bump .

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 23 May 2012

Is it happening on all group titles are just some of them?

Not sure what would cause it, but you could try adding white-space: nowrap; to the css for #f_breadcrumb in  modules/boonex/forum/layout/base/css/main.css at about line 439

Of course you will have to recompile all the forum templates after starting with the default UNI

If you have firefox, with firebug you could add that white-space: nowrap while viewing the page to see if it helps before actually adding it to your css files.




https://www.deanbassett.com
Quote · 23 May 2012

ok this seems to happen when viewing any 'group forum' topics

it also happens with access denied message!

 

view here as an example for the access denied message when trying enter group forum; http://www.socialmunch.com/m/groups/view/pet-group

 

this link shows my group forum issue as originally detailed: http://www.socialmunch.com/forum/groups/forum/Hobbies-Crafts-Group-Social-Group-Chat-0.htm#topic/Coloring-Fun-Using-Wax-Crayons.htm

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 23 May 2012

well i have determined that adding white-space: nowrap to the css for both the forum breadcrumb menu as i stated above does work and for error div as well.

As i said, i do not know what is causing it, but that will fix it. I cannot tell you what lines and in what css files you need to change specific for your site because you have css caching on and firebug will not give me a proper file name while that is on.

https://www.deanbassett.com
Quote · 23 May 2012

 ok deano I have took caching off ,,,   Please can you direct me as to what I need to do  ?!

Thank you again for your time :)

Josh

 

well i have determined that adding white-space: nowrap to the css for both the forum breadcrumb menu as i stated above does work and for error div as well.

As i said, i do not know what is causing it, but that will fix it. I cannot tell you what lines and in what css files you need to change specific for your site because you have css caching on and firebug will not give me a proper file name while that is on.

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 23 May 2012

First change is in modules/boonex/forum/layout/base/css/main.css at line 438

Look for this.

 

#f_breadcrumb {
    font-size11px;
    padding5px 0;
    positionrelative;
}

Change to this

#f_breadcrumb {
    font-size11px;
    padding5px 0;
    positionrelative;
    white-space: nowrap;
}

Next change at about line 530 same file.

Change this.

.forum_error_msg {
    border2px solid #990000;
    color#990000;
    font-size16px;
    font-weightbold;
    margin10px 0;
    padding10px;
    text-aligncenter;
}


To this.

.forum_error_msg {
    border2px solid #990000;
    color#990000;
    font-size16px;
    font-weightbold;
    margin10px 0;
    padding10px;
    text-aligncenter;
    white-spacenowrap;
}


Now the forums are a pain in the neck. To make that change take affect you need to switch to the uni template, then go to manage forums and recompile the language. And then switch to each template you have and recompile those as well.

But it kinda looks like you actually modified the uni template instead of creating a new one for your custom which was a mistake by the way.


https://www.deanbassett.com
Quote · 23 May 2012

 umm the template designer installed it for me !!

from what I see the custom template is my uni template

 

 

First change is in modules/boonex/forum/layout/base/css/main.css at line 438

Look for this.

 

#f_breadcrumb {
    font-size11px;
    padding5px 0;
    positionrelative;
}

Change to this

#f_breadcrumb {
    font-size11px;
    padding5px 0;
    positionrelative;
    white-space: nowrap;
}

Next change at about line 530 same file.

Change this.

.forum_error_msg {
    border2px solid #990000;
    color#990000;
    font-size16px;
    font-weightbold;
    margin10px 0;
    padding10px;
    text-aligncenter;
}


To this.

.forum_error_msg {
    border2px solid #990000;
    color#990000;
    font-size16px;
    font-weightbold;
    margin10px 0;
    padding10px;
    text-aligncenter;
    white-spacenowrap;
}


Now the forums are a pain in the neck. To make that change take affect you need to switch to the uni template, then go to manage forums and recompile the language. And then switch to each template you have and recompile those as well.

But it kinda looks like you actually modified the uni template instead of creating a new one for your custom which was a mistake by the way.


 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 23 May 2012

Thank you very much deano .... your solution has fixed both issues :)

awesome stuff

 

has the template designer caused me potential issues then in regards as to how its been done ?

if so please explain

thank again for your awesome assistance

Josh

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 23 May 2012

 

 umm the template designer installed it for me !!

from what I see the custom template is my uni template

 

 

Yes, and i should not be. So that was the mistake. Just saying. It just makes it more difficult when it comes time to upgrade dolphin. A dolphin upgrade may overwrite the UNI template.




https://www.deanbassett.com
Quote · 23 May 2012

 ok I dont know if you seen my post prior to this but thank you again :)

 

 

 umm the template designer installed it for me !!

from what I see the custom template is my uni template

 

 

Yes, and i should not be. So that was the mistake. Just saying. It just makes it more difficult when it comes time to upgrade dolphin. A dolphin upgrade may overwrite the UNI template.




 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 23 May 2012
 
 
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.