Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,801 through 8,825 (of 64,428 total)
  • Author
    Search Results
  • #184642
    jeazyee
    Participant

    Same problem on my page also using PHP 7.1 latest version of bbPress and SSL with valid certificate and also use forced SSL over cloudflare hope there will be a fix soon.

    EDIT: Downgrading to PHP 7.0 will solve the problem for now, but anyway I hope PHP 7.1 support will be there soon.

    #184640
    Robin W
    Moderator

    url, screenshot, more detail?

    how much if nay of this have you been through

    Before Posting

    #184637

    Topic: glossary

    in forum Plugins

    I would like to make a glossary with bbpress, any idea?
    Thanks

    // my website https://www.lottery.co.th/forums

    sourfew
    Participant

    I have ElasticPress and working for WordPress but not for bbpress. What do I need to do to get it working?

    #184634
    blueshiningstar
    Participant

    Thank you Robin !

    I tried to reload the css, but no change.

    I tried to change other settings:
    Forums index styling is working. I changed the size of “3. Forum Headings Font”.

    “Topic/Reply Styling – 5. Topic/Reply Date Font” doesn’t work.

    So,“Topic/Reply Styling” doesn’t work.

    I doubt below plugin.
    “bbPress – Sort topic replies1.0.3”

    wci
    Participant

    Dear support team,

    please help to solve the issue, while buddypress is active then bbpress search results are not displayed as it should, because the URL is then forward to main page instead of display the search results.

    Screen video > https://www.screencast.com/t/DjsAlpyn2s

    Looking forward to your help.

    BR, Alex

    #184612
    andreas7777777
    Participant

    Hello,

    I run a very large community (ca. 3 Mio posts, 60k users) and using over 17 years Woltlab as community software. Basically, my community is a forum / discussion board, but also has a magazine, gallery and a marketplace.

    As I work for many years with WordPress on other projects, I really like the pros in using an open system. Thats the total opposite of a software like WBB from Woltlab, and its getting worser and worser.

    So, I really think its time for changing the system and that finally 😉 brings me to my questions:

    1. There is no direct importer for Woltlab, right? As far as I read you must transfer the data to phpbb and then there is an importer phpbb >> bbpress, right?

    2. How is the performance if you are running a very large community?

    3. I watched a few sites that uses bbpress, but they only give me little impressions how the functionality of the software is. Is there a documentation on how the moderation works / what functions exists?

    Thanks in advance!

    Regards, Andreas

    #184611
    blueshiningstar
    Participant

    I am using bbp style pack.
    But, “Topic/Reply Styling – 10. Topic Header” doesn’t work.
    I want to change Topic Header size.

    bbp style pack 3.59
    WordPress 4.7.5
    Twenty Sixteen
    bbPress2.5.12
    bbPress – Sort topic replies1.0.3
    I don’t open my HP link yet.

    #184610
    Robin W
    Moderator
    #184608
    ilovemetrics
    Participant

    Hi,

    Thanks for the response. I’m not following how this would solve the problem, though. From what I can see of that filter, I need to pass in the topic title into this function, but I can’t get the topic title in functions.php early enough.

    Here’s the function (in functions.php) I’ve created to modify the title in other ways needed (replace “Forum” with “Investment Groups” and replace mdash; with a hyphen as the main separator). This is where I’d want to incorporate the logic:

    function theme_mod_title() {
        	add_filter('document_title_separator', function() {
            	return '$%';
        	});
        	remove_filter('pre_get_document_title', 'theme_mod_title');
        	$find = array(
    			'/ \$% /', 
    			'/^Forums/'
    		);
        	$replace = array(
    			' - ', 
    			'Investment Groups'
    		);
        	$title = wp_get_document_title();
    
    	// filter the title    
        	$ftitle = preg_replace($find, $replace, $title);
    
            NOT SURE HOW TO ACCOMPLISH THIS, BUT LOGIC NEEDED IS
    	//if (on bbpress topic page){
    		$ftitle = bbpress topic title . ' - ' . $ftitle;
    	//}
    
    	return $ftitle;
    }
    add_filter('pre_get_document_title', 'theme_mod_title');

    The bbPress part is where I’m stuck. I’m not sure how to actually get the topic title early enough to pass it into the document title. This seems to be the only place I can actually set any new meta title tag logic, but I can’t tap into anything bbPress this early in the process.

    Thanks again

    #184606
    Stephen Edgar
    Keymaster

    Could you expand on some of the configuration setup you’re using here please?

    What version of WordPress are using?

    I think you’re talking about the “front end” editor like here on bbPress.org?

    Or maybe you’re using a plugin to enable TinyMCE, if so what plugin is it?

    The above info should help us to reproduce the issue if you could please @jesus-1 🙂

    #184605
    scrawny
    Participant

    Same problem.

    Site is running certified SSL and have had no issues with other plugins or wordpress itself.

    Running PHP 7.1, latest version of bbPress

    Problem exists in Firefox and Opera. Don’t use IE or Chrome.

    Site is closed to public while in developement. Doesn’t seem to stop people accessing forum.

    When clicking on Forums in Dashboard the url result is

    https://mysimpleknitting.com/wp-admin/edit.php?post_type=forum

    Message on page is:

    The mysimpleknitting.com page isn’t working

    mysimpleknitting.com.com is currently unable to handle this request.

    When I attempt to access forums from url directly:

    When I type in https://mysimpleknitting.com/forums/

    The result is the same error.

    Clicking on Forums in the Settngs brings up the proper bbPress page.

    #184603
    ilovemetrics
    Participant

    Hoping someone has solved for this…

    I’m trying to make sure that all single topic pages are unique for SEO purposes. Currently, topics simply have the format “Forum – [Forum Name] – [Site Name]”. I want to prepend the topic so that the meta title tag format is “[Topic Name] – [Forum Name] – [Site Name]”.

    I do not want to use Yoast or any other plugin, as this should be a pretty simple change.

    The problem I am having is two fold:

    1. In functions.php, I am unable to use anything like is_bbpress() or bbp_is_single_topic() to tell if I am on a specific page.
    2. I am unable to get the bbPress topic title ahead of the pre_get_document_title() function so that I can prepend it into the meta header.

    Any help would be greatly appreciated. This is for a WordPress/BuddyPress/bbPress integration.

    Thanks in advance

    #184598
    Jens
    Participant

    When a regular user writes a post and uses links like https://bbpress.org with the editor, the post is not saved and published. As an admin I can use links like before I installed the 2.6 Beta 2.

    My work-around: Deavtivated the editor in the settings of bbPress (“_bbp_use_wp_editor”).

    It works, when ones uses HTML without the editor. So it seems to be an an issue of the editor.

    #184587
    afinkdesign
    Participant

    Hello,

    I think I have a problem with the reply count.
    It shows only 2 replies but there are more inside the topic.
    Here is the link to the topic:

    Zeigt uns eure Whiskybar

    Do you know how to solve this problem?

    I´m using:
    Wordpress Version 4.7.5
    bbPress Version 2.6-alpha
    Theme: X Theme by Themeco
    Here is my forum page: http://www.whiskytasters.de/forum/

    Thank you very much for your help!

    Kind regards,
    Alex

    #184586
    Stephen Edgar
    Keymaster

    This is fixed for the upcoming bbPress 2, you can download bbPress 2.6 beta 2 and help us test it, bbPress 2.6 will be released really soon so it’s stable and we’re using it right here on bbpress.org and wordpres.org/support now 🙂

    Download

    #184579
    core12dev
    Participant

    Oops… forgot to change my a:2 to a:1 after removing the bbpress capability. So now, when I remove s:13:”bbp_keymaster”;b:1; from my wp_capabilities and properly set my administrator serial.

    Then…

    I go to the dashboard and click “plugins” to view the bbpress plugin. Before I take another action, I view my database to find s:13:”bbp_keymaster”;b:1; added back to my wp_capabilities field.

    Still stumbling around on this…

    #184578
    core12dev
    Participant

    I looked into my user meta under wp_capabilities and found the bbpress access rights. s:13:”bbp_keymaster”;b:1;

    When I delete this from my wp_capabilities I lose all access to the dashboard and administrator functions. I put it back into database and functions return to normal.

    Still digging…

    #184564
    israelclp
    Participant

    Sorry for my English!

    I’m trying to migrate PHPBB 3.1.10 to BBPress, but to no avail. Always the same mistake. I would like your help if possible.

    Erro no banco de dados do WordPress: [Table ‘falco785_phpb1.phpbb_user’ doesn’t exist]
    SELECT convert(user.uid USING “utf8mb4”) AS uid,convert(user.password USING “utf8mb4”) AS password,convert(user.username USING “utf8mb4”) AS username,convert(user.email USING “utf8mb4”) AS email,convert(user.regdate USING “utf8mb4”) AS regdate,convert(user.realname USING “utf8mb4”) AS realname FROM phpbb_user AS user LIMIT 0, 100

    Thank you,

    Israel Pimentel.

    From Brazil.

    #184554
    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 twentyfifteen, and see if this fixes.

    Then come back

    #184548
    Robin W
    Moderator

    ok, not sure I can help further – think it is a wordpress/database issue.

    Last 2 throws of the dice

    1. is debug switched on, and if not turn it on to see what errors are appearing. if you need instructions for that – come back

    2. try changing theme to a default one like twentyseventeen, then deactivate and see if that does anything. if that works you could switch back to your normal theme once bbpress is gone.

    #184543
    core12dev
    Participant

    One of the first things I attempted. Renaming does the same as “deactivating” the plugin. There are no other bbPress related plugins.

    It is acting like a script issue where the Admin functions aren’t finding the proper variables. But I’m not a pro coder… just a logic guy.

    #184540
    Robin W
    Moderator

    ok, suspect that the database has an issue

    two thoughts

    1.do you have other plugins that are bbpress related? If so deactivate these first
    2. Use FPT and go into

    wp-content/plugins and rename the bbpress directory to something such as bbpressold

    wordpress should then recognise it as gone.

    #184538
    sullilli
    Participant

    Hi,

    I install bbPress 2.5 and i didnt have the “tree” in the forum when i navigate.
    A friend of me have test with wamp and do the same installation like me and have the tree link when he navigate into his forum.

    Link : http://www.universxbox.fr/forums/

    Sorry for my bad english i’m french.

    Thanks in advance for your help.
    Sulli.

    #184532
    core12dev
    Participant

    Cannot deactivate – same issue. Must leave activated to keep access to my WP-Admin. As long as I stay in the WP dashboard, I can work with it. If I leave the WP-Admin – I cannot access the WP dashboard.

    I was locked out – then discovered if I used the Admin bar to view “comments”, it would load the dashboard w/o the “dashboard link”. Then re-activated the bbPress plugin (as it was the last known action before losing dashboard access). When I reactivated – the wp-dashboard was back to normal with full functions.

Viewing 25 results - 8,801 through 8,825 (of 64,428 total)
Skip to toolbar