Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 17,276 through 17,300 (of 64,532 total)
  • Author
    Search Results
  • #156178
    maxlover
    Participant

    Hello, I have been looking around internet for better forum plugin, personally I like bbPress and saw how to work on multiple database but eventually came to know that was bbPress standalone installation , having bb-config.php and now standalone version stopped, just plugin integration.
    I want to keep website and forum on separate database, is it possible in plugin version of bbPress?
    forum is limited to Question/Answer (something like FAQ), hardly would have discussion board..

    #156177
    Robin W
    Moderator

    probably better to put this to the auto linker plugin author and tell them that bbpress uses custom post types of Forums, Topics, and Replies.

    #156176
    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    #156175
    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    #156174
    Robin W
    Moderator

    try the following to se if you can pinpoint a conflict in live

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    medousa
    Participant

    Hi and thanks for your reply but I have a parent theme and can not create a child theme.
    Can I paste this code into a parent theme and if yes, at what function file?
    There are plenty into the dashboard.There is bbpress-functions, there is theme functions, functionsbu.php. Can you pls specify? I would deeply appreciate this!

    #156165
    SergioDev
    Participant

    Hello!

    Sorry for the delay in responding …

    I tried to disable all plugins except bbPress and I already see “forums” in dashboard! After I returned to reactivate all the plugins one by one and now if I see “forums” with the same plugins activated before!

    Thank you very much!

    #156164
    HighRollerUSA
    Participant

    I just installed bbpress 2.5.4 on WordPress 4.1, on two different websites.

    On my test site, everything is working as expected, but on my live site (which has SSL) every time I try to access the default https://mysite.com/forums/ I get the following error:

    Fatal error: ob_end_flush(): Cannot use output buffering in output buffering display handlers in /homepages/wordpress/wp-includes/functions.php on line 3269

    I can create a new page with a different name than “forums” and use the shortcode successfully, but the breadcrumbs have a direct link to the “/forums” and it gives the same error.

    Any idea what may be going on?

    Thanks!

    #156160
    nitz12345
    Participant

    Hello.
    I seem to have a problem with creating new topic. When i click the “submit” button, it tries to redirect to the topic for editing (I guess?), but then it get stuck in redirection loop and I get an error.
    The problem occurs when I put permalinks on “Pretty Links”. When I change back to default it stops happening.

    The page that I use for the forum is the following: http://forum-dati.co.il/%D7%A4%D7%95%D7%A8%D7%95%D7%9D/%D7%A4%D7%95%D7%A8%D7%95%D7%9D/

    Everything is in Hebrew, so if you need any translation just say 🙂

    I use wordpress v4.1 and bbpress v2.5.4
    I also use multisite

    Thank you very much

    #156157
    Job-Helfer
    Participant

    Good Morning,

    we have our forum and have installed to another question: http://www.job-hilfe.de/forums/

    I would like to automatically track certain words on the forum link – currently I use SEO AUTO LINKER. Thus, the link works within the blog, but unfortunately not in the forum. Is there a way or a trick on how to automatically words on the forum can link?

    Robkk
    Moderator

    @j0n4h

    oh sorry for the late reply, try to keep the number of links to 1 or 2 in your topic next time , the spam prevention measure bbPress did could be stopping it if you posted more than the minimum amount of links.

    Robkk
    Moderator

    @j0n4h

    if avada came with a bbpress.css file already in try to follow the same file hiearchy.

    other than that it should be wp-content>avada-childtheme>css>bbpress.css

    #156148
    Robkk
    Moderator

    Where can I find a plugin like http://jobs.wordpress.net?

    you might be able to do it with bbPress , i suggest you post a job over there at the site to get that kind of custom development.

    I max my cell it needs

    what?

    #156147
    Robkk
    Moderator
    #156142
    Piani
    Participant

    Is there a easy way to set bbpress “bbp_topic_subscription” to default marked as active?

    (Notyfy me of follow-up replies via email = TRUE)

    #156141
    Phil995511
    Participant

    If I just install BBPress, but I not activated it, I have this message on my console admin :

    Notice: has_cap est appelé avec un argument qui est déprécié depuis la version 2.0 ! L’utilisation des niveaux d’utilisateur par les extensions et thèmes est désormais interdite. Utiliser les rôles et capacités à la place. in /var/www/virtual/xy.com/htdocs/wp-includes/functions.php on line 3495

    By Google translate :

    Notice: has_cap is called with an argument that is deprecated since version 2.0 ! The use of user levels by extensions and themes is now banned. Use roles and capabilities instead. in /var/www/virtual/xy.com/htdocs/wp-includes/functions.php on line 3495

    I’m on WP 4.1

    Tks for your help.

    #156140
    Phil995511
    Participant

    Hello,

    I have some problem on my site, the preview of my theme don’t work correctly. When I in WP_DEBUG_LOG limited to 128 Mb I have this results :

    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /var/www/virtual/xy.com/htdocs/wp-includes/functions.php on line 3547

    Reading more at this problem :

    Troubleshooting

    #156137
    Zemi12
    Participant

    Thank you, I solved it.

    #bbpress-forums div.odd,
    #bbpress-forums ul.odd {
    font-size:12px;
    margin-top:0;
    }
    
    #bbpress-forums div.even,
    #bbpress-forums ul.even {
    font-size:12px;
    margin-top:0;
    }
    #156135
    Robin W
    Moderator

    Like many plugins the documentation is not great, and as a humble user I have added to it as I have learnt, a good deal of the documentation is mine.

    bbpress is a complex plugin, and I sympathise that it is not great to grasp.

    With templates, all functions are written to allow you to filter what is there, this is a standard wordpress/php process, so you’re sort of expected to know about it as part of wordpress! I did try to explain it in

    Step by step guide to setting up a bbPress forum – part 5

    you can filter many bbpress functions using ‘parse args’ capability – a standard wordpress technique or just filter the whole function, you’ll see a return apply_filters in all template functions and this is the hook that you use.

    so for you you could us the code in your other post

    Display the last topic updated in the forums loop

    If you’d like to help with documentation, just find where something is poor and write what you think it needs changing to, it is newcomers like you that can really help improve what is there

    #156134
    Robin W
    Moderator
    #156133
    Robin W
    Moderator

    just use shortcodes

    https://codex.bbpress.org/shortcodes/

    in particular

    [bbp-single-forum id=$forum_id]
    
    siddardha
    Participant

    Hello I am making a bbpress forum site. How can I make my forums and categories as child pages or sub pages.

    Thank you.

    #156131
    pinkhare
    Participant

    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().

    I have been getting this message from 2 years ago and I have been reading all the related posts and Q&As from time to time, but it seems that this problem is not resolved yet. I sure that this is a bbPress issue or the issue of Customize template/function for wordpress. Because I have tested with no plugin, so it’s not the case of conflicting plugin and I used WordPress default themes(Twenty Fourteen & Twenty Fifteen).
    My wordpress version is 4.1 & my bbpress version is 2.5.4.

    The most important thing is that message is only shown on the admin’s ‘Customize‘ page.
    I’m developing my own theme, so I want to fix it without disabling WP_DEBUG config.

    #156130
    Robin W
    Moderator
    Robin W
    Moderator

    put this in your functions file

    function rw_custom_freshness_link( $forum_id = 0 ) {
    		$forum_id  = bbp_get_forum_id( $forum_id );
    		$active_id = bbp_get_forum_last_active_id( $forum_id );
    		$link_url  = $title = '';
    
    		if ( empty( $active_id ) )
    			$active_id = bbp_get_forum_last_reply_id( $forum_id );
    
    		if ( empty( $active_id ) )
    			$active_id = bbp_get_forum_last_topic_id( $forum_id );
    
    		if ( bbp_is_topic( $active_id ) ) {
    			$link_url = bbp_get_forum_last_topic_permalink( $forum_id );
    			$title    = bbp_get_forum_last_topic_title( $forum_id );
    		} elseif ( bbp_is_reply( $active_id ) ) {
    			$link_url = bbp_get_forum_last_reply_url( $forum_id );
    			$title    = bbp_get_forum_last_reply_title( $forum_id );
    		}
    
    		$time_since = bbp_get_forum_last_active_time( $forum_id );
    
    		if ( !empty( $time_since ) && !empty( $link_url ) )
    			$anchor = '<a href="' . esc_url( $link_url ) . '" title="' . esc_attr( $title ) . '">' . esc_attr( $title ) . '</a>';
    		else
    			$anchor = esc_html__( 'No Topics', 'bbpress' );
    
    		return apply_filters( 'rw_get_forum_freshness_link', $anchor, $forum_id, $time_since, $link_url, $title, $active_id );
    	}
    	
    	add_filter('bbp_get_forum_freshness_link', 'rw_custom_freshness_link' );

    Functions files and child themes – explained !

Viewing 25 results - 17,276 through 17,300 (of 64,532 total)
Skip to toolbar