Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 3,301 through 3,325 (of 26,748 total)
  • Author
    Search Results
  • #196685
    jsima
    Participant

    I am using bbPress and i have created 5 categories E.G general chat, random discussion, marketing, media, off topic. I want to set limitation for users. I want to restrict general chat and random discussion for user A and media, off topic for user B and random discussion, media for user c. Is there any plug-in (free or paid)?

    Waiting for your kind reply.

    #196646

    In reply to: Sorting Forums

    Robin W
    Moderator

    my style pack plugin allows you to do that

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Forum Order

    #196623
    dmalkin
    Participant

    Having a really difficult time figuring out a way to output topic reply time stamps in a users local timezone. I have a forum with global users and this is a necessity.

    WP version: 4.9.8
    bbPress version: 2.5.14

    Currently using this plugin: Localize Time (https://wordpress.org/plugins/localize-time/)

    I am wrapping the bbp_get_reply_post_date() with the shortcode [localize_time]; however, I cannot alter the format of the output date from the shortcode.

    I need an alternate solution.

    Robin W
    Moderator

    I’ve just added this functionality to my style pack plugin

    bbp style pack

    once activated go to
    dashboard>settings>bbp style pack>Topic/Reply Display
    dashboard>settings>bbp style pack>Topics Index Styling

    #196592

    In reply to: Nothing displayed

    pnccontact
    Participant

    Well, another question.
    I have users in double like:
    imported-fdsfsdf(at)freee.com
    fdsfsdf(at)freee.com

    Is there a way to use anly the second one for bbpress and wordpress ?

    PS: sorry for my english, I am french…

    #196591

    In reply to: Nothing displayed

    pnccontact
    Participant

    Well, another question.
    I have users in double like:
    imported-fdsfsdf@freee.com
    fdsfsdf@freee.com

    Is there a way to use anly the second one for bbpress and wordpress ?

    PS: sorry for my english, I am french…

    #196546
    Robin W
    Moderator

    bbp style pack

    once activated go to
    dashboard>settings>bbp style pack>Buttons

    #196532
    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>forum templates and select alternate template

    #196524

    In reply to: Visual Editor Forums

    Robin W
    Moderator

    you can add visual editor to the bbpress forms in and do many other things using

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/reply form

    #196521

    Topic: Visual Editor Forums

    in forum Plugins
    writersabroad
    Participant

    writersabroad
    Participant

    @writersabroad
    3 seconds ago
    I’m moving my writing community site from Spruz to WordPress/Buddypress site. On the current site we have used the forum function to set up various writing activities under a number of categories where members can post work, goals, and various other things using a visual editor… I want to replicate this on the new site. Any advice on the best and easiest way forward? Will the bbpress plug-in allow me to create a forum category with sub categories?

    the new site is expatwritersabroad.com but I haven’t completed the set up yet and it’s still under construction.
    Thanks in anticipation

    #196506
    vladlu
    Participant

    bbp_[get]_reply_post_date( bbp_get_topic_id() );

    Really the bbp_reply_post_date() function doesn’t analyze post_type so you can give it anything you want, not only with type “reply”.

    P.S. Topics (and everything) is bbPress is a post (class WP_Post), and every post has post_date (https://codex.wordpress.org/images/2/25/WP4.4.2-ERD.png).

    I think this way is the most elegant and straightforward.

    #196494
    calepwhoward
    Participant

    Here are the details:

    ~ WordPress 4.9.8
    ~ Travel Eye Pro theme
    ~ BBPress Version 2.5.14

    This issue is with a company Intranet so not accessible from the Internet.

    When a new topic is created via the Topic option in the WordPress dashboard subscribers are not notified. When a new Topic is created on the Forum page using the New Topic fields and editor subscribers are notified. I’ve tested this across multiple forums and this behavior is repeatable. I see the new topics in the forums regardless of where they’re entered but subscribers are only notified if the topic is created from the forum webpage. Have I missed a configuration step in WordPress or is this a bug?

    Thanks in advance for any help anyone can offer. Happy Monday!

    #196490
    Robin W
    Moderator

    you can put the code in your child theme functions file or put it in a plugin like this which is probably easier

    Code Snippets

    #196471
    Robin W
    Moderator
    function custom_bbp_sub_forum_list() {
      $args['separator'] = ';' ;
      return $args;
    }
     add_filter('bbp_after_list_forums_parse_args', 'custom_bbp_sub_forum_list' );

    or use

    bbp style pack

    to get the lists vertical

    #196461
    frog65
    Participant

    Hallo,
    wir haben eine WordPress (4.98) Homepage inkl. bbPress Forum aufgebaut.
    In der Fusszeile haben wir einige statistische Informationen über Widgets eingeblendet.
    So auch die “neueste Themen”.
    Funktioniert auch soweit, nur haben wir für die Admins einen Privatbereich eingerichtet dessen Themen nun hier angezeigt werden, auch wenn man NICHT eingeloggt ist.
    Resultat ist ständige Nachfrage von Usern wieso man eine Fehlermeldung (Ops 404) erhält wenn man die Themen anwählt.
    Kann man das so einstellen, dass auch nur die die neuesten Themen angezeigt bekommen, die die Berechtigung hierfür haben?
    Grüße
    Armin

    #196460
    frog65
    Participant

    Hallo,

    wie kann ich im bbPress Forum bei den Unterforen das Trennzeichen (“;”) anpassen. z.B. Unterforum1 (0,0) ; Unterforum2 (0,0)

    Hab was gelesen von bbp_list_forums im template.php.
    Es beginnt schon damit, dass ich dieses template.php in WordPress nicht finde.

    Gibt es keine Customizing-Seite wo ich das eingeben/auswählen kann?

    Grüße
    Armin

    #196456

    In reply to: Visual won’t show

    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Reply form item 9

    #196452
    Robin W
    Moderator
    #196442
    filipfek
    Participant

    Hi 🙂
    I do not know if my problem is more concerned with buddypress support or bbpress support, but I wrote here.

    My WordPress
    bbPress 2.5.14
    BuddyPress 3.2.0
    I use theme Eduma.

    I’m using BuddyPress and created a group with a private forum. The problem is that the group forum has no template. If I check the page, it has all classes. It looks like it can’t read the css bbpress file (it look like that Annex1). I created the forum using bbPress. My forum looks like that Annex 2 and the group forum should look exactly the same. How can I do this? I will be grateful for your help.

    #196437
    dater
    Participant

    Or use bbp style pack >= v4.0.1
    Thanks!

    #196405
    Robin W
    Moderator

    whilst this hasn’t been updated in a few years, I think it still works

    bbPress Moderation

    #196384

    In reply to: Forum relpy deletion

    Robin W
    Moderator

    functions file, or use a snippets plugin such as

    PHP code snippets (Insert PHP)

    Robin W
    Moderator

    agree, it seems to be a bug.

    I have lodged a trac ticket

    https://bbpress.trac.wordpress.org/ticket/3230

    I’ll see how easy it is to filter for a temporary fix

    #196351
    Robin W
    Moderator

    Sites do not just stop working – there will be a change

    So if nothing wordpress-wise has changed, then it must be something outside of wordpress that has changed – sorry but back to your hosters for help.

    #196330
    longtall
    Participant

    Tearing my hair out here trying to change the content container to transparent. I’ve tried changing the bbpress.css file, putting custom css in the bbl style pack, but nothing seems to work.
    Really appreciate some help here as I don’t what else I can do.
    WordPress 4.9.8
    bbPress 2.5.14
    http://dftasmania.com/forums/topic/test-topic/
    Thanks in advance.
    Cheers
    Longtall

Viewing 25 results - 3,301 through 3,325 (of 26,748 total)
Skip to toolbar