Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 3,376 through 3,400 (of 26,830 total)
  • Author
    Search Results
  • #196717
    jsima
    Participant

    @robin-w There are 500 members in my wordpress website. I have created 4 groups, named A,B,C,D and i want to give permission to user 1 to group a & b and user 2 to b & d. Is there way to assign permission to that user without editing his/her profile?

    Even i tried bulk action to assign permission to user but i can assign only one group permission to users. 🙁 🙁

    I am using following link to assign permission to users.

    example.com/wp-admin/options-general.php?page=bbp-private-group-settings&tab=user_management

    OK guys, probably not really relevant now, but I experience the same issue and found this thread.

    Here is solution I use:

    add_filter( 'wp_mail', function( $args = array() ) {
    	/**
    	 * If WordPress wants to send an email to bbp_get_do_not_reply_address() we check
    	 * if $search_header is set. If it is, we take its value (email address) and set
    	 * it as "to" address. Also we unset the $search_header.
    	 */
    	$search_header = 'Bcc:';
    
    	if ( bbp_get_do_not_reply_address() === $args['to'] && is_array( $args['headers'] ) ) {
    		foreach ( $args['headers'] as $key => $header ) {
    			if ( false !== stripos( $header, $search_header ) ) {
    				$args['to'] = trim( str_replace( $search_header, '', $header ) );
    				unset( $args['headers'][ $key ] );
    				break;
    			}
    		}
    	}
    
    	return $args;
    } );
    #196714

    Topic: Search issue

    in forum Themes
    grignondev
    Participant

    Hello,

    I got a bbPress forum on my website using this template : https://afthemes.com/products/elegant-magazine

    My version :
    WordPress : 4.9.8
    BBPress : 2.5.14

    My problem is when I use search function on my forum, its works not fine : the result is not display. And when I try with Twenty Seventeen theme for exemple, the search works.

    My question is : What I must do ? Change my theme ? Or its possible to fix it with my current theme.

    Thanks in advance bbPress family !

    #196705
    Foliferous
    Participant

    In the WordPress settings under “Discussion”. I guess this affects the Avatars on the forum as well.

    #196698
    grignondev
    Participant

    Hello, I tried to repair the forum one option by one, and its didnt fix the problem.

    I forget to say my version :

    WordPress : 4.9.8
    BBPress : 2.5.14

    I refresh my permalinks, not working too. Anyone got an idea ?

    Thanks in advance !

    #196694
    John O
    Participant

    Hi,

    With WordPress 5 imminently upon is, I wanted to check whether there are any anticipated issues using bbPress in a WordPress 5 install that is running the Classic Editor?

    I am assuming that as bbPress is used for the support forums on WP.org it will be ok?

    Thanks in advance,

    John

    #196692
    Robin W
    Moderator
    #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
Viewing 25 results - 3,376 through 3,400 (of 26,830 total)
Skip to toolbar