Search Results for '"wordpress'
-
AuthorSearch Results
-
November 5, 2010 at 1:27 pm #36043
Topic: bbpm and wordpress
in forum Troubleshootingfiresprinkler
MemberHi. My site has bbpress integrated into wordpress. I’ve added bbpm plugin so that private messaging is enabled in the forum section. Trouble is recipients can’t read their received PM’s because they are not displayed in wordpress admin.
http://www.fire-sprinkler.co.uk.
Anyone know of a solution or workaround?
November 5, 2010 at 11:04 am #66493In reply to: TalkPress suggestions
John James Jacoby
KeymasterTh bbPress plugin will actually help make this happen, possibly by way of using WordPress multisite and letting each site/network have their own bbPress setup.
If you wanted to use existing bbPress stand alone, I’m not sure where the channels code is to see if it’s available to share. Will see what I can did out.
November 4, 2010 at 8:24 pm #66492In reply to: TalkPress suggestions
kenburcham
Memberbump.
after reading wordpress and bbpress forums and posts and … finally coming to the realization that what I’m looking for is this “bbpress channels” extension. I’d love to know when it might be available? We’re going to unleash bbpress on hundreds of sites via a multisite server if we can get bbmu to work… I ‘spose I can write my own extension, but it’d be more fun to install and tweak yours.
thanks!
November 4, 2010 at 5:36 pm #35981Topic: languages problem
in forum Pluginsgeegy
MemberI had install wordpress vision 3.0.1 and buddypress plugin. I installed bbPress forum. The problem is it only support English language. it did not genarate utf-8. the post topic like this ??????(1post)and the post like this ???????.
but if I write in English it is work fine.
How do I fix this problem? anybody can help. Thanks for the the wise man.
November 4, 2010 at 12:46 pm #96658In reply to: Keymaster account gone
Rixos
MemberHey guys thanks for all the help, but I won’t be needing any help on this topic anymore.
I decided wordpress was way to limiting for me to create the websites I want, so I am now taking courses to learn how to create sites with dreamweaver.
Thanks anyway
November 4, 2010 at 12:46 pm #101758In reply to: Keymaster account gone
Rixos
MemberHey guys thanks for all the help, but I won’t be needing any help on this topic anymore.
I decided wordpress was way to limiting for me to create the websites I want, so I am now taking courses to learn how to create sites with dreamweaver.
Thanks anyway
November 4, 2010 at 6:28 am #96704In reply to: Searching bbpress with WordPress search
raving-drifter
MemberGoogle custom search is an alternative..
November 4, 2010 at 6:28 am #101804In reply to: Searching bbpress with WordPress search
raving-drifter
MemberGoogle custom search is an alternative..
November 3, 2010 at 10:04 pm #97143In reply to: Justin Tadlock's Forum Plugin for WP
Justin Tadlock
ParticipantThanks to JJJ for pointing this topic out to me.
Right now, my forum plugin isn’t planned for public release. I’d much rather see a community-supported plugin because a lot more can get done. The plugin could simply be better developed and have better support if it’s a community-run project. Make no mistake, a plugin like this is massive amounts of work, more than one person can realistically handle. Honestly, I don’t want to be the only person developing and supporting a forum plugin.
The reasons I’ve been doing my own thing rather than fully devoting my time to bbPress:
1) I just wanted to see if I could do it for fun.
2) I had some projects that needed basic forum functionality that couldn’t wait for alternate solutions.
3) Everybody wants something, mostly things I don’t believe belong in a lightweight forum plugin.
4) I’ve been hesitant to get more involved in bbPress because I don’t want to deal with all the drama here.

I just finished three months of intense writing for a WP plugin book, so my time has been limited for a while. I’ve still got book-related things this month as well. Once this process is done, I plan to devote more time to the bbPress plugin.
What we want:
These are the things I believe most of us want, which is the reasons I put together a plugin and the reasons for the bbPress plugin. This comes down to two things:
* A plugin that easily integrates into the WordPress user/role and login system.
* Forums that can be managed from our WP admins.
It’s basically about being able to run forums without a lot of hassle.
The direction I’d like to see the bbPress plugin go:
* Stick with the philosophy: lightweight and basic.
* Allow plugins to extend anything needed beyond basic forum functionality.
* Use the functions WordPress provides where possible.
* Forget backwards-compatible hooks and functions. Build a new system.
November 3, 2010 at 10:04 pm #102243In reply to: Justin Tadlock's Forum Plugin for WP
Justin Tadlock
ParticipantThanks to JJJ for pointing this topic out to me.
Right now, my forum plugin isn’t planned for public release. I’d much rather see a community-supported plugin because a lot more can get done. The plugin could simply be better developed and have better support if it’s a community-run project. Make no mistake, a plugin like this is massive amounts of work, more than one person can realistically handle. Honestly, I don’t want to be the only person developing and supporting a forum plugin.
The reasons I’ve been doing my own thing rather than fully devoting my time to bbPress:
1) I just wanted to see if I could do it for fun.
2) I had some projects that needed basic forum functionality that couldn’t wait for alternate solutions.
3) Everybody wants something, mostly things I don’t believe belong in a lightweight forum plugin.
4) I’ve been hesitant to get more involved in bbPress because I don’t want to deal with all the drama here.

I just finished three months of intense writing for a WP plugin book, so my time has been limited for a while. I’ve still got book-related things this month as well. Once this process is done, I plan to devote more time to the bbPress plugin.
What we want:
These are the things I believe most of us want, which is the reasons I put together a plugin and the reasons for the bbPress plugin. This comes down to two things:
* A plugin that easily integrates into the WordPress user/role and login system.
* Forums that can be managed from our WP admins.
It’s basically about being able to run forums without a lot of hassle.
The direction I’d like to see the bbPress plugin go:
* Stick with the philosophy: lightweight and basic.
* Allow plugins to extend anything needed beyond basic forum functionality.
* Use the functions WordPress provides where possible.
* Forget backwards-compatible hooks and functions. Build a new system.
November 3, 2010 at 8:57 pm #94554In reply to: bbPress 2.0 – Updates
Rich Pedley
MemberAdding a child theme is incredibly easy, check the really minimal one you can have:
https://codex.wordpress.org/Child_Themes#Example_of_a_basic_Child_Theme
But if you’ve developed a custom one yourself, then adding the necessary files/functions to that theme would be easy as well.
November 3, 2010 at 5:48 am #97138In reply to: Justin Tadlock's Forum Plugin for WP
John James Jacoby
KeymasterI’ve had a check-out for a while, but nothing of his has made it in yet.
Because there are only so many ways to do the same thing, our code is very similar with a few different methods here and there. His code is more mature in a few areas (mapping WordPress meta capabilities, topic/reply counts, additional query caching…) and it’s almost time to cherry pick his code and give props where due.

He started out using taxonomies for forums, but a lack of taxonomy meta thwarted that idea. We talked before either of us made too much progress on how to best do things so we would be loosely compatible with each other. I committed early on to using post types for data storage for everything to allow for easy forward compatibility with things like forum/topic/reply thumbnails, excerpts, revisions, etc… Justin and I both agreed it was the quickest way to go, we put our noses down and wrote some code, and we met a month or two ago in #bbpress on IRC and exchanged more code and ideas.
It was really cool for Justin to volunteer to share his code and approach. He spent countless hours getting things dialed in and that time is going to be greatly appreciated real soon.

It would have been even cooler to have him contribute patches directly to trac, but from what I recall of our talks he had some previous obligations that prevented it. I’m sure if I’m wrong Justin will catch wind and chime in.

Edit: I saw a reply in the above linked topic about him ‘turning over’ code to bbPress, but I don’t really see it like that. His code is always his, and he’s free to continue developing his plugin if he wanted to. No hard feelings.

The bbPress trac is public and the code is visible for everyone to see, versus Justin’s forum code which to my understanding isn’t something he wants openly available for download, or else I imagine he’d probably have it that way. I know from experience that supporting something as large as bbPress on top of other obligations can be a challenge, so I wouldn’t blame him for not wanting to volunteer additional time.
Either way I’m honored to have his respect and be able to have someone attempting to do something similar at the same time. It’s one of the first times in my professional career I’ve had what most people would consider ‘friendly competition’ without ever feeling like we were against each other in any way… not that I’ve ever had unfriendly competition… but you get the idea.
November 3, 2010 at 5:48 am #102238In reply to: Justin Tadlock's Forum Plugin for WP
John James Jacoby
KeymasterI’ve had a check-out for a while, but nothing of his has made it in yet.
Because there are only so many ways to do the same thing, our code is very similar with a few different methods here and there. His code is more mature in a few areas (mapping WordPress meta capabilities, topic/reply counts, additional query caching…) and it’s almost time to cherry pick his code and give props where due.

He started out using taxonomies for forums, but a lack of taxonomy meta thwarted that idea. We talked before either of us made too much progress on how to best do things so we would be loosely compatible with each other. I committed early on to using post types for data storage for everything to allow for easy forward compatibility with things like forum/topic/reply thumbnails, excerpts, revisions, etc… Justin and I both agreed it was the quickest way to go, we put our noses down and wrote some code, and we met a month or two ago in #bbpress on IRC and exchanged more code and ideas.
It was really cool for Justin to volunteer to share his code and approach. He spent countless hours getting things dialed in and that time is going to be greatly appreciated real soon.

It would have been even cooler to have him contribute patches directly to trac, but from what I recall of our talks he had some previous obligations that prevented it. I’m sure if I’m wrong Justin will catch wind and chime in.

Edit: I saw a reply in the above linked topic about him ‘turning over’ code to bbPress, but I don’t really see it like that. His code is always his, and he’s free to continue developing his plugin if he wanted to. No hard feelings.

The bbPress trac is public and the code is visible for everyone to see, versus Justin’s forum code which to my understanding isn’t something he wants openly available for download, or else I imagine he’d probably have it that way. I know from experience that supporting something as large as bbPress on top of other obligations can be a challenge, so I wouldn’t blame him for not wanting to volunteer additional time.
Either way I’m honored to have his respect and be able to have someone attempting to do something similar at the same time. It’s one of the first times in my professional career I’ve had what most people would consider ‘friendly competition’ without ever feeling like we were against each other in any way… not that I’ve ever had unfriendly competition… but you get the idea.
November 2, 2010 at 10:01 pm #97114In reply to: Deep Intergration 3.0.1 Blank Page in Admin
mr_pelle
ParticipantHave you tried this plugin?
November 2, 2010 at 10:01 pm #102214In reply to: Deep Intergration 3.0.1 Blank Page in Admin
mr_pelle
ParticipantHave you tried this plugin?
November 2, 2010 at 7:55 pm #96640In reply to: Idiots guide to installing
kenburcham
MemberFirst objective: Prepare your bbpress database
1) Create a database using phpmyadmin or whatever tool your hosting provider gives you to create a mysql database. I like calling mine “bbpress”.
2) Create a database user and give them access to the database you just created. I like calling my user “bbpress” and making a password that is unguessable “K4id83k$h@a” or something.
Second objective: Prepare the bbpress directory
1) Download the latest bbpress installation zip from here: https://bbpress.org/download/
2) Use either an ftp program or the filemanager tool provided by your hosting provider to copy the bbpress zip archive to the root directory of your webserver. Usually something like “public_html”.
3) Use the filemanager tool provided by your hosting provider to unzip the archive into your home directory.
4) Rename the “bbpress” directory to the desired directory name you want to reference in your url. For example if you want: http://www.example.com/forums then rename “bbpress” to “forums”. If you want: http://www.example.com/bbpress then you don’t need to rename the directory at all. This is now your bbpress “home” directory.
5) Delete the bbpress installation archive zip file from your home directory.
6) Advanced: check the permissions of the bbpress home directory. If you want to make things really easy on yourself, make the bbpress home directory world writeable (777) while you run the installation process. (just be sure to change it back when you are finished!)
Final objective: Install bbpress
1) Go to your bbpress home with a browser: http://www.example.com/forums
2) Follow the instructions bbpress gives you in the installation process. You’ll need to provide the username, password, database name and host that you created in objective one.
NOTE: I’d recommend NOT doing the wordpress integration during the install. Just skip it for now. You can set that part up later once bbpress is installed and working.
3) Once you’ve finished following the instructions, you should be good to go!
NOTE: If things go bad and you need to restart the installation process from scratch, you can delete the bb-config.php file from your bbpress home directory and delete the bb_* tables from your database using your database administration tool. Then visit your bbpress home again with your browser to restart the installation process.
November 2, 2010 at 7:55 pm #101740In reply to: Idiots guide to installing
kenburcham
MemberFirst objective: Prepare your bbpress database
1) Create a database using phpmyadmin or whatever tool your hosting provider gives you to create a mysql database. I like calling mine “bbpress”.
2) Create a database user and give them access to the database you just created. I like calling my user “bbpress” and making a password that is unguessable “K4id83k$h@a” or something.
Second objective: Prepare the bbpress directory
1) Download the latest bbpress installation zip from here: https://bbpress.org/download/
2) Use either an ftp program or the filemanager tool provided by your hosting provider to copy the bbpress zip archive to the root directory of your webserver. Usually something like “public_html”.
3) Use the filemanager tool provided by your hosting provider to unzip the archive into your home directory.
4) Rename the “bbpress” directory to the desired directory name you want to reference in your url. For example if you want: http://www.example.com/forums then rename “bbpress” to “forums”. If you want: http://www.example.com/bbpress then you don’t need to rename the directory at all. This is now your bbpress “home” directory.
5) Delete the bbpress installation archive zip file from your home directory.
6) Advanced: check the permissions of the bbpress home directory. If you want to make things really easy on yourself, make the bbpress home directory world writeable (777) while you run the installation process. (just be sure to change it back when you are finished!)
Final objective: Install bbpress
1) Go to your bbpress home with a browser: http://www.example.com/forums
2) Follow the instructions bbpress gives you in the installation process. You’ll need to provide the username, password, database name and host that you created in objective one.
NOTE: I’d recommend NOT doing the wordpress integration during the install. Just skip it for now. You can set that part up later once bbpress is installed and working.
3) Once you’ve finished following the instructions, you should be good to go!
NOTE: If things go bad and you need to restart the installation process from scratch, you can delete the bb-config.php file from your bbpress home directory and delete the bb_* tables from your database using your database administration tool. Then visit your bbpress home again with your browser to restart the installation process.
November 2, 2010 at 7:41 pm #96829nmprofessional
MemberAsfame,
MANY Thanks!
WordPress + bbPress is new to me ( it is my third day working with them both) and your article about deep-integration:
http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/
was EXTREMELY helpful in me understanding hoe to integrate them both.
Again – many thanks!
Dave
November 2, 2010 at 7:41 pm #101929nmprofessional
MemberAsfame,
MANY Thanks!
WordPress + bbPress is new to me ( it is my third day working with them both) and your article about deep-integration:
http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/
was EXTREMELY helpful in me understanding hoe to integrate them both.
Again – many thanks!
Dave
November 2, 2010 at 4:28 pm #35977Topic: Justin Tadlock's Forum Plugin for WP
in forum Requests & Feedbackqprints
MemberIs it true it is to be intergrated with the BBPress forum plugin?
November 2, 2010 at 12:47 pm #96827nmprofessional
MemberI am also having the same issue on one of my clients sites using WordPRess + bbPress with deep integration here:
http://theagelessedge.com/wp/forum/
Please excuse the roughness of layout for now.
Again, like <b>eshipguy</b> has said all of the posts work and can be seen – but every TITLE of very forum page displays “404 Not Found” EXCEPT for forum/php (in the main bbPress directory).
Anyone else figure this out or anyone want to work with me to try and figure it out?
Thanks,
Dave
November 2, 2010 at 12:47 pm #101927nmprofessional
MemberI am also having the same issue on one of my clients sites using WordPRess + bbPress with deep integration here:
http://theagelessedge.com/wp/forum/
Please excuse the roughness of layout for now.
Again, like <b>eshipguy</b> has said all of the posts work and can be seen – but every TITLE of very forum page displays “404 Not Found” EXCEPT for forum/php (in the main bbPress directory).
Anyone else figure this out or anyone want to work with me to try and figure it out?
Thanks,
Dave
November 1, 2010 at 5:41 am #35952Topic: registration disabled?
in forum Troubleshootingortixia
Participantany idea why my bbpress site would say …
Regisration disabled. This is a demo site. ?
I have used the bbpress integration plug-in on my wordpress site.. the users come through fine…
note: i have two sites:
http://www.terralingua.org/bcdconservation
(this is the one i have linked the database to)
and
(underconstruction, in ‘maintenance redirect mode’, meaning it is redirected to my old site, but i enabled registration anyways to test, (has shared users plug-in
October 31, 2010 at 2:11 pm #35949Topic: Which AUTH/LOGGED_IN Key to use?
in forum Installationgamersbd
MemberHi,
I’m using WordPress 3.0.1 and bbPress 1.0.2. I installed both of them via softaculous.
Now I’m trying to integrate bbPress with WordPress. In the bbPress configuration page, it says to input the AUTH_KEY, LOGGED_IN_KEY. It says to take the value from my wp-admin/options.php page
However, there are different keys. The wp-admin/options.php page shows different keys while the wp-config.php file shows different keys. Which should I use?
October 29, 2010 at 5:46 pm #96359In reply to: Mobile bbPress (using XML-RPC api)
ortixia
ParticipantSorry to be naiive but is this a plugin or a theme for bbpress? I would be happy to test this for you, as it would be useful for my work.
I have something similar set up for my other wordpress site that has the wp-iphone plug-in and a vast html forum server, it works ok, but it is very useful.
I am not a guru of any sort, but I would be happy to test it for you, provided that I am given some clear guidance. I can find my way around php to make adjustments, but not much yet.
-
AuthorSearch Results