Search Results for 'bbpress'
-
AuthorSearch Results
-
February 18, 2011 at 5:14 pm #94974
In reply to: bbPress 2.0 – Updates
Jaja..
MemberHello i’m back after a while..
Is there any way i can see this ‘new’ bbPress plugin in action?
I would like to know how things are going with this plugin-idea. I saw something on the forum that bbPress stand-alone will get one last update before they will put it in the ground.
February 18, 2011 at 3:41 pm #99335In reply to: So….Whats happening with bbpress?
Ramiuz
ParticipantBut I dont know how to do it a “database level”
February 18, 2011 at 3:41 pm #104435In reply to: So….Whats happening with bbpress?
Ramiuz
ParticipantBut I dont know how to do it a “database level”
February 18, 2011 at 1:29 pm #94973In reply to: bbPress 2.0 – Updates
Rich Pedley
MemberProbably better to recode and take advantage of what is available in WordPress.
I’m just waiting for the akismet one to be written
February 18, 2011 at 1:05 pm #64033In reply to: avatars in wordpress and bbpress
RoyalManG
MemberI have followed the procedure in the readme.txt, default avatar is displayed in the post and in profile, but I can not change it when I click the Upload Avatar, so I diverted to the home page forum
(translate by google tranaslate O
)
February 18, 2011 at 11:39 am #94972In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterSadly no. The bbPress plugin for WordPress is a complete rewrite of bbPress from the ground up to fit inside of WordPress.
If anyone wanted to step up and write some kind of compatibility code would be neat, but it’s unlikely to ever happen and isn’t on the roadmap is it stands today.
February 18, 2011 at 10:51 am #94971In reply to: bbPress 2.0 – Updates
luminis
MemberThank you John!
A last question : can I plug plugins from https://bbpress.org/plugins/
into this bbpress wordpress plugin ? Can I use the bbRating one for example ?
February 18, 2011 at 8:15 am #104131In reply to: Sort topics alphabetically
John James Jacoby
KeymasterThis will be possible to do in the bbPress plugin for WordPress. There are no plans to explicitly support this in the currently downloadable stand-alone version, although you could definitely query the DB manually and sort topics by title.
February 18, 2011 at 8:15 am #99031In reply to: Sort topics alphabetically
John James Jacoby
KeymasterThis will be possible to do in the bbPress plugin for WordPress. There are no plans to explicitly support this in the currently downloadable stand-alone version, although you could definitely query the DB manually and sort topics by title.
February 18, 2011 at 6:06 am #94969In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterOriginal post updated with progress on various parts.
@luminis – bbPress should follow the language that your WordPress installation is, however there currently aren’t any language packs that I know of. To change the various things in your theme, you’ll want to create a new theme that you can modify safely. The easiest way to do that is to copy the bbp-twentyten folder out of /bbp-themes and into your /wp-content/themes/ folder, rename it, and edit the name of your new theme in style.css so that you don’t get the two confused. Your # 3 can be found in form-bbp_topic.php, and # 4 would require a helper plugin to hook into ‘bbp_is_user_subscribed’ and adjust the default value.
February 18, 2011 at 4:41 am #99333In reply to: So….Whats happening with bbpress?
John James Jacoby
KeymasterA conversion script will be bundled with the plugin, however since bbPress doesn’t come with an export tool, it will probably happen at the database level and not via an XML import/export.
February 18, 2011 at 4:41 am #104433In reply to: So….Whats happening with bbpress?
John James Jacoby
KeymasterA conversion script will be bundled with the plugin, however since bbPress doesn’t come with an export tool, it will probably happen at the database level and not via an XML import/export.
February 17, 2011 at 9:09 pm #104518BigJohnny
MemberHi I am resolve this problem
))http://blog.ashfame.com/2009/10/fix-bb-attachments-plugin-of-bbpress/
February 17, 2011 at 9:09 pm #99418BigJohnny
MemberHi I am resolve this problem
))http://blog.ashfame.com/2009/10/fix-bb-attachments-plugin-of-bbpress/
February 17, 2011 at 8:53 pm #37500Topic: bbPress Attachments (0.2.9) error when uploading image
in forum PluginsBigJohnny
MemberI have a error upload failed I have a solution for this but I don’t understand this :
“if you get error: denied mime on every upload, mime_content_type function or shell access must exist to verify mime types – otherwise you can force all types to be allowed by editing bb-attachments.php and adding ‘application/octet-stream’ to each of the $bb_attachments”
Where this attachment are saving in what folder ?
February 17, 2011 at 7:54 pm #94968In reply to: bbPress 2.0 – Updates
luminis
MemberHello, thanks for this great plugin! Really the one I was looking for after trying every forum software there.
I’ve got some questions if you could help me :
1. How can I add bbpress plugin to this plugin ? Is it possible ?
2. How can I change the language ?
3. When the user isn’t logged in, he will get that message after the forums : “Sorry! You must be logged in to create new topics.”
How can I change this text ? I’d like to tell the user “You can register here” instead.
4. Last, how to make the option “Notify me of follow-ups via email” it checked by default ?
Thanks!
February 17, 2011 at 4:05 pm #102606davidlb
MemberThanks. I added this to the header.php and ran some diagnostics.
<meta name=”description” content=”<?php if ( is_single() ) {
single_post_title(”, true);
} else {
bloginfo(‘name’); echo ” – “; bloginfo(‘description’);
}
?>” />
This appears to solve my Tag Description problems, but it creates another.
I get a php error when accessing the forum
Fatal error: Call to undefined function is_single() in /home/xxx/public_html/Forum/bbpress/bb-templates/kakumei/header.php on line 16
Would anyone be so kind as to help identify a work around?
February 17, 2011 at 4:05 pm #97506davidlb
MemberThanks. I added this to the header.php and ran some diagnostics.
<meta name=”description” content=”<?php if ( is_single() ) {
single_post_title(”, true);
} else {
bloginfo(‘name’); echo ” – “; bloginfo(‘description’);
}
?>” />
This appears to solve my Tag Description problems, but it creates another.
I get a php error when accessing the forum
Fatal error: Call to undefined function is_single() in /home/xxx/public_html/Forum/bbpress/bb-templates/kakumei/header.php on line 16
Would anyone be so kind as to help identify a work around?
February 17, 2011 at 3:26 pm #104501In reply to: RewriteEngine for sub-domain
OldCow
MemberI checked the syntax of the RewriteEngine. The redirect works:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^forum.mysite.com$
RewriteRule (.*)$ http://www.forum.mysite.com/$1 [R=301,L]
I am not using WP only bbPress installation.
The problem is the login into ppPress.
bbPress login does not recognize: http://www.forum.mysite/bb-login.php.
It needs: http://forum.mysite.com/bb-login.php.
I tried permalink settings none and name based, same issue.
Does anyone uses redirect and how can I eliminate “double” content and redirect permanently to http://www.forum.mysite.com?
February 17, 2011 at 3:26 pm #99401In reply to: RewriteEngine for sub-domain
OldCow
MemberI checked the syntax of the RewriteEngine. The redirect works:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^forum.mysite.com$
RewriteRule (.*)$ http://www.forum.mysite.com/$1 [R=301,L]
I am not using WP only bbPress installation.
The problem is the login into ppPress.
bbPress login does not recognize: http://www.forum.mysite/bb-login.php.
It needs: http://forum.mysite.com/bb-login.php.
I tried permalink settings none and name based, same issue.
Does anyone uses redirect and how can I eliminate “double” content and redirect permanently to http://www.forum.mysite.com?
February 17, 2011 at 3:09 am #94967In reply to: bbPress 2.0 – Updates
qprints
MemberJumping the gun a little here but…
When/if the default theme for the bbpress plugin is setup, can it be more like here or the wordpress forum and absolutly nothing like the buddypress forum? (please!!)
February 16, 2011 at 8:54 pm #94966In reply to: bbPress 2.0 – Updates
Erlend
ParticipantFebruary 16, 2011 at 5:46 pm #104508In reply to: Can`t access to admin panel
fostertime
MemberDid you do a WordPress/bbPress integration?
February 16, 2011 at 5:46 pm #99408In reply to: Can`t access to admin panel
fostertime
MemberDid you do a WordPress/bbPress integration?
February 16, 2011 at 5:32 pm #37491Topic: Can`t access to admin panel
in forum Troubleshootingkadas99
MemberHi, i installed all, (wordpress-bbpress) in the same directori, (/test/wordpress – /test/bbpress), and when i try get into the admin panel of bbpres i only get a redirection to the index of my forum. (i put /test/bbpress/bb-admin/index.php and i will be redirected to /test/bbpress/index.php).
What i am doing wrong??
So much thanks!
-
AuthorSearch Results