Search Results for 'bbpress'
-
Search Results
-
You can download a before-alpha copy at http://www.mediafire.com/?51zcmu1mhou
The problems I’m having are that
- When I activate the plugin, it doesn’t know about the “bb_is_user_logged_in()” command
- And when I delete that command from the plugin, it never finds BB_IS_ADMIN to be true.
Fatal error: Call to undefined function bb_is_user_logged_in() in J:wwwhtdocsbbpress-stablemy-pluginsbbpm.php on line 20
Topic: Rewrite url Problem
Hi,
i’ve a problem with my first bbpress installation.
I’ve install bbpress on my subfolder /forum3/, forum is ok
but i’ve problem with rewrite url.
I ‘ve try to insert Options +MultiViews in htaccess file, but i’ve Error 500, i’ve try to create htaccess file with /bb-admin/rewrite-rules.php but url do error 404.
This my htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /forum3/
RewriteRule ^forum3/([^/]+)/page/([0-9]+)/?$ /forum3/forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forum3/([^/]+)/?$ /forum3/forum.php?id=$1 [L,QSA]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /forum3/topic.php?id=$1&page=$2 [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /forum3/topic.php?id=$1 [L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /forum3/tags.php?tag=$1&page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ /forum3/tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ /forum3/tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /forum3/profile.php?id=$1&page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /forum3/profile.php?id=$1&tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /forum3/profile.php?id=$1&tab=$2&page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ /forum3/profile.php?id=$1 [L,QSA]
RewriteRule ^profile/?$ /forum3/profile.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /forum3/view.php?view=$1&page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ /forum3/view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ /forum3/rss.php [L,QSA]
RewriteRule ^rss/topics/?$ /forum3/rss.php?topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ /forum3/rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ /forum3/rss.php?forum=$1&topics=1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ /forum3/rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ /forum3/rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ /forum3/rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ /forum3/rss.php?view=$1 [L,QSA]
</IfModule>
It’s ok?
What is the problem?
Thank
Marco