Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 3,301 through 3,325 (of 11,581 total)
  • Author
    Search Results
  • #166524
    aikichick2012
    Participant

    no ideas, anyone? 🙁

    (ps: forgot to say: i am using the latest version of bbpress and wordpress.)

    #166522
    KeithAdv
    Participant

    I’m going through the odious task of importing a Ning forum to bbPress. The hard part (or so I thought) is done. I was able to get about everything from Ning into BuddyPress.

    However, when I get to the last phase–BuddyPress to bbPress migration–which I thought would be easy-peasy, I lose all the replies to the forum topics! I’m following the migration process exactly (as far as I know) but it always fails. Here are the details:

    I’m currently on a local server using XAMPP.
    WordPress 4.2.4
    BuddyPress 2.3.3 (using the default theme)
    bbPress 2.5.8

    The only other plugins I have installed are The Events Calendar (which you kind of need for the Ning conversion) and BackupBuddy, so that I can restore/reset after every unsuccessful attempt.

    I have a smallish forum of fewer than 100 people and 4 groups.

    At the time of this writing, I’ve restored the site to its last successful state:
    – All data successfully imported into BuddyPress
    – bbPress is installed and activated
    – Final migration has not yet been attempted.

    So, you can see all forums and replies, etc., in the BuddyPress theme on the site. The bbPress forums section in the admin menu is empty, as expected.

    Now my typical next step, which always fails, is to follow the codex on migrating forums from BuddyPress to bbPress. I’ve been following it to the letter:

    Migrating from old forums to bbPress 2.2+

    Unfortunately, during Step 5, the actual import step, I get the following error message:


    WordPress database error: [Table 'foo.wp_bb_terms' doesn't exist]

    SELECT convert(term_relationships.object_id USING "utf8mb4") AS object_id,convert(term_taxonomy.term_taxonomy_id USING "utf8mb4") AS term_taxonomy_id,convert(terms.name USING "utf8mb4") AS name,convert(terms.slug USING "utf8mb4") AS slug FROM wp_bb_term_relationships AS term_relationships INNER JOIN wp_bb_term_taxonomy AS term_taxonomy USING (term_taxonomy_id) INNER JOIN wp_bb_terms AS terms USING (term_id) LIMIT 0, 100

    I can’t tell if it is just complaining or if the import has actually failed at that point. Nevertheless, I finish all the steps. At that point, the groups have become forums in bbPress and the topics have transferred but only the first post in each. All replies are gone and I haven’t found any way to restore them.

    One additional detail–I don’t know if it’s relevant. In order to do the Ning conversion, it’s best if you use BuddyPress v1.6, which I did. Afterward, I updated to the latest version. (Is that why wp_bb_terms didn’t get created?)

    I’d greatly appreciate any insight on this. I’m so happy to be getting away from Ning–I can’t believe I’m getting tripped up on the WP side! 🙂

    #166510
    Pascal Casier
    Moderator

    Hi Andy,
    For the ‘subscriptions menu’ item I cannot help you I’m afraid.

    For the emails I have had issues myself and did these:
    – Installed an email logging plugin so I could find out why some emails were not sent
    – Installed an SMTP plugin, correctly configured, to make sure ALL emails were sent
    – Created my own plugin to make sure I see that people are really subscribed to the forum (https://wordpress.org/plugins/bbp-manage-subscriptions/). Nothing sophisticated and just for my own needs, but if it can be of any help…

    For the ‘notifications’, don’t fall into the same trap like me: You don’t get notifications for topics you create yourself ! So use at least 2 accounts to test. Also the email logging showed how TO: and CC: fields were filled.

    Hope it points you in a correct direction,
    Pascal.

    #166509
    salocime
    Participant

    Hello,

    Perhaps I just haven’t read enough about the forums feature, but where I’ve been looking for answers isn’t helping.

    First of all, there doesn’t seem to be a way to make the forums invisible to the general public. I have a membership site with elementary-aged students; I can NOT have the forums visible to the general public. Is there something I’m missing about how to make that happen? For everything else on my site, the fact that I put that that the content is protected and the membership level works; this is visible to EVERYBODY. My understanding is that if I put private or hidden, only I can see it, correct? What do I need to do to make this forum only visible to site members?

    Then there’s the actual member issue: It’s telling my site members that they have to be logged in to post. Well, not only should they not be able to see the forum if they’re not logged in (they can), but they are already logged in when they access the link, so why is it saying that they have to log in? Do they specifically need a WordPress account? Does their account with my site not do the trick?

    My site is updated to the latest WordPress version and I’m using the Spacious theme.

    #166507
    hotconductor
    Participant

    We did the plugin chain test and found the culprit… thanks

    #166491

    Hi,

    as I understand it, when I subscribe to a forum, I should get an email every time a new topic is created. I also understand that I should see a Subscriptions menu item in the Admin menu.

    I’mnot getting either of these – when a user creates a topic in a forum I’m subscribed to, I don’t get a notification. I don’t have a Subscriptions menu either.

    I have the latest version (2.5.8) installed. I have tried stripping down my website so that it uses a standard theme (TwentyFifteen) and one plugin (bbPress) although I haven’t tried a clean install yet.

    Can anyone suggest where to go with this. I really cannot afford to do a clean install – this is a huge website I’m managing!

    #166472
    Robkk
    Moderator

    Weird that the BuddyPress widget works fine. You might want to deactivate everything but bbPress to see if the issue persists and to test everything fresh. You might want to test the bbPress login widget also.

    Does this PHP code snippet help anything when trying to logout with only bbPress activated?

    add_filter( 'logout_url', 'my_logout_page', 10, 2 );
    function my_logout_page( $logout_url, $redirect ) {
        	$logout_url = str_replace('%3Floggedout%3Dtrue', '', $logout_url);
    	return $logout_url;
    }
    #166470
    Robkk
    Moderator

    It works fine when I tested it on my site.

    You can try to test to see if works fine in a topic, reply, and a blog post to see if you get different results from each.

    Try some troubleshooting to see if a plugin/theme functionality caused the issue.

    If you acquired a ton of code snippets and placed it in your child theme check on that.

    Troubleshooting

    #166466
    Rob Sbaglia
    Participant

    It’s not registering the user; the user becomes a “participant” on the blog they have viewed. The only person who can register a user is me.

    Example of what happens: a blog on my multisite is http://theglobalschool.net/science/news . The only user for this blog is the administrator.

    Another member of the multiside views this blog, and immediately becomes a “participant” of this blog. I don’t want this to occur because, when students log into the site, on the toolbar they see a whole bunch of blogs listed under “my blog” which they cannot contribute to.

    I have the latest version of WordPress, and have tried deleting bbPress and reinstalling to no avail.

    Suggestions?

    #166464
    timsilva_
    Participant

    I am migrating a forum database from the latest version of SMF to the latest version of bbPress. In SMF, many posts had multiple line-breaks in between sentences, paragraphs, images, videos, etc. It appears that WordPress, and bbPress, strip out multiple line breaks and limit them to a single line break (probably to prevent people from creating giant vertical gaps for no reason that other users have to scroll through). The way that bbPress deals with line-breaks from the SMF database migration was not very clean. It was mostly just random blocks of text and sentences without line breaks in between paragraphs that existed in SMF. There were PRE tags added in sometimes, and seemingly inconsistent P tags as well. BR tags appear to have been converted into empty TT tags. I was able to correct some of these formatting issues by tweaking lots of CSS (and a little JavaScript) in the default bbPress template. At the same time, I have also tested how line-breaks work separate from the migrated database and it appears that this maximum-of-one-line-break philosophy is on purpose. I see where that’s coming from, but I want to allow it anyways.

    I have read of methods where admins (and/or other users) can manually type in br tags as html with non-breaking spaces in between them as a hacky method of moving down three or four lines for whatever reason. I don’t want to have to train users how to do something that should be as simple as press enter like in any text editor.

    How can I simply achieve this in bbPress’s default comment forms? I don’t want users to have to type in…

    <br />&nbsp<br />

    …when they can simply just press enter twice in the textarea input.

    #166447
    mihirpatel7410
    Participant

    I have same problem, I have installed the latest bbpress plugin to my wordpress site. There isn’t a single tab or subcategory to be found in my dashboard that relates to BBPress.

    give us solution.

    #166393
    Shmoo
    Participant

    This is strange..

    Why is my filter not working. When I look at my screenshot you can see that this array has an apply_filter() function before the variable/array goes through the paginate_links().
    This filter I should use, I expect if I want to make any changes to the array before it gets pulled into the paginate_links() function – right?

    topic forum pagination bbPress

    So I created this add_filter function to test if I can change the <– arrow –> symbols. But for some reason no success at all.

    
    function xx_my_stuff( $bbp_topic_pagination ) {
    
    	$bbp_topic_pagination = array(
    		'prev_text' => 'test',
    		'next_text' => 'test',
    	);
    	return $bbp_topic_pagination;
    
    }
    add_filter( 'bbp_topic_pagination', 'xx_my_stuff' );
    
    #166384
    geog272
    Participant

    Geez, I swear it was letting me pick the categories before, but went back and tested and it seems fine now. Must be gremlins in my machine. Thanks very much; this is very helpful.

    #166380
    mrsminkie
    Participant

    Yes – I seem to attract these!

    No – I’m using a child theme properly and haven’t edited the core files. I’ve used a couple of functions, but I activated the parent and the problem remained so it can’t be in any of that.

    I haven’t altered the theme yet because the theme developers confirmed it couldn’t be their theme, and also the website settings will drop out if I do so. It’s a last resort, and I’d be better copying the site into a test environment to test that theory.

    Disabled all plugins, cleared all caches – problem still there.

    The freshness area is being affected by a plugin: BBP Last Post. It wasn’t installed by me, but I’ve tried deactivating it and the notification still isn’t complete.

    #166376
    Robkk
    Moderator

    bbPress does not do this by default. Contact your theme author again if it is indeed your theme doing this.

    You can do a quick test to see if it is your theme doing this. Switch to a default theme temporarily to see the default message bbPress has.

    I have an idea of what the theme author might have done though. All I can say is for them to copy the default bbPress templates and start fresh and create their own bbPress styles and functionality.

    Or I guess you can create a child theme and do the same thing.

    If it is another plugin causing this, check that out.

    #166374
    demonboy
    Participant

    I got this up and running last night. The Postmark guide was a bit confusing but I got there in the end. I’m testing this today with 20 testers, so we’ll see how they get on.

    #166340
    Robkk
    Moderator

    What is your site link so I can see what happens if I log in?

    Also send me some test user login details that has the role Subscriber/participant.

    Contact

    #166334
    Léo
    Participant

    Hello,

    When bbPress is activate on my website, I can login without problem but then I can’t logout anymore (I have to delete cookies).
    I’ve tested on a fresh WordPress install without plugins (except bbPress of course).

    WordPress : 4.3
    bbPress : 2.5.8

    #166333
    nikhilnaik
    Participant

    Hello All,

    I am using the [bbp-single-forum id=$forum_id] shortcode on my buddypress integrated website. This shortcode is working fine. When the user logs in, he will be taken to a buddypress dashboard where this shortcode is executed and all the forum topics are shown.

    The only tweak I would want to make it, reduce the number of topics being shown. The forum has many topics and hence when I am using this shortcode, all the topics are being shown up. Is it possible to change this shortcode in such a way that only the latest 3-5 topics from the forum is shown.

    Thanks in advance!

    #166332
    project_subdomain
    Participant

    Thanks, @robkk!
    This adds a vertical scrollbar only, same cut off width (have it at 320er query already).
    Hugging all elements of the forms (tested via form-reply.php) with a new, then styled div, as the form-legend shall be also responsive, also does not work.
    Just don’t find the reason, will have another look.

    #166330
    project_subdomain
    Participant

    New topic and reply forms are cut off on the right side at screens smaller than 430px width.

    Tried several combinations of FORM#new-post, .bbp-reply-form and FIELDSET.bbp-form, with width:100% or a fixed size for smaller screens. Testing with

    .bbp-topic-form,
    .bbp-reply-form{
    width:10px;
    }

    for example effects that the form gets smaller in width, but not 10px or any other wished px-width. It will be always fix at a width of maybe 300px. Could there be some default CSS already that I don’t see?

    Are these forms responsive by default, anyway?

    Thanks for any help!

    #166311
    Robkk
    Moderator

    The information you got was probably for the bbPress v1 standalone forum software. You can tell the information is from bbPress v1 when it is about 4 or more years old.

    The latest version of bbPress is now a WordPress plugin. So any admin area would use the WordPress admin. Same thing with BuddyPress they use use the WordPress administration area.

    To remove a large number of topics.

    Go to Topics > All Topics in the WOrdPress administration area.
    Enable each checkbox by the topics you want to Trash
    Click the Bulk Actions dropdown and select Move to Trash
    Hit Apply to move all those topics to the trash.

    To remove a large number of topics in a specific forum

    Go to Topics > All Topics in the WOrdPress administration area.
    In the dropdown at the top that say In All Forums, click that to select the specific forum you want to delete topics in, then click the filter button beside it.
    Enable each checkbox by the topics you want to Trash
    Click the Bulk Actions dropdown and select Move to Trash
    Hit Apply to move all those topics to the trash.

    To delete all the topics in your topic trash.

    Go to Topics > All topics in the WordPress administration area.
    Hit the action link that says Trash, it is next to other action links in a row like Spam and Pending.
    Clicking the trash action link will show you all the topics in your trash, hitting empty trash will remove all topics in your trash permanently.

    To trash all topics by a specific use

    You need to go to the user’s profile
    Click the menu item Topics Started
    Go to each topic and trash it manually using the admin links.

    #166309
    AilyRoot
    Participant

    Hi

    we run latest wordspress 4.3 +bbpress 2.5.8+buddypress 2.3.3 and we are just told that

    “bbPress also has admin side, and there you can easily remove large number of topics filtered by forum or user”

    I did google and someone say admin panel path is /bb-admin ? but it shows 404 and I do see it on top menu bar either

    is there any any admin panel for bbpress/buddypress or it is just integrated with wordpress’s admin?

    it NOT, how to do these “remove large number of topics filtered by forum or user”? I do not see function like that on wordpress’s admin though~

    #166264
    jacguerrant
    Participant

    Latest WP and latest BB installed, using private replies, moderation and attachments plugins.

    Moderation plugin is set to allow everything to show without pending. But any new topic and any new reply and any private reply sits unpublished as either pending or awaiting moderation.

    Thanks for your help…

    Jac

    #166259

    In reply to: Moderation words

    Robkk
    Moderator

    the patch might not be created right. I don’t think you create the patch from the plugin version but maybe the latest alpha version or the latest version you can download from the trunk using SVN.

    You can download/download using SVN using the url from here.

    Download

    Are you sure how you inserted the filter will not cause any issues?

    I am specifically talking about how $blacklist = both of these.

    $blacklist = trim( get_option( 'moderation_keys' ) );
    
    $blacklist = apply_filters('bbp_moderation_keys', $blacklist);

    Here are a bunch of helpful guides that I am just going to drop here.

    Working With Patches

    Installing Via SVN

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