Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 10,376 through 10,400 (of 26,866 total)
  • Author
    Search Results
  • Asynaptic
    Participant

    Hi, just a quick question about this new feature that has been in the pipeline for some time:
    https://bbpress.trac.wordpress.org/ticket/2498

    there is already a plugin that provides this functionality (http://wordpress.org/plugins/bbpress-post-topics/) and it is being used already on the official sites here so I’m curious why it isn’t a done deal?

    thank you!

    #141483
    Hamed.T
    Participant

    i have a php code that help me to add any button in wordpress quicktags toolbar:

    add_action( 'admin_footer-post-new.php', 'pre_add_quick_tag' );
    add_action( 'admin_footer-post.php',     'pre_add_quick_tag' );
    function pre_add_quick_tag() { ?>
        <script type="text/javascript">
            edButtons[edButtons.length] = new edButton( 'pre', 'pre', '<pre>', '</pre>', '' );
        </script>
    }

    now i want this pre button also added in bbpress (not just for admin, i want all users can use this button), any idea?

    ps: i also asked this question here

    #141477
    fyreus
    Participant

    Hi.

    I use both the current version of wordpress and bbpress and my goal is to disallow new topic creation for non-admins, but allow people to post within pre-made topics.

    Will this be possible in the near future?

    #141468
    axelts
    Participant

    I have the same problems from October, updating WordPress and Bbpress in this months doesn’t take any difference. I did a similar solution as pointed above from “Ronthai”, I’ve disabled the “Setting->Forum->Reply Threading” check. The order come back normal but you don’t have nested reply. My solution (as some post above) was to install this small plug-in to add a Quote link: https://wordpress.org/plugins/bbpress-direct-quotes/

    I write down my setting for debug propose:

    Wordpress: 3.8 (bug present also on 3.7)
    Bbpress: 2.5.3 (bug present also on previous version)
    Template: NewsPlus
    Apache version 2.2.23
    PHP version 5.2.17
    MySQL version 5.5.34-MariaDB
    Architecture x86_64
    Operating system linux

    Lynqoid
    Participant

    The idea with the full WordPress with bbPress integration is that you can enable/disable certain features.

    Some themes already come with a breadcrumb so being able to disable the bbPress one via a tickbox in the admin section would be quite handy, same goes with disabling the sidebar via a tickbox.

    I’ll take a look at your theme later see what I can see, at quick glance I’m not too sure what is happening.

    #141448
    B
    Participant

    After a little digging, discovered my Custom Post Type Permalinks plugin wasn’t playing nicely with bbPress.

    Problem and solution (albeit temporary) documented here: https://wordpress.org/support/topic/bbpress-topic-links-in-forums-break

    Ultimately, edited the CPTP plugin file directly (ugh) line 290-something

    $parentsDirs = "";
    if( !$leavename ){
    	$postId = $post->ID;
    	if ( !in_array($post_type, array('topic', 'forum', 'reply') ) ) {
    		while ($parent = get_post($postId)->post_parent) {
    			$parentsDirs = get_post($parent)->post_name."/".$parentsDirs;
    			$postId = $parent;
    		}
    	}
    }
    #141438
    phatboydw
    Participant

    A little background, I have about 0 knowledge of WordPress and especially BBPress. The reason I am here is I am trying to help get some basic forms working that were setup an possibly messed up by a previous admin who is currently MIA. I have figured out my way around WordPress but am at a loss as to why the posts do not display within the topics. Any help would be appreciated.

    This is a link to one of the forum topics that had a few post/replies but are not visible.
    http://home.outlandcraft.com/forums/topic/test/

    faithlee
    Participant

    Hi all, I know that to make changes to a theme in wordpress you use a child theme to avoid losing the changes upon updating the files. I am doing this and it works fine.

    My issue is doing the same for a plugin. Does anyone have any idea on how to make changes to the css files and some php files without losing the changes when I update the bbpress file?

    Any help would be greatly appreciated.

    Thanks

    Faith

    Lynqoid
    Participant

    Hey all,

    Great to hear you are working on your websites 🙂

    I am slowly working on a couple of new themes for bbPress and a full WordPress theme as well. The problem with just doing a bbPress theme is that I have no control over what the sidebars class or ids are so it makes it a bit problematic to remove them.

    Good luck and keep on building!

    #141409
    5ngua
    Participant

    I already post this topic in pollddady support forum because I don’t know who can fix this, maybe bbpress team, maybe polldaddy team…

    https://wordpress.org/support/topic/polldaddy-shows-rating-on-bbpress-forum

    #141404

    In reply to: bbPress 2.5.3

    Stephen Edgar
    Keymaster

    the admin icons for forums, topics and replies are missing. May you please check it? I’m using the latest wordpress.

    Try clearing your browser cache/history or hard refresh

    #141396
    Zoee
    Participant

    Hi all, I have a members only forum on a clients site that is protected by s2Member so only level #1 members can access all /forms/forum pages. The client reported yesterday that their forum wasn’t working – all pages got to our custom 404 page.

    They upgraded there website to 3.8 last week – usually we run there updates, I don’t think they checked the forum after running the update so I don’t know if the update caused the issue or not. Likewise they didn’t take a full site backup as instructed when doing updates.

    When I switch off permalinks the pages work (though the forum overview /forums/ doesn’t). I’ve tried:
    – resaving the permalinks (switching off, back on etc in various different combos)
    – deleting the .htaccess and resaving permalinks
    – uploading an old .htaccess
    – reinstalling wordpress 3.8
    – deactivating all other plugins
    – switching to a default theme

    I really don’t want to have to move them to a fresh install, the site is massive. Likewise I don’t think reverting to an older version of WordPress is really a solution.

    Any more suggestions of what to try would be appreciated!!!

    Thanks in advance!

    #141395
    Zoee
    Participant

    Hi all, I have a members only forum on a clients site that is protected by s2Member so only level #1 members can access all /forms/forum pages. The client reported yesterday that their forum wasn’t working – all pages got to our custom 404 page.

    They upgraded there website to 3.8 last week – usually we run there updates, I don’t think they checked the forum after running the update so I don’t know if the update caused the issue or not. Likewise they didn’t take a full site backup as instructed when doing updates.

    When I switch off permalinks the pages work (though the forum overview /forums/ doesn’t). I’ve tried:
    – resaving the permalinks (switching off, back on etc in various different combos)
    – deleting the .htaccess and resaving permalinks
    – uploading an old .htaccess
    – reinstalling wordpress 3.8
    – deactivating all other plugins
    – switching to a default theme

    I really don’t want to have to move them to a fresh install, the site is massive. Likewise I don’t think reverting to an older version of WordPress is really a solution.

    Any more suggestions of what to try would be appreciated!!!

    Thanks in advance!

    #141379

    In reply to: Thousands of revisions

    Stephen Edgar
    Keymaster

    I had a look at the data in both your previous posts and I can only find SELECT SQL statements, there are no INSERT INTO or UPDATE SQL statements that cause the creation or updates into the database so these don’t help us much, not sure what/where we should be looking for more help here.

    There is the following plugin by one of the WordPress core devs @dd32 https://wordpress.org/plugins/revision-control/

    I have sent him an email asking for some tips on what else we should be looking for.

    #141378

    In reply to: bbPress 2.5.3

    shearamariz
    Participant

    the admin icons for forums, topics and replies are missing. May you please check it? I’m using the latest wordpress.

    #141366

    In reply to: Help please!

    Stephen Edgar
    Keymaster

    Much of this is theme related, we have a ticket in Trac for some microdata additions for breadcrumbs be the actual format for forums, topics & replies doesn’t have an ‘official’ spec so there really isn’t an easy way of supporting scheme.org or microformats with bbPress at this stage.

    Your best workaround is to customize your bbPress templates to fit a markup of your choice and this really comes down to how your theme is currently doing this.

    https://codex.bbpress.org/theme-compatibility/

    https://bbpress.trac.wordpress.org/ticket/2269 “Add rich microdata markup to breadcrumbs”

    #141347
    Stephen Edgar
    Keymaster

    Thanks for the follow up.

    You can backup your forums, topics and replies via the WordPress Export if you ever need to back these up 😉 http://example.com/wp-admin/export.php

    #141343
    Stephen Edgar
    Keymaster

    1. The legend of bbp-form gives no indication of the difference between a reply to topic versus a reply to a reply. I have to look at the URL displayed by the browser to tell the difference.

    Will take care of this in the ticket you created 🙂
    https://bbpress.trac.wordpress.org/ticket/2509#comment:5

    2. When I go to the link of a post given by the RSS feed, it displays starting below the post’s toolbar. Now I know there is a toolbar above the post and can scroll up to click the REPLY link, then go reply. BUT – I really, really don’t want to have to educate every one of my moderators and users about this. From some Google searching about this, it seems that having the post’s reply link above the post is a more recent feature. I don’t think it is very intuitive, especially when a post link ending in “…/#post-416″ gets me to post 416 with the toolbar for that post invisible until you scroll up to see it (if you knew to do that).

    I get where you are coming from on this and this is pretty hard to implement in bbPress as we don’t know what toolbars, headers etc your theme uses and there are soooo many.

    I’m far from a CSS guru but is there some CSS trick that will allow some margin padding to fix this?

    3. Some of my moderators have pointed out to me examples of the “Freshness” column in the Forum index pages being just plain wrong. To be more specific, the “Freshness” entries in question say a particular category is several days old (even after an F5 browser refresh), when by going down to a topic in that category you can see that it should have been 30 minutes old.

    This does happen from time to time, hopefully with the patch in #1925 this will also be resolved. https://bbpress.trac.wordpress.org/ticket/1925

    I get the same ordering issues with only some of the Topic threads.

    Is there/ Have you seen anything that determines if the issue occurs?

    Are the topics that work as expected before Threaded Replies were enabled for example?

    I also have a particular thread where a reply to a reply does not show any thread indentation and ends up after all comments on the topic, just as if it had been a reply to topic.

    Probably need to take a closer look at that entire topics topic, replies and replies to looking at the post id’s and relevant data.

    The ‘Threaded Replies’ issues I am tracking in ticket #2397 if you come across anything that may help diagnose these issues further that would be great.
    https://bbpress.trac.wordpress.org/ticket/2397

    wiste
    Participant

    @netweb, I get that and that’s where the CSS files are, but when I try to change any php files that are located in the subfolder which is also names “bbpress” it simply doesn’t see them. My understanding from the WordPress documentation is that if you put the file in a child theme in the exact same heirarchal location as it is in the parent theme it should pick it up, but that’s not how it’s working.

    I made a custom loop-forums.php. The structure of the default folder is that this file is inside a folder already called bbpress. When I copy over all the files form default in my parent theme to bbpress in my child theme I end up with a bbpress folder containing all of the php files inside of the bbpress folder that I created for the child them. Then upload my custom loop-fourm.php to the folder where it normally resides, it doesn’t pick up the change. When I put it at the root it does pick it up. However, changes to the CSS files in bbpress/CSS get picked up.

    I’m having this same problem with other files in the child theme where I can’t figure out where to place php files to have them be recognized in the child theme, so it might be something wrong with the way the theme handles child themes, but I have no way to know this.

    #141308
    Stephen Edgar
    Keymaster

    I can directly add the vimeo url to the topic and it seems to work. Is that the best way to do it?

    This is the easiest and best way to do it as WordPress is actually controlling this rather than you having to use shortcodes.

    See this for more info (and other links that work the same way) https://codex.wordpress.org/Embeds

    #141306

    In reply to: bbPress Test Data

    Stephen Edgar
    Keymaster

    Sweet 🙂 Will have a play later 🙂

    In a similar vein there is also this from @MZAWeb https://github.com/MZAWeb/bbpFauxData

    I have a set of sample data that I use for all the different forum importing tests I have done and should really package it up as a WXR file, similar to the WordPress Theme Tests Data as it includes virtually every type of bbPress forum, topic, topic tag, reply and reply to options available.

    #141302
    Stephen Edgar
    Keymaster

    The subscribe to email notifications was a bug, it is now fixed in bbPress 2.5.3

    I installed that plugin, pulled up a user who was a Participant, and changed “View hidden forums” from “Default” (which was set to “Denied”) to “Allowed.”

    And then boom, the Participant account could then view the forums.

    Here’s the odd part though: we have 3 forums and they are all set to Private, not Hidden. So changing this setting shouldn’t have made any difference. Private forums are visible to Participants by default.

    I realized that one of two things were off: either the participants were NOT allowed to view private forums, or else the forums were NOT private. Had to be one or the other.

    The repair tool “Recalculate private and hidden forums” has a bug in it 🙁

    When that repair tool is run private and hidden forum are assigned both _bbp_private_forums and _bbp_hidden_forums statuses so this is why a user with the Participant role could not read a private forum as after that tool had been run it was also been given the hidden status also.

    The workaround for this is to do exactly what you did by “changing each forum from Private to Public back to Private” as this doesn’t touch the broken repair tool and sets the visibility status correctly.

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

    Thanks for your patience here @martyn-chamberlin and your detailed info helped a great deal finding said bug, just need to write a patch for it now. 😉

    Stephen Edgar
    Keymaster

    This will be an issue for WPTouch Pro 3 Support

    http://www.bravenewcode.com/wptouch/ OR https://wordpress.org/support/plugin/wptouch

    #141295
    Stephen Edgar
    Keymaster

    Firstly looking at https://codex.wordpress.org/WordPress_in_Your_Language#Finnish_-_Suomi_.28fi.29 and https://i18n.svn.wordpress.org/fi/trunk/dist/wp-config-sample.php

    You should be using define ('WPLANG', 'fi'); for WordPress
    You should be using bbpress-fi.po and bbpress-fi.mo for the bbPress filenames.

    Now the Finish translations they are only at 77% translated, 814 translated, 234 untranslated & 48 waiting approval.

    You can add the missing translations using your WordPress.org user/pass via https://translate.wordpress.org/projects/bbpress/dev/fi/default

    Then I’d suggest contacting the Finish translation team via https://fi.wordpress.org/contact/

    There also might be some related translation discussion at https://fi.forums.wordpress.org/

    Let me know if there is anything else I can help out with 🙂

    #141291
    Lynqoid
    Participant

    Hey all!

    I have recently been developing with bbPress and created myself a plugin for inserting test data into a local WordPress install. Be careful when using this plugin as it does a lot of writing to the database and runs the bbPress repair tools too.

    • Adds a forum with nested forums
    • Adds a forum with loads of topics
    • Adds a topic with loads of replies

    http://www.epicwebs.co.uk/bbpress-tutorials/test-data-for-bbpress-plugin/

    I hope it helps someone, good luck!

Viewing 25 results - 10,376 through 10,400 (of 26,866 total)
Skip to toolbar