Forum Replies Created
-
problem solved. After some more research I found out that the problem was with my php memory limit. I initially tried to simply change the memory limit by adding define (‘WP_MEMORY_LIMIT’,’128M’); to wp-config.
This thread helped me ..thanks
https://buddypress.org/support/topic/resolved-admin-white-screen-upon-buddypress-activation/Hi Venutius….Thanks for your prompt reply….I had found root cause of the issue…in Buddy Press setting page Group Forums (Legacy one) was enabled e..When i disable that BBpress start to function fine….. :O)
Dear All…I had found the solution…i had added below lines on bottom of /etc/httpd/conf/httpd.conf file…now it works fine.
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>Thanks Venutius…I was breaking my head for few days … looking all over for a solution.!!!…But your ticket is to hide the forum…I don’t want to hide…forum title has to be visible in index page ..Once a non-member user try to join the forum it should show a message as “you need to be member of the group…”
I was referring this
https://buddypress.org/support/topic/how-to-make-a-private-community/
Have to try if it help as a work around on my requirements..?
In addition to above details ,I forgot to mention only my pages can view either in permalink like /index.php/%year%/%monthnum%/%day%/%postname%/ or in pain permalink (/?p=123) mode…If i change to any other my web pages will display 404 error…Is any option i can get /index.php along with BP pages then it should display..Still the pages are blank too..!!!!