Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
Interestingly, can’t reproduce it on another test site on same server… will try again from scratch… for now ignore that post above. The problem might have been, that I only activated the forum option afterwards. Not sure about that. Reinstalled the whole thing with new database and now it seems to be working as expected except for
1. Forums needing to be enabled for each group after installation again
2. Creation of Docs – users can create docs but they are not visible afterwards in the docs lists. Only admins can then see them.
Hum, doesn’t work for me, regrettably. The Discussion Forums option in the buddypress settings was already disabled, still I only see sticky posts from other forums but no topics created in my groups on my own cbox page.
That happens to me on a freshly installed cbox 1.0 installation.
Having the same issue. Some experiments with firebug on my page with
cbox-theme/dynamic.css?ver=3.5
.top-menu, .top-wrap .sub-menu, .item-list-tabs, .footer-wrap, thead:first-child tr th, thead:first-child tr td, .base-menu ul ul, .sidebar-activity-tabs ul li.current, .sidebar-activity-tabs ul li.selected, .docs .toggle-switch, .post-title:before, .doc-content-wrapper .toggle-switch, .mobile-menu-container, .info-box h3, #bbpress-forums li.bbp-header {
background-image: -moz-linear-gradient(center top , #333333 0%, #222222 100%);
background-repeat: repeat-x;
border-bottom: 1px solid #292525;
border-top: 2px solid #525151;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;}
indicate that disabling the background-image.. line then shows the correct background color.