Skip to:
Content
Pages
Categories
Search
Top
Bottom

Revision logs notes code?

Published on October 15th, 2015 by tkse

I’m looking to limit the “Edited by xxxx” to the last edit at the end of every post. I remember looking through the forum on the topic, and I found it suggested to another user to use WordPress’ own the_author and the_modified_time. This should work great, however, how do I include the revision notes from the last edit? In other words the reason a user adds for editing their post.

different style für childforums

Published on October 15th, 2015 by ChrissiLisa

Hello,

how can I give different childforums there own style ?

Is there a hook like “before show topics” where I can place my own css style ?
I counldnt find anything in the codex.

Thanks,
bye
ChrissiLisa

add_action ( ‘bbp_show_topic’, .. ?

Published on October 15th, 2015 by ChrissiLisa

I found the actions

add_action ( ‘bbp_new_topic’, ..
and
add_action ( ‘bbp_edit_topic’, ..

to define own functions on this hooks.

What to go in a spefific topic..is there a action like add_action ( ‘bbp_show_topic’, ..
or how is it possible to go in the topic-loop of a specific forum ?

br,
ChrissiLisa

extra fields in topicform (edit-function)

Published on October 15th, 2015 by ChrissiLisa

Hello,

I use this function (in functions.php) to show extra fields over a topic form:

add_action ( 'bbp_theme_before_topic_form_content', 'bbp_extra_fields');
function bbp_extra_fields() {

	
	/*Extra-Felder Baufinanzierungsberater*/
	if($GLOBALS['forum']=='baufinanzierungsberater'){

		echo '<div id="baufinanzierungsberater_edit_box"><div style="width:50%;float:left;">';

   			$value1 = get_post_meta( bbp_get_topic_id(), 'nachname', true);
   			echo '<label for="nachname">Nachname</label>';
   			echo "<input type='text' name='nachname' value='".$value1."'><br />";

   			$value2 = get_post_meta( bbp_get_topic_id(), 'vorname', true);
   			echo '<label for="vorname">Vorname</label>';
   			echo "<input type='text' name='vorname' value='".$value2."'><br />";
}}

This works. But when I want to edit the fields after saving the topic, the fields are gone. Which action do I have to use to show the fields?

Thanks,
best regards
ChrissiLisa

Get replies ID of a given topic

Published on October 15th, 2015 by Loc Pham

Hello,

Is there a function that allows me to grab the list of reply IDs to a given topic? I see there is a function that count the total number of replies for a given topic, but I can’t find one that will list the IDs out. bbp_get_topic_reply_count($topicId)

How does bbPress currently render the replies for a given topic? Does bbPress fetch ALL the replies from the DB then against match its topicID? This sounds like a very DB intensive method so I assume there must be some other way that would allow us to know all the replies for a given topic.

Thanks
Loc

how to show a topic list from just one forum ?

Published on October 15th, 2015 by gin_marcin

Hi,

Is there a way I can show a topic list from just one forum on a page ?
I already tried the standard widgets – e.g. recent topics – but this one shows topics from all forums. Additionally I used the shortcode but this shows beside the list also the creation of a new topic – I only would like to have the list.

Thanks
Marcin

P.S. Working local; WP 4.3.1; bbPress 2.5.8; Theme GeneratePress

richer toolbar

Published on October 15th, 2015 by denaize

Hi

I’m looking for bbpress, it works well but toolbar lacks a bit of ergonomics.
My members needs smiley, classical [quote] a quote[/quote] or [code]C code[/code] and picture/files attachement.

how do I get it ?

Thank you in advance

WP 4.3.1 and last bbpress

Displaying posts by calling more than one tag

Published on October 14th, 2015 by fabwintle

Hi,

I am aware I can use the shortcode

  • Oh, bother! No topics were found here.
to display forum posts associated with the tag 181. However, I’d like to pull content assoociated with more than one tag.

Could someone please help me?

Thank you

Regular WP left hand side bar missing from Forums page

Published on October 14th, 2015 by gene-stevo

Hi Guys,
I’ve been sort of getting on with bbpress installation but have hit a wall.
The page designated to host the forums isn’t showing my default WordPress left side bar.
I think I’ve unticked and re-ticked every option on every bit of setting I can find but it still wont show. I’ve even installed Content Aware Sidebars with the idea of inserting one that way but I cant get that to work either.
What the heck am I missing (I’m a WP newbie). WP: 4.3.1 Theme: Jolene
The affected page is here.
Club News & Forums
(the password to these learn-as-I-go pages is ccc but don’t tell anyone.
Cheers in advance,
Eugene.

Forum Formatting Issues with Current WP Theme

Published on October 14th, 2015 by Nahogani

Our guild website is using the Personal Portfolio theme by Dinozoom. Most content is working fine, but when people post responses to forum posts they do not appear properly. Instead they seem to float on the top of the page like in this screenshot: Screenshot

This is my site: DTMPGuild.com

Skip to toolbar