Forum Replies Created
-
In reply to: Anonmyous Posting vs. Login-less Posting
Hi Chris,
thanks for your answer. I’ll try testing this weekend.
But I think I must test the Login-Less Posting on my localhost before switching the function on my real forum at http://www.mysteria3000.de/forum
Markus
In reply to: What's happening with bbPress?Hi to all,
I think that Automattic works increasingly on BuddyPress before developing on bbPress at the moment – yesterday has appeared the Second Release Candidate of BuddyPress 1.2.
The Trac shows BuddyPress 1.2 no longer in the originally planned schedule, but the official release will be soon.
I can imagine that after publication of BuddyPress 1.2 the work will be focused at bbPress again. Automattic hopes for the big success of a Single Installation of WordPress (2.9.1/3.0) together with BudyPress as social network module.
Then – as we can hope – bbPress is the third component that will be integrated.
Greetings
Markus
In reply to: Convert Woltlab Burning Board to bbPressHi Thomas,
if you have some deeper knowledge in php, mysql and regular expression – you can use the phpbb3 converter and make some change to the code. The code of the phpbb3 converter is understandable – you only must change the tables and row to match the database structure of the Woltlab Burning Board. Its only the question of understanding …
https://bbpress.org/forums/topic/phpbb3-gt-bbpress-converter-beta-release
Greetz
Markus
In reply to: Which plugins do you recommend to use?Items marked with a star are quite important, in your case.
– hmm … I thinkMichael means these three plugins are the basis for an “interesting” forum.
In reply to: bbPress IRC Transcript 12/9/2009Hi Gerikg,
Matt unfortunately missed the IRC Meetup – look here in the bbPress blog:
https://bbpress.org/blog/2009/12/my-bad/
This Wednesday will be the next meeting … at 21:00
Greetz
Markus
In reply to: Help Integrate WordPressMU, Buddypress, and bbpressHi yangers101,
i migrate my wordpress & bbpress installation yesterday to wordpress mu & bbpress. After the migration i have also problems with the cookie integration. The same problems i have 2 months ago for the normal cookie integration.
This article about the integration of buddypress, wpmu and bbpress helps me a lot:
http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress
For me – it was necessary to try new secret cookie keys. I changed all keyphrase in wp-config und bb-config:
define(‘AUTH_KEY’, ‘keyphrase’);
define(‘SECURE_AUTH_KEY’, ‘keyphrase’);
define(‘LOGGED_IN_KEY’, ‘keyphrase’);
define(‘NONCE_KEY’, ‘keyphrase’);
define(‘AUTH_SALT’, ‘keyphrase’);
define(‘LOGGED_IN_SALT’, ‘keyphrase’);
define(‘SECURE_AUTH_SALT’, ‘keyphrase’);
define(‘BB_AUTH_KEY’, ‘keyphrase’);
define(‘BB_SECURE_AUTH_KEY’, ‘keyphrase’);
define(‘BB_LOGGED_IN_KEY’, ‘keyphrase’);
define(‘BB_NONCE_KEY’, ‘keyphrase’);
define(‘BB_AUTH_SALT’, ‘keyphrase’);
define(‘BB_LOGGED_IN_SALT’, ‘keyphrase’);
define(‘BB_SECURE_AUTH_SALT’, ‘keyphrase’);
Greets
Markus
In reply to: page #'s after topic title?Yesterday I had the same question – a look into the kakumei-theme helps me. The Code-Snippet is:
<?php topic_page_links(); ?>
In reply to: Topic TemplatesHmmm…
it may be possible to write a short plugin to overwrite and extand the Template-Function.
Actually the post_template() loads only the “post.php” – in functions.bb-template.php
function bb_post_template() {
bb_load_template( 'post.php' );
}
In reply to: Custom user passwordHi Piedpiper,
there is one plugin from _ck_ for the creation of instant password at registration:
https://bbpress.org/plugins/topic/instant-password
Works perfect for me in 1.0.1
In reply to: Bavatars – where can i uploadPuh … so easy.
In my theme for the profile menu was lost.
<?php if ( bb_is_profile() ) profile_menu(); ?>
In reply to: bbPress 1.0 in German / bbPress 1.0 in DeutschThx for the new 1.0 translation. Great Work.
In reply to: Intergration problem, when upgrading wordpress 2.8After the Update to bbPress Version 1.0-rc-3 my problems are gone. I think everyone should test there used plugins, backup and then test the update. Can’t wait for bbPress 1.
https://bbpress.org/forums/topic/cookie-integration-problem-wp28-bb-10-rc-2
In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2Hi ced,
thanks for your post – your hint (phpMyAdmin) was great!
Cookie-Integration works perfekt after the update to Version 1.0-rc-3 and a few changes in phpMyAdmin – without the bbPress integration plugin.
In reply to: .pot File for 1.0 AlphaHi Sumit,
i have the same problems today … the problems lies in the msig_plural-Tag in the POT-File.
Poedit must have the right configuration in the catalog settings to work with the plural forms.
For a german translation the Plural-Forms is: nplurals=2; plural=n != 1;
#: bb-admin/content-forums.php:46
#: bb-admin/index.php:23
#, php-format
msgid "%d topic"
msgid_plural "%d topics"
msgstr[0] ""
msgstr[1] ""
In reply to: Change Post Author?hmm… this function/plugin would be great to admin’s for “cleaning” after an import from another software, e.g. phpBB.
When today a admin user goes into an old Post from an Guest Users (of the old software) and change something – the post is saved with his user-id. It’s not possible to change the username afterwards to the original username.
Hi… hmmm…
I’ve no idea yet, if its possible to implement this function to a bbPress Board.
If you take a look deep into http://www.streeteasy.com you can see this forum saves the input into an cookie file (discussion_category_id=3007; discussion_title=Test; comment=test;). So – there it’s possible to log in or to register – and then use your input for a new entry.
Hi …
for the stable 0.95 release there is a plugin to allow anonymous user to post:
https://bbpress.org/plugins/topic/bb-anonymous-posting
I use this plugin in combination with:
https://bbpress.org/plugins/topic/human-test
But in my test environment the plugin don’t work with the bbPress 1.0 Release Candidate.
In reply to: i wana convert my phpbb 3.0.5 forum to bbpress 0.9.5Hi onelove,
i think this must be the right “startingpoint” for you:
https://bbpress.org/forums/topic/phpbb3-gt-bbpress-converter-beta-release
I’ve converted a phpBB 2 to phpBB 3 to bbPress 0.9.4 Forum three weeks ago. The converter works great for me. But the best way is on a local pc (XAMPP, WAMP, LAMP) which some backups.
A colleague from me wrote a little script with some regular expressions to clean up the topics and posts. eg. for the old phpBB <quote>-Tag and the smilies. Maybe I can upload this script temporary.
Also i hope i have some time to write an “how to” for the user reverse user integration in WordPress after the conversion from phpBB3. On Mysteria3000 (http://www.mysteria3000.de) we have 50 authors and about 150 users in the forum.
In reply to: Intergration problem, when upgrading wordpress 2.8Hi again,
the code doesn’t work 100% in my installation.
After the Login in WordPress – my testuser is shown as “logged”, but I can’t go to the Administration. The System doesn’t redirect me. At the same time my testuser ist shown as “logged in” in bbPress and there I can go to the admin.
When I test the login from bbPress first nothing seems to happen. I’m not logged in in both bbPress and WordPress.
hmpf … So … I’m going to test tomorrow again.
In reply to: Intergration problem, when upgrading wordpress 2.8Hi Vizworld,
thanks for your fix – I will test it soon – after a little “distance” from my computer.
Today – it’s to sunny … so i must go to the mountains.
In reply to: Intergration problem, when upgrading wordpress 2.8We have the same problem today with the FBC-Plugin.
I seems to be a “hot” topic – and that’s probably the reason why we search for the last 2 hours for a solution. *selfironic*
Here the cookie-names and paths – they are identical. So the error eventually is not in seeting the cookies, but in reading of the cookies. !?
After Login in WordPress
wordpress_logged_in_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/
wordpress_logged_in_672b8ff18484c1d9d7de0f05d907543d – Path: /
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/wp-content/plugins
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/wp-admin
After Login in BBpress
wordpress_logged_in_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/
wordpress_logged_in_672b8ff18484c1d9d7de0f05d907543d – Path: /
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /wp-admin
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/wp-admin
wordpress_672b8ff18484c1d9d7de0f05d907543d – Path: /wp/wp-content/plugins
Path of Installation:
http://www.mysteria30000.de/wp -> WordPress
http://www.mysteria3000.de/forum –> bbPress
Greetings
Markus
In reply to: IF User is logged in DO, if not DO…Hi massbase,
the code from Ohna “(bb_is_user_logged_in())” works perfect in my installation. No more problems with that.
In reply to: IF User is logged in DO, if not DO…Hi all,
is this a function from bbPress 1.0 Release Candidate? In 0.9.0.5 it seems not to work:
"Fatal error: Call to undefined function is_user_logged_in() in ../forum/bb-templates/scoun/front-page.php on line 3"