Forum Replies Created
-
@hnla Thanks in advance. I used to read your posts around 🙂
@mercime I prefer not to use plugins as much as I could, besides in this case there is no hearty one (just some of not bad plugins in codecanion for purchasing and one on wordpress.org -menu effect- not working at all). So I’ll spend some hours to find the best way of sub menu animation specially for BP default theme and if I get a result I’ll send words.
@mercime I defined a child theme and it’s activated, default.css is imported and I changed some margins with it. But… honestly speaking I couldn’t make sub pages’ menu to be opened animated in nevigation bar, not that much important.
@mareksgregs I had such problem, just little more complicated, the only thing is nobody -even experts and developers- can directly give the clue in harsh times. Have a look here, might be helpful: http://www.buddyboss.com/child-themes/
@mercime Hi and thank you deeply for being responsile. I just cope on this challenge and the best description I found is: http://www.buddyboss.com/child-themes/
@mercime No pal, I just installed OSE firewall and use its php modules instead.
Well, there was a very stupid reason for the problem and special thanks to “wpbadman_plus”. A code in .htaccess which stops bad search and queries was the why of happening:
`RewriteCond %{QUERY_STRING} (//|%2F%2F|/%2F|%2F/|<||>|%3E|%00) [NC,OR]
RewriteCond %{QUERY_STRING} (..|%2e%2e|%2e.|.%2e)(/|%2f) [NC,OR]`
thank you everyone and god bless Boston.@mercime
– WP single 3.5.1
– not new install
– BP default theme
– updated from 1.6.4 to 1.7 and had this problem before, I thought it would be solved
– all plugins were deactivated except BP
– the only challenge is users can’t see users’ topics, even the creator of topic can’t see his/her post in group forum@mercime
– WP single 3.5.1
– BP default theme
– updated from 1.6.4 to 1.7 and had this problem before, I thought it would be solved
– all plugins were deactivated except BP
– the only challenge is users can’t see users’ topics@mercime
would you please help me
detailed description:
admins can make topic and post in group forums,
other roles can make topic and post in group forums,
admins can see every topics and posts of group forums,
other roles face a blank page when they open a topic of group forum.Found the solution: http://wpmu.org/daily-tip-fix-for-buddypress-group-forums-error-when-creating-a-new-topic/
Hope these common problems getting solved in buddypress 2.0 and later 🙂thanks a lot for the clue, it was “theme my login” themed profiles module. I changed this line in the module’s php file and everything goes perfect:
`if ( $theme_my_login->options->get_option( array( ‘themed_profiles’, $user_role, ‘restrict_admin’ ) ) )
return true;`