Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 5,876 through 5,900 (of 11,591 total)
  • Author
    Search Results
  • #125225
    Erlend
    Participant

    I tested it on bbpress.org right now (which btw is definitely not mobile-friendly overall).

    Seems to work better than before now, maybe it’s got to do with the chopped down editor functionality. One big problem still is that you can’t easily highlight text for special formatting, since that’ll just zoom you out. Different interaction models like that just makes the wysiwyg tools rather redundant for mobile.

    #125221
    Hansaplastique
    Participant

    I haven’t had any problems on smartphones,… yet … iPhone/Android; they all work fine.
    I’m sure there are other platforms (Windows,BlackBerry) but I do not know anyone who has either to test.

    What problems do you run into?
    I’d be very interested in your feedback on where it goes wrong/misbehaves (so I can adapt my website as well).
    – Does tinyMCE misbehave?
    – Or simply not work (lack of JavaScript)?

    It might be difficult to determine if a visitor uses a phone or a regular computer, specially since the gap between the two is getting more narrow by the day.

    Some examples are discussed here: Stackoverflow.
    There is an example of browser sniffing (not my favorite) and some other techniques.

    However … they all rely on JavaScript (which would be too late for doing something in PHP).

    I did find some PHP code that could do the trick here: php-mobile-detect.
    I have not tested it though.

    If a cellphone is detected call (untested):

    bbp_the_content( array( ‘context’ => ‘reply’, ‘tinymce’ => false ) );

    #125212
    Stephen Edgar
    Keymaster

    Monica,

    Sorry nothing new to report on a fix yet…

    Btw, I’ve set this as private b/c I didn’t see a way to have people log in, so this would only be available to members. Don’t know if this is part of the issue.

    With that above from your first post in mind, is it important your forums stay private or having them publicly accessible would not be an issue? If public is not a problem, try this:

    If you leave the ‘category’ set as ‘private’ but change the two forums you have under this category from ‘private’ to ‘public’, I just tested this and it appears to be working.
    (You can also change the parent category to public also and it won’t trigger the bug)

    Back to the quote above you can use the `[bbp-login]` shortcode ona page or the login widget in your sidebar.

    #125173
    le-gentilone
    Participant

    hello
    Here I start and I installed the latest version bbPress.
    Can you give me a link to the French language translation please.
    thank you in advance

    bonjour
    Voila je me suis lance et j’ai installe la derniere version bbPress.
    Pouvez-vous m’indiquer un lien pour la traduction le langage francaise s’il vous plait.
    merci d’avance
    Traduction s’il vous plait

    aborruso
    Participant

    Dear All,
    as I read in documentation can only read topics and replies.

    I have tested it in my forum and it works, but the Spectator cannot read Forum page. Is it normal?

    The spectator can read and not http://mysite.com/forums/topic/topic-name/ http://mysite.com/forums/forum/forum-name/

    In this way it’s impossible to be really a forum spectator. Is there a way to make him read also forum pages?

    Thank you,

    Andrea

    #125142
    Stephen Edgar
    Keymaster

    Smileys & Open/Closed Topics are done, stickies we can’t do for now and that will have to wait.

    Grab the latest again with https://gist.github.com/4534229/download

    I’m still not sure why the extra blank post is turning up 🙁

    #125136
    Stephen Edgar
    Keymaster

    Cool…. Everything should work…

    With the two posts above of your errors.

    Case 1. You used `wp_forum_` on that first revision when I used forum , threads, posts & user as the from_tablename’s, the error you posted was `’str1210409063589.wp_forum_user’` and that is correct as the importer was trying to find `wp_forum_user` which indeed does not exist.

    Case 2. You used `wp_` on that second revision when I used forum_forums , forum_threads, forum_posts & users as the from_tablename’s, the error you posted was `’str1210409063589.wp_forums’` and that is not what I would expect to see here, it should be forum_forums.

    Can you confirm by downloading the latest revision with this link and replacing Mingle.php with the version extracted from this zip file and use `wp_` as the table prefix.
    https://gist.github.com/4534229/download

    Stephen Edgar
    Keymaster

    Can you create a ticket for this over in trac for this please: https://bbpress.trac.wordpress.org/
    (Adding some ‘numbers’ would also help eg #subscribers & #posts so we can test this ourselves.)

    #125117
    marvelidea
    Participant

    I am having a similar problem….

    Using WP 3.5 BuddyPress 1.6.3 and bbPress 2.2.3

    I have the “Yes. I want this group to have a forum.” CHECKED when creating the group

    but I am NOT seeing the forum tab or the group shown in the forum

    Any suggestions?

    PS.. I followed the latest video tutorial on Labzip.com http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/

    #125115
    Mantzer
    Participant

    hey,
    i would like to show a list of the 4 or 5 most recent topics / replies in my header.
    like title / author / time
    i’m currently using rss, which doesn’t give me the author though.
    also i thought there must be a much simpler solution somehow…
    if not. how can i change the “Reply To:” in the rss feed, that is put in front of the topics if there’s a response?
    thanks a lot for any help

    #125113
    simplyivy19
    Participant

    I am using the latest version of worspress.org and bbpress I am trying to link the forum page into my navigation bar but when i click new page it does not link both of them together. I am very very new to this and I am doing this for a school project.

    Thank you in advance for your help.

    jwrbloom
    Participant

    I’m not getting anything to work to add TinyMCE buttons in my bbPress. I pasted Sunriseweb’s code in my functions.php. Nothing. I have updated WP and bbPress.

    How do I force TinyMCE into “teeny” mode?

    #125090
    Martin ( Martin_C )
    Participant

    I’ve recently installed the bbPress plugin on AppGlobe. When testing the different settings, I greated a private forum. Should only be visible to administrators and moderators I thought, but it seems participants can both view and add topics to this forum.

    Maybe I’m doing something wrong. The settings for this forum is:

    Type: Forum

    Status: Open

    Visibility: Private

    #125089
    apet083
    Participant

    Wow. Stephen I just read your post about trying the past versions of bbPress to isolate the issue. I started at 2.0 and the redirects WORKED! I moved up each time my tests were successful. 2.0 – 2.0.3 work perfectly.

    As soon as I upgrade to 2.1 and upwards, the redirects break again!

    I think it is safe to say it is a bbPress issue. Hopefully someone can look into it 🙂 I will try to examine the redirect differences between 2.0.3 and 2.1 and will post if I find anything useful.

    For now I will use bbPress 2.0.3 and hopefully the issue will get sorted 🙂

    Thanks so much for your help!

    Ana

    #125083
    equilibs
    Participant

    Hi
    New to Buddypress/Bbpress and trying to test it on a localhost installation
    I have all the latests versions and the installation seemed to work smoothly
    I have enabled both group forums and site wide forums (even though my problem is consistant even when disabling the group forums)

    The problem:
    I’be opened several forums from the admin panel but can’t find them on the site!
    when I get on my Forums page (http://localhost:29138/forums/) I reach to a “Forums Directory” page with an ability to add new topic, and a list of topics (from the groups forums!?) but no track to the list of my desired site-wide forums.

    I tried to edit the forums page and insert the forum index shortcode but it had no effect

    any help would be appreciated

    #125070
    Stephen Edgar
    Keymaster

    I have just been updating the bbPress importers to support mentions eg. @rossagrant over the past few days and have had ~500,000 posts go through the DB and test site and maybe 1% would have a quote or mention, maybe less, it’s still quite a few and I have don’t see any of the SQL errors you @mention.

    Is your site title issue a URL that is displaying like this?
    ‘http://www.mysite.com/members/dave/’
    If so it is because the URL is wrapped in single or double quotes and will be fixed in the next version of bbPress, if not could you give us some more detailed info, what it should be and what it is sending in the email.

    Edit: Ha, I cant force the error in that URL above, does it look like the URL with the ‘& # 8217’ at the end like your first post here in this topic?

    sunriseweb
    Participant

    Well… in fact I had to do the opposite and force TinyMCE into “teeny” mode to make bbPress 2.2.3 with WP 3.5 and Ultimate TinyMCE 4.0.3 to work. The TinyMCE toolbar forced the entire editor table to be wider then the content area of my theme and it was getting hidden behind the right-hand-sidebar. This could be a theme incompatibility, but I’m guessing some issue with this combination of plugins and WP version.

    At any rate I used the code in this thread to the opposite effect (I put it in my theme’s function.php file, although a plugin is the proper thing to do).

    `
    function marconf_bbpress_mceallow( $args = array() ) {
    $args[‘teeny’] = true;
    return $args;
    }
    add_filter( ‘bbp_after_get_the_content_parse_args’, ‘marconf_bbpress_mceallow’ );
    `

    #125041

    In reply to: Removing the sidebar

    Lynq
    Participant

    Hmm, not sure its a “really dirty grimy hack”.

    Removing the sidebar means you no longer have access to it, should you require it on certain pages, or if like some themes you want to access it on topics so you can show latest discussions, but not on full forum pages.

    Otherwise you have to go through and remove it from all bbPress template files, if you ever want it back, you need to revert that process.

    #125032
    rossagrant
    Participant

    Sorry guys, was just testing out how tweets look embedded in forums. Must be some custom stuff going on in the main post over in these forums as it’s not embedded correctly.

    #125027
    Roy
    Participant

    I’ve got a nasy little bug(ger). I’ve got a 3.5 WP installation with a forum using the BBpress plugin. Everything was running perfectly until I noticed that in my WP menus I could no longer drag and drop. I deactivated all plugins (which helped), reactivated them. So far so good. Then I noticed that my forums went funky.

    The forum index works. I’ve got four forums, two public, two private. One of the forums works (one of the public ones), the other three give 404’s. The strange thing is that a newly created forum also gives a 404, but al subjects (or threads) work, also the threads in the malfunctioning forums.

    So I thought: permalinks. Changed to default and back, no go. Edited the permalink of the forums manually to something ‘test’ (edit specific forum), no go. Edit the permalink for forums in the BBpress settings, no go.
    Of course I also tried deactivating plugins again, use default theme, searched around a bit on the www and noticed people with htaccess problems. I’m sure it’s something there, but I can’t figure it out, especially not because one forum works and the rest does not.
    Website monas.nl, see tab forums.

    Thanks in advance for your suggestions.

    #124985
    Stephen Edgar
    Keymaster

    Ahmmmm… That was the theory…

    I just tested this and if I create new parent categories and forums and move the topics to them that also trips this bug….

    I will get back to you shortly 😉

    #124974

    Topic: Forum loop

    in forum Troubleshooting
    Abdizriel
    Participant

    Hello,
    What is loop code for getting all forum topics?
    I want to show latest post from forum in footer.

    Will Brownsberger
    Participant

    Just wish to report that I have confirmed to my satisfaction that W3 Total Cache is not working with BBPress — using latest versions as of this date, January 8, 2013. I installed both in the last week.

    I have an active forum thread going on my website and as I observe it carefully, I can see that new replies are not generating page refresh for the topic. So, an anonymous user coming would not see latest replies. So, either there is an incompatibility or W3 just isn’t working right, which is possible — see this comment on that plugin:

    I am liking BBPress but lost some confidence in W3 total when it brought down my site fully on a minify error yesterday (nice enough to send me an error message but then everything went white and had to uninstall and reinstall to complete the fix). Now realizing that it is incompatible with BBPress, I’m going to have to pull it and try to run without caching for a while and see how it goes.

    #124945
    funnycat777
    Participant

    Hi,
    I am using the latest version of bbpress.

    When I post youtube videos using the embed code (iframe) in a bbpress post, the video does not fit within the width of the textbox.

    How can I make the youtube video responsive so that it always fits within the post and resizes itself with the correct aspect ratio?

    Salvatore Formisano
    Participant

    Hello everyone,

    as per subject I think I might have found an issue with the topics pagination.

    Here are my steps to reproduce:

    1) Install the bbpress plugin
    2) Create a few topics, enough to have some topics pages to test. For my example I have 48 topics.
    3) Go to the forum settings admin page and set the number of topics per page to a low number. I set it to 5
    4) Go to the wordpress reading settings admin page and make sure that the “Blog pages show at most” number is *lower* than the topics per page number you defined during step (3). In my case, I set it to 10.
    5) Finally, reach the forum topics page, e.g. http://yourwebsite.com/topics (url may vary depending on your forum settings), and start browsing page after page

    When I follow these steps using the specific numbers I mentioned, as soon as I reach http://mywebsite.com/topics/page/6 wordpress loads the 404.php template.

    As far as I can tell, this is what happened:

    1) Up to page 5, everything was good: I saw the right topics and the right number of them per page (i.e. 5)
    2) Under the hood, on the other hand, WordPress was paginating using the “Blog pages show at most” number as reference.

    Proof of point (2) is that I had 48 topics, which at 10 items per page would give you 5 pages. And WordPress returned the 404.php template on page 6.
    When “Blog pages show at most” is equal or smaller than “topics per page”, this issue does not present itself.

    If this is in fact a bug, I guess it could have gone uncaught because there’s hardly anyone around who would display less topics per page in their forum than posts per page in their blog.
    In case nobody else manages to reproduce this, I’d be happy to share more details about my setup, although it is pretty basic.

    Thanks.

Viewing 25 results - 5,876 through 5,900 (of 11,591 total)
Skip to toolbar