Published on September 5th, 2013 by theumbrellaagency
Hi there,
I created a couple of custom fields and integrated it with my Group Topics, new topic form. I’d like to be able to just load this new form for specific groups. I ended up creating a little plugin to load the following code found on a tutorial that worked for me.
It took a long time to figure this out and I was hoping to get a bit of direction to expedite figuring this out (the topic of this thread).
Thanks!
add_action ( ‘bbp_theme_before_topic_form_content’, ‘bbp_extra_fields’);
function bbp_extra_fields() {
$value = get_post_meta( bbp_get_topic_id(), ‘bbp_extra_field1’, true);
echo ‘<label for=”bbp_extra_field1″>Seeking Funding? (Yes or no)</label><br>’;
echo “<input type=’text’ name=’bbp_extra_field1′ value='”.$value.”‘><br>”;
$value = get_post_meta( bbp_get_topic_id(), ‘bbp_extra_field2’, true);
echo ‘<label for=”bbp_extra_field2″>Resources Needed (talent, knowledge, mentors, etc.)</label><br>’;
echo “<input type=’text’ name=’bbp_extra_field2′ value='”.$value.”‘>”;
}
add_action ( ‘bbp_new_topic’, ‘bbp_save_extra_fields’, 10, 1 );
add_action ( ‘bbp_edit_topic’, ‘bbp_save_extra_fields’, 10, 1 );
function bbp_save_extra_fields($topic_id=0) {
if (isset($_POST) && $_POST[‘bbp_extra_field1’]!=”)
update_post_meta( $topic_id, ‘bbp_extra_field1’, $_POST[‘bbp_extra_field1’] );
if (isset($_POST) && $_POST[‘bbp_extra_field2’]!=”)
update_post_meta( $topic_id, ‘bbp_extra_field2’, $_POST[‘bbp_extra_field2’] );
}
add_action(‘bbp_template_before_replies_loop’, ‘bbp_show_extra_fields’);
function bbp_show_extra_fields() {
$topic_id = bbp_get_topic_id();
$value1 = get_post_meta( $topic_id, ‘bbp_extra_field1’, true);
$value2 = get_post_meta( $topic_id, ‘bbp_extra_field2’, true);
echo “Seeking Funding? “.$value1.”<br>”;
echo “Resources Needed: “.$value2.”<br>”;
}
Published on September 5th, 2013 by harpeml
Hello,
I am new to the WordPress world and setting up my first experimental site inside my company. I want to move a blog/forum from an old home grown system to a new bbPress forum. I do not need to carry over replies; just the topics, write ups, author, and tags. I have all of the information in a spreadsheet. Assuming all of the old authors have accounts in the new WordPress, is there a way to import the topics and their metadata? I see importers for some specific BBs but nothing for just a generic data file.
Thanks much for any suggestions,
Mike Harper
Published on September 5th, 2013 by Agencia ZARE
Hello!
I using bbPress 2.4 and getting error after install.
The error is:
“Notice: bbp_setup_current_user foi chamada incorretamente. The current user is being initialized without using $wp->init(). Consulte Depuração no WordPress para mais informações. (Esta mensagem foi adicionada na versão 2.3.) in /home/jobyouco/public_html/wp-includes/functions.php on line 3012
Warning: Cannot modify header information – headers already sent by (output started at /home/jobyouco/public_html/wp-includes/functions.php:3012) in /home/jobyouco/public_html/wp-includes/pluggable.php on line 875”
Is there someone to help us?
Thanks
Eddie Barsant
Published on September 5th, 2013 by ullastret
I just succesfully uploaded the zip file and activated the plugin but when I click on settings I get the following error:
No teniu els permisos necessaris per accedir a aquesta pàgina.
The language is set to catalan, the aprox. translation of this would be:
You don’t have the necessary permits to access this page.
Can anyone help me to solve this problem.
This is the url of the error page:
http://cuinestramuntana.com/wp-admin/options-general.php?page=bbpress
Thank you
Published on September 5th, 2013 by John Romaine
Hey guys,
I have no idea what’s going on, or what could be potentially causing this, or infact if it’s a styling set by design – but, I’ve got this annoying issue with any hyperlinks placed within my forum.
See below….
http://www.bringthedonuts.com/temp/ugly-hyperlinks.gif
As you can see, my hyperlinks are being forced to uppercase and have this big ugly black boxes around them. What gives????
I’ve disabled all of my plugins as a means of troubleshooting and nothing changes.
How can I rectify this issue and just have regular hyperlinks (as I do within my pages and posts)
Thanks
Published on September 5th, 2013 by jernatety1
Hello,
First I’d like to thank you for your plugin it will help very much for the new site I’m building.
I would like to know what page is the main forum landing page. I’d like to make a few edits, such as removing the default title “Forum” at the top and replace with my site conformed titles for each page. I would also like to comment out the forum search box.
I am currently wordpress vers 3.6 and I installed bbpress 2.4 today.
Here is the link. http://108.167.136.97/~kitchens/forums/
Thank you,
Ross
Published on September 5th, 2013 by csotelo
I have created a converter for Kunena Forums, I hope it could be useful for all of you
https://gist.github.com/csotelo/6450855
Published on September 5th, 2013 by kaspar92
Hi!
I noticed a strange behaviour in the freshness column for the latest post link – sometimes it is
/forum/topic/topicname/page/2/#post-391430
but sometimes it’s just
/forum/topic/topicname/#post-391523
In first case, the link takes me to the latest post, in second case the link just leads to the first page of discussion, even though there are 440 pages! This really bugs my users and I can’t seem to find the solution. Every bit of advice is helpful!
I use WordPress 3.6 and bbPress 2.4. The problem can be seen at http://www.kilb.ee/foorum/sisu/mnemomaraton/mnemomaraton-2/ (in the rightmost column) and it also occurs with TwentyEleven theme.
Published on September 5th, 2013 by damteq
Hello,
I have a website which I have added the bbpress plugin too (wordpress).
The website is split into three areas which are completely unrelated.
1. An info site
2. Forum 1
3. Forum 2
Forum one is done.
Now I need to add a second forum with completely different catagories of topics etc.
How can I achieve this with BB press. Each ‘main forum’ has about 30 forum catagories under them but both main forums are completely unrelated. Both forums have the same logins for users.
Any help would be amazing.
Published on September 5th, 2013 by John Romaine
Hi guys,
I’m currently using bbpress in conjunction with s2member, and wanted to ask if there was any way of making the members profile page a bit more aesthetically pleasing?
My profile pages at the moment, are just awful. See below.
http://www.bringthedonuts.com/temp/profile.gif
I don’t mind having a look at this myself, but which file/page do I edit?
Better yet, is there a profile page plugin or something that can help with this?
I was going to simply integrate buddypress, but I will only do that if absolutely necessary.
Thanks guys,
John