Search Results for 'code'
-
Search Results
-
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
ChrissiLisaHello,
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
ChrissiLisaHi,
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 [bbp-single-forum id=00] but this shows beside the list also the creation of a new topic – I only would like to have the list.Thanks
MarcinP.S. Working local; WP 4.3.1; bbPress 2.5.8; Theme GeneratePress
Topic: richer toolbar
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
Hi,
I am aware I can use the shortcode [bbp-single-tag id=181] 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
Hi all,
Running WP 4.3.1 and BBPress 2.5.8
The issue: Forum replies appear above forum content in this theme (have tested using vanilla 2015 theme and there’s no problem). The partial solution is to play with CSS.
I’ve got a CSS plugin (Simple Custom CSS) and making changes in there, and I’ve managed to get the reply content to appear in almost the right place using:
ul.forums li {position: relative;}However, this means the content appears above the bb-reply-header DIV.
Any help appreciated 🙂
Thanks
L.