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 ?
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! |
bump . DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
Is it happening on all group titles are just some of them? https://www.deanbassett.com |
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! |
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. https://www.deanbassett.com |
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.
DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
First change is in modules/boonex/forum/layout/base/css/main.css at line 438
#f_breadcrumb {
font-size: 11px;
padding: 5px 0;
position: relative;
}
Change to this
#f_breadcrumb {
font-size: 11px;
padding: 5px 0;
position: relative;
white-space: nowrap;
}
Next change at about line 530 same file. Change this.
.forum_error_msg {
border: 2px solid #990000;
color: #990000;
font-size: 16px;
font-weight: bold;
margin: 10px 0;
padding: 10px;
text-align: center;
}
To this.
.forum_error_msg {
border: 2px solid #990000;
color: #990000;
font-size: 16px;
font-weight: bold;
margin: 10px 0;
padding: 10px;
text-align: center;
white-space: nowrap;
}
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 |
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
#f_breadcrumb {
font-size: 11px;
padding: 5px 0;
position: relative;
}
Change to this
#f_breadcrumb {
font-size: 11px;
padding: 5px 0;
position: relative;
white-space: nowrap;
}
Next change at about line 530 same file. Change this.
.forum_error_msg {
border: 2px solid #990000;
color: #990000;
font-size: 16px;
font-weight: bold;
margin: 10px 0;
padding: 10px;
text-align: center;
}
To this.
.forum_error_msg {
border: 2px solid #990000;
color: #990000;
font-size: 16px;
font-weight: bold;
margin: 10px 0;
padding: 10px;
text-align: center;
white-space: nowrap;
}
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! |
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! |
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 |
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! |