Search Results for 'bbpress'
-
Search Results
-
Topic: instable scripts
Hi all – i’ve been a happy user of bbPress for a while (www.wearepopslags.com), but only now did I receive a message from my hosting partner about instable or slow executing scripts. First of all, I don’t really understand what that means and the other info that followed after that really boggles my mind. Does anyone have a clue?
Your website scripts needs to be looked at as they are taking too long to executed and are unstable, as shown below;
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+
COMMAND
22962 watpocom 16 0 32684 19m 6068 S 1.3 0.5 0:00.42
php
22876 watpocom 17 0 0 0 0 Z 0.3 0.0 0:00.42 php
21347 watpocom 17 0 0 0 0 Z 0.0 0.0 0:00.66 php
21494 watpocom 17 0 0 0 0 Z 0.0 0.0 0:00.62 php
21581 watpocom 17 0 0 0 0 Z 0.0 0.0 0:00.49 php
21717 watpocom 16 0 0 0 0 Z 0.0 0.0 0:00.47 php
23010 watpocom 20 0 28684 14m 5896 S 0.0 0.4 0:00.20 php
We allow max execution time 30s as per our T&C
Topic: admin area menu not showing
hello,
after upgrad my bbpress installation to the latest release , i can no more see the menu in the admin panel , so i should put the link manually in the browser to get into the plugin administration section , setting section , edit section … or any other section
whazt is the matter with thease please.
So I totally hacked up my htaccess file and now when I visit a nonexistant url it goes to the apache 404 page instead of the bbpress 404.. how do I need to change the code below to fix that?
# BEGIN bbPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /community
Options +FollowSymlinks +MultiViews
RewriteRule ^forums$ forums/ [R=301]
RewriteRule ^forums/$ /community/index.php?view=forums [P,L,QSA]
RewriteRule ^leaderboards$ leaderboards/ [R=301]
RewriteRule ^leaderboards/$ /community/index.php?view=leaderboards [P,L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ tags.php?tag=$1&page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ profile.php?id=$1&tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&tab=$2&page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ profile.php?id=$1 [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ view.php?view=$1&page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ rss.php [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ rss.php?profile=$1 [L,QSA]
RewriteRule ^page/([0-9]+)/?$ ?page=$1 [L,QSA]
RewriteRule ^forums/([^/]+)/([^/]+)/page/([0-9]+)/?$ topic.php?id=$2&page=$3 [L,QSA]
RewriteRule ^forums/([^/]+)/([^/]+)/?$ topic.php?id=$2 [L,QSA]
RewriteRule ^forums/([^/]+)/page/([0-9]+)/?$ forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forums/([^/]+)/?$ forum.php?id=$1 [L,QSA]
</IfModule>
# END bbPress
Hello folks.
I am quite experienced in WP plugin development, but I am new to bbpress.
I am trying to port a WP plugin of mine to bbpress.
The first thing I need to do is to detect whether the loaded page is in the admin are or not. IN WP I’d use is_admin(). I naïvely tried it in BBpress, no luck.
Any suggestion?
Cheers,
Davide
Topic: Navigation bar.
Topic: When bbpress 1.0.3?
Guys, it’s november soon, what about update?
Anyway Thank you for your work.
Topic: Redirection from bb-admin
For some reason, whenever I try to access the bbPress admin area directly I get redirected back to the front page. I do have WP and BB integrated, but if you log in from WP, BB recognizes your login fine. Everything works except trying to access the admin area; I have to log out and then log back in using BB’s log in form. Any ideas? (yes, the user has admin-level access)
Topic: my admin panel vanished
Hello everyone. I am working on integrating a forum with my WordPress blog, and everything was going fine. Until I finished the install, and started working on the integration settings in the admin panel. In the section where it asks you to input the WordPress database prefix (I think it was to get the proper user tables), I put wp_ which is the prefix for my WordPress blog. Now, it doesn’t matter which account I log in with, I still cannot find the Admin link in the header. I’ve logged in both with my WordPress blog admin account, and my bbPress account. I’ve checked in the mySQL database, and my bbPress account still has the permission to access the admin panel, but I cannot see a link. It simply shows “Welcome, Legacyblade | Log Out”
Normally in these situations, I’d just uninstall and reinstall, but I’m not sure what Word Press tables were modified, and don’t want to mess up my blog. Any help would be greatly appreciated.