bbpress new topic button

Posted in: Newspaper
Post count: 140

hi, is there any change to have a button in bbpress for ” New Topic ” and Add Reply ”

that takes user right to the bottom of page where the form is?

this will just speed things up … no need for user to scroll …

thanks

Post count: 3343

Hello,
I will add this on the todo list, thanks for the suggestion, it would be nice to have this feature.

Thanks!

Post count: 140

very desperate for this one …. there is alot of scrolling going on now to reach the bottom ..for a reply 🙁 some users dont even know where the reply form is ..

thanks

Post count: 3343

Hi,
You can use this shortcode, is a button with this link #new-post
Work with reply and topic to.
[vc_button title="New topic" target="_self" color="default" size="size_large2" href="#new-post"]

Thanks

Post count: 140

and where would that need to go ?

I dont use a page for forum with a shortcode …
I just enabled forums in menu … Thats it

Thanks

Post count: 3343

Hi,
Go to Appearance -> Widgets, locate your bbPress sidebar that you use, and drag a text widget, and use shortcode provided http://screencast.com/t/RqwLxIH5

You can use the shortcode for new topic and for replyes to.
Thanks!

Post count: 140

I dont want to use widgets …. Because on mobile view this will be right at bottom …

I need this next or below/above search …
Thanks

Post count: 3343

Salut,

Acel shortcode poti sa il pui unde vrei tu, daca il pui direct in code il folosesti asa
<?php echo do_shortcode( '[vc_button title="New topic" target="_self" color="default" size="size_large2" href="#new-post"]' ) ?>

sau merge si cu simplu link adica <a href="#new-post">New topic</a>

Pune acest cod oriunde vrei in tema, in meniu, sub meniu.

Post count: 140

Vreau sa apara langa/deasupra la forum search

Unde anume trebuie pus ? Ce fila ?

Si asta merge si pentru “new reply” ?

E putin ciudat sa ai “new post” cand userii vor new reply …

Merci

Post count: 3343

Salut,
Aici e search-ul. http://screencast.com/t/OmqoBlcMHBo4

Poti face 2 butoane unul New post altul New reply cu acelasi link. Merge cu #new-post pentru amandoua cazuri.

Post count: 140

te rog imi poti spune cum pun acest cod sa apara langa forum search ?
Sau imediat sub ?
Nu vreau sa fie la widgets pentru ca pe mobile tot ce e la widgets apare foarte jos … Nu are sens ..

Merci

Post count: 3343

Salut,

Adauga acest code ca si aici: http://screencast.com/t/vR8Dc0dxDrd

<div style="display: inline-block"><?php echo do_shortcode( '[vc_button title="New topic" target="_self" color="default2" size="default2" href="#new-post"]' ) ?></div>
<div style="display: inline-block"><?php echo do_shortcode( '[vc_button title="Post reply" target="_self" color="default2" size="default2" href="#new-post"]' ) ?></div>

Copiaza acest CSS in Theme panel -> Custom CSS

.bbp-search-form {
  display: inline-block;
}
.bbp-search-wrap {
  margin-bottom: 11px;
}
Post count: 140

In screenshoot nu se vede tot codul … Merci

Post count: 140

am rezolvat … nu vedeam bine de pe mobile…

am adaugat <div style=”display: inline-block”><?php echo do_shortcode( ‘[vc_button title="New topic" target="_self" color="default2" size="default2" href="#new-post"]‘ ) ?></div>

in form-search.php

si <div style=”display: inline-block”><?php echo do_shortcode( ‘[vc_button title="Post reply" target="_self" color="default2" size="default2" href="#new-post"]‘ ) ?></div>

in content-single-topic.php

exact ce imi trebuia ;))

merci

Post count: 140

butonul din content-single-topic.php nu se vedea prea bine … dar e ok 🙂

Post count: 140

cum pot face acest button sa arate altfel …
acum e >>>> http://i62.tinypic.com/30dibue.png

il vreau >>> http://i61.tinypic.com/24kw8ea.png

daca il modific … se modifica toate butoanele existente …(comment/ login … )

  • This reply was modified 12 years by yoluca.
  • This reply was modified 12 years by yoluca.
Post count: 3343

Salut,
Trebuie sa targetezi doar acel buton in CSS. Da-mi un link sa vad butonul si iti dau CSS-ul.

Mersi

Post count: 140
Post count: 140

cum pot face acest button sa arate altfel …
acum e >>>> http://i62.tinypic.com/30dibue.png

il vreau >>> http://i61.tinypic.com/24kw8ea.png

daca il modific … se modifica toate butoanele existente …(comment/ login … )

Post count: 140

se poate sa ma ajutati putin cu butonul asta ” adauga subiect nou ”

in mobile view … un topic intra peste buton … (e cumva deasupra) ..

si search bar nu se vede tot … doar jumate … Search button deloc … in portrait view …

merci

Post count: 3343

Salut,
Pt buton incearca asta:

.bbp-search-form a > span {
  border-radius: 5px;
}

Pt search:

@media (max-width: 767px) {
  .bbp-search-wrap .td-widget-search-input {
    width: auto;
  }
}
Post count: 140

acum merge pe mobil dar nu pe firefox

http://tinypic.com/r/2w4d74x/8

Post count: 140

ok am reusit …

multumesc…

o ultima intrebare pentru acest topic … cul pot face butonul sa arate asa

http://i61.tinypic.com/24kw8ea.png

Viewing 23 posts - 1 through 23 (of 23 total)
You must be logged in to reply to this topic.