Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 5,926 through 5,950 (of 11,617 total)
  • Author
    Search Results
  • 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.

    #124919
    Clicknathan
    Participant

    So I believe I’ve figured out a really simple solution to this all. My particular issue with the plugin in question in this thread is simply that it relies on users clicking a link to mark a post as read, which isn’t all that intuitive in my humblest of opinions.

    Using a built in BBPress function `echo bbp_get_topic_last_reply_url( $topic_id );` and some CSS, we can easily style unread threads.

    `echo bbp_get_topic_last_reply_url( $topic_id );` links to the latest reply in a given thread. So something like myforum.com/forum/topic/post-name/page/10/#postid-12345

    When a new reply is created, that last bit there becomes #postid-12346 and is therefore a new URL, so browsers will treat it as an unvisited link. Therefor, doing something like this gets the job done:

    `a:visited {color:red;}`

    For anyone who’d like more detail, I’ve written a complete post on exactly how to do this: http://clicknathan.com/web-design/bbpress-read-topic/

    It only involves changing one BBPress template file in your theme & adding a single line of code to your style.css file.

    #124892
    Stephen Edgar
    Keymaster

    Are you referring to Mingle Forums?

    If so I could not repro this with bbPress 2.2.3 and Mingle Forums 1.0.33.3

    • WordPress Role = Administrator | bbPress Role = Keymaster
    • WordPress Role = Subscriber | bbPress Role = Moderator
    • WordPress Role = Subscriber | bbPress Role = Participant
    • WordPress Role = Subscriber | bbPress Role = Spectator

    The above was all I tested but each works as expected:
    https://codex.bbpress.org/bbpress-user-roles-and-capabilities/

    #124869
    BenRacicot
    Participant

    Hey!
    Thought I’d ask here why on earth I (anyone) can’t see the discussion going on in my topics? I just see

    “This topic contains 4 replies, has 4 voices, and was last updated by Ben Racicot 21 minutes ago.”

    But only a reply field and none of those posts (that I did while testing) are shown? What am I missing? Thanks.

    #124855
    Aneox
    Participant

    When bbpress and mingle active in one time, forum access deny(error 404) for Participants and Moderators. Keymaster and Spectators works well. It doesnt depend on the theme.

    Ive done a lot of work to customize mingle for my WP. But now i need a forum. Please help.
    WP 3.5, mingle and bbpress latest versions.

    #124850
    Monica
    Participant

    Hi,

    I posted this under an existing thread but there was no response, so I assume it wasn’t seen.

    I set up two private forums with my WP blog, following the Getting Started steps. Everything looked great (mostly). Then I created a category (also private) and made it a Parent to the forums. I ordered the forums #1 and #2.

    As soon as I did that, the forums ceased to be visible as a list on one page, though they briefly had been. I have to click on them directly (from the edit page) to see them. My members need a direct link to access them.

    I changed it back to how it had been, so they could access the main forum through the navigation bar (I created a menu button). But this morning, when I went to check this in Theme 2012, I saw that they again had the category as Parent and were ordered. Like I hadn’t changed them. I don’t know what that’s about.

    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.

    I have the latest versions of WP (3.5) and bbPress (2.2.3). Find my site here.

    It’s been rather difficult to work things out, even following the steps you provide, especially regarding this parent issue. Then today I made a reply to a thread and it refuses to show up, though it’s in the list of Replies on my dashboard. I know that’s a separate issue, so I can make a separate post for it.

    Thank you for your time.

    #124844
    Pippin Williamson
    Participant

    1. Download the latest version from the theme distributor

    2. Connect to your site via FTP

    3. Upload the theme to wp-content/themes

    If you are not familiar with FTP, then you can

    1. Go to Themes
    2. Click Add New
    3. Click Upload
    4. Choose the .zip you downloaded and click Upload

    #124806
    Mantzer
    Participant

    Hey
    I have an author page that is different to the default bbpress user page.
    However I’d like to show the last forum topic a user started as well as their latest reply on that particular page. Is there a way to do this?
    Thanks a lot.

    #124795
    Pippin Williamson
    Participant

    Are you not running the latest version of your theme?

    Starejosel
    Participant

    Does anyone know if TinyMCE Advanced works with WP 3.5 and BBpress 2.2.3?

    Thanks!

    Martin

    #124793
    #124792
    Flyhead
    Participant

    This sounds encouraging. I am running a standalone bbpress forum v1.02, so does it mean that it can simply install WordPress, then install this latest version of bbpress and I can import from there all my existing forums, user datas and threads? Would all the urls correspond with the old ones?

    #124787
    Lynq
    Participant

    Have you tried switching to a default theme to see if the theme is causing this issue? It looks it is going to be a plugin or theme issue.

    When I have any issues I try and replicate my forum on a local test, then I disable plugins one by one to see if that fixes it, then I try switching to a default theme. Usually that gets me a lot closer to finding out what is causing the issue.

    Good luck!

    #124784
    distjoyo1
    Participant

    tanx so much…yea, so rite “the theme is doing bad things to the WordPress queries (to pull in the topics / replies) ” ..my theme is made v1.3 …but it most have been corrected in the latest version. however is there a way for me to probably correct this by editing some of “made” page code and hw can i correctly troubleshoot this problem…

    LaurenceAtFree
    Participant

    Hi everyone, I need a little help.

    I’m not a developer and I just would like to know where to insert the code posted by Josh. (which file and where inside the file).

    Thanks a lot.

    #124779
    johnadams09
    Participant

    Hi everyone.

    I’m a bit new at this, could anyone can recommend any good appointments plugin for wordpress?  I need it for my Hair salon to get my bookings taken online. I saw one that is called wp-obs (I think), looks pretty advanced. Did anyone have any experience with it? Or tested it? Any feedback  will be appreciated.

    John

    #124734
    gregfielding
    Participant

    For some reason my language file isn’t taking…

    I’ve used poedit to edit bbpress.pot and have created bbpress.po and bbpress.mo files which I have moved here:

    /public_html/testingbaret/wp-content/languages/bbpress/bbpress.po

    But the changes aren’t showing. Any ideas?

    Here is the forum… http://www.testingbaret.com/questions/ask-your-questions/

    Thanks!

    #124730
    hatherley
    Participant

    I can’t really tell when this happend, if it was due to one of the latest bbPress updates. But it should have been 2-3 weeks ago. Here’s the forum.

    As a logged-in member the bbPress forum threads shows up as regular blog posts, making the forum unusable. This doesn’t affect administrators (WP admin) or non-logged in visitors.

    I’ve tried using the tools to rewrite the privileges but nothing has worked so far. I’ve also tried changing the roles, both the WP and Forum privileges. But it’s only when I change the user to Administrator (aka Keymaster) that the forum renders properly.

    Any help would be very much appreciated! 🙂

    #124729
    Stephen Edgar
    Keymaster

    I have updated the codex docs for bbPress User Roles and Capabilities introduced with 2.2.


    @MarjoriesDaughter
    I would suggest you update bbPress to the latest 2.2.3 version rather than use an old version, with that then both your conditions above will be met.

    #124726
    ianbee
    Participant

    Hi, I have this small little issue regarding the e-mail address’s whenever someone receives and e-mail from my BBpress forum, or even when I receive an e-mail from my site regarding BBpress. Whenever someone signs up as a user on my forum, they get an email from username@box551.bluehost.com with their username and password. I have no idea why it’s from username@box551.bluehost.com, because my admin settings are set up for a different gmail account. I was on the phone with bluehost (my web hosting company) for a good hour and they tried everything they could and finally suggested that it was on BBPress’s end, and not theirs. So how would I change the default e-mail address to username@gmail.com and not username@box551.bluehost.com when ever myself or a registered user to my BBpress forum receives an e-mail?

    I’m running the latest version of WordPress with BBpress 2.2.2.

    Any help would greatly be appreciated! 🙂

    #124710
    mohdrafie
    Participant

    Hi guys,

    I had similar issue as well at some point.

    Has anyone try it on a Linux server as see if it makes any difference?

    Otherwise, I would be a good lead to find the php file for the comment post and made slight modification or see what influence the redirection.

    What I will do is to make quick test and see and keep you updated. If you found anything, kindly share. Cheers guys!

    Stephen Edgar
    Keymaster

    Tapatalk bbPress 2 plugin series 1.1.0 released

    Update note: 25 Dec 2012

    1. add GD bbPress Attachments support
    2. fix invalid forum list request for category forum
    3. fix topic notification status change when reply a topic
    4. fix incorrect url issue in notification email
    5. fix time missing issue in latest view
    6. fix timezone issue
    7. fix incorrect user post count issue
    8. fix user reply post list view avatar display issue
    9. fix topic subscription issue

    Tapatalk for bbPress Plugin – Release Announcement and Changelog

    They have a dedicated bbPress Forum here

    Erlend
    Participant

    @yellowwinter bbPress 2, aka the “bbPress Plugin” is the future of bbPress, and I’d wager it’s quickly becoming more prevalent than bbPress 1.1 and older. Any plans on that end?

    #124682
    hironroy
    Participant

    I ran into the same issue w/ bbPress 2.2.3. Just the content is cleared out when a new topic has validation errors; the tags and topic type fields are preserved. I directly modified bbPress 2.2.3 in order to resolve this issue on my installation:

    1. Navigated to bbpress/includes/common/template-tags.php line 1605
    2. Removed the “if” statement so that the $post_content gets set by calling ‘bbp_get_form_topic_content’
      //if ( bbp_is_edit() ){
      $post_content = call_user_func( 'bbp_get_form_' . $context . '_content' );
      // }

    I did some minimal testing and the behavior of other topic editing seems to be unaffected by this change, and the change makes the content persist on New Topic Validation Error responses

    glimmerguy
    Participant

    Thanks for all the info, Stephen. Deleting and replacing the plugin did the trick. We’re not sure why the forum stopped showing posts dated after December 16, but at least it seems to be up and going again.

Viewing 25 results - 5,926 through 5,950 (of 11,617 total)
Skip to toolbar