Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 5,901 through 5,925 (of 11,598 total)
  • Author
    Search Results
  • #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.

    #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.

Viewing 25 results - 5,901 through 5,925 (of 11,598 total)
Skip to toolbar