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
Topic: Cannot change Secret Field
Hi,
I entered the wrong Secret value when installing BBPress. Now when I go to BBPress Settings > WordPress Integration and try to change it, it logs me out of BBPress. The value obviously does not get updated. This only hapens if I try to change the Secret field.
How do I update the field as WP integration will not work otherwise? I don’t have direct access to the database, no PHPmyadmin option. My client is using PLESK.
Thanks!
Guys, be gentle – I am fully aware that this is a question as technically ignorant as it gets.
I have registered for a few RSS feeds on blogs etc without problem, but I have never been able to figure out how the RSS feeds work with the bbPress and WordPress support forums.
Whenever I have decided I’d like a feed of a particular thread I’ve posted on, for example, I click on the RSS button and get a page full of code I have no idea what to do with.
Could any of you kind informed folk explain in lay language how I can turn this page of code into a way of registering for a feed, please?
Topic: XaniForums
I’ve been working on this for about a week now, and I think it’s just about done.
http://www.xanimyle.co.cc/xaniforums
Plugins used:
- Bozo Users 1.0
- Akismet 1.0
- Post Count Plus – Dynamic.Titles & More! 1.1.5
- bbPress Web Compression (bb-gzip) 0.02
- Unread Posts 0.9.0
- Allow Images 0.7.1
- BBPress Private Messaging 0.80
- bbPress signatures 0.1.9
- Censor 0.1 (modified to change slugs and titles)
- Report Post 0.1.4
- BBcode Buttons Toolbar 0.0.4 (with an edit to use input type=”button” instead of div)
- BBcode Lite 1.0.1
- Avatar Upload 0.8.3
- Admin Can Post Anything 0.05
- Forum is category 1.2
- Temporary ban 1.0
Hello Everyone!
Ive installed the bbpress forum on my site, but Id like to make it so that people dont have to login…and maybe just have to use CAPTCHA.
Is that possible? If so, can someone explain to me the best way to do it?
The site is http://www.portcityunderground.com/ and the forum is located under the “Rant & Rave” tab at the top in the black bar.
Thanks in advance for any help!!