Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 6,176 through 6,200 (of 11,610 total)
  • Author
    Search Results
  • #119036
    htz77
    Participant

    I have a custom WP_Query outside the main loop, in my header.php, and also another one in footer.php. On my Forums List page (the top/base level of bbPress that lists all my Forums), the custom WP_Query in both header.php and footer.php, no longer works. It shows another instance of the bbPress Forums List, instead of showing the correct content (as it does on every other page of my site, including all other bbPress pages). My custom WP_Query is
    $args = array(
    'post_type' => 'page',
    'page_id' => 218
    );
    $the_query = new WP_Query( $args );
    while ( $the_query->have_posts() ) : $the_query->the_post();

    the_content();
    endwhile;
    wp_reset_postdata();

    I also tried get_page, which also didn’t work.
    $page_id = 218;
    $page_data = get_page( $page_id );
    $page_content = apply_filters('the_content', $page_data->post_content);
    echo $page_content;

    I tried using a bbPress ShortCode in a WP-Page called “Forums”, and then also without a page, just using bbPress Permalink “Forums”, without a wp-page and shortcode. Same problem either way.

    Why would bbPress conflict with these core WP functions? And why would it happen ONLY on the Forums List page? I also tested this in TwentyEleven, and the problem is there too.

    #119002

    In reply to: Ask for a plugin

    zaerl
    Participant

    Hi there. The plugin is in advanced state of development. I’m testing it in very large (+10,000 auto-generated topics) env in order to ensure that it will scale well. It will be released in a few day as an alpha release on Github. I can publish it now if you want but I prefer to make some more tests.

    I’m not using ck approach cause it generate problems with very large forum. Main functionalities are:

    1. Users can mark an entire forum as read (use an AJAX call)
    2. Users can mark a single topic as read (use an AJAX call)
    3. Every visited topic is marked “read” when accessed via browser
    4. Custom HTML class for unread topics
    5. Custom prefix for unread forums title (“[unread] ” or similar)
    6. Custom prefix for unread topics title
    7. Template functions for checking the state of current forum/topic

    These are the functionalities of the first soon-to-be alpha. I think that in future release I will add something like: custom loop for unread topic (maybe a separate page), count of unread topics, mark a forum as “always read” and other stuff.

    Who is an adventurous can write me at za@zaerl.com, I will send you back the prototype.

    pshudgins
    Participant

    Hello… using pagelines, and have installed bbpress. Forum seems to be working fine, but the alignment of the header text for the columns… e.g., topic, posts, voices, freshness… is off…not aligned horizontally. If you can let me know how to edit the CSS for this particular piece, I’d really appreciate it. Also, possible to change the column header text? If so, how? THANKS http://www.powelltatewptest.com.php5-22.dfw1-1.websitetestlink.com/?forum=gear-swap Also, seems like the topic title is in the wrong place… should be left-aligned, then “started by” should go underneath.. just like this forum. Thoughts on how to fix?

    • This topic was modified 13 years, 4 months ago by pshudgins.
    • This topic was modified 13 years, 4 months ago by pshudgins.
    #118929

    In reply to: Ask for a plugin

    smiga
    Participant

    zaerl any progress on this? I would be happy to test it as soon something gets released. πŸ˜‰

    #118924
    nchiari
    Participant

    Hi everyone!

    I’m using bbPress (last version, with lastest WP too in a single site) and have the General Forums activated (not the group ones). I activated the option to use the WP WYSIWYG visual editor for the comments, which had a black background and a white text color. Usually it worked very well, but one day (too far ago), the color of the text changed to gray (check the image below).

    I don’t remember changed anything on the code. Maybe it was a plugin update or something like that, but I couldn’t change it back.

    Thanks!

    Example: http://gameshock.vg/foros/topic/juegos-populares-nacionales-y-peronistas

    enter image description here

    #118919
    tri1vu4
    Participant

    Hi ,
    My website is http://kinhdoanhspa.com/Forums
    But i don\’t how to create slidebar for bbpress page .

    On bbpress ( forum ) page , i need have menu acc ctrol panel – such as : Login wildget ( login form ) if haven\’t login , Menu wildget if logined .
    Menu wildget will have Menu

    Add New Topic

    Edit Profile

    Your Favorites
    I need more wildget slidebar Search content on forums .
    I need more Latest Discussions ( newes topic of forum ) below forum .

    #118914
    blaumond
    Participant

    I have a WP blog for which I needed a forum and bbPress was my choice. However, the WP theme I am using for the blog has a get_posts() query on the sidebar to display the 3 latest blog posts. Now after installing the bbPress it shows only the bbPress forum topics, since that is the latest 3 activity on the site. How do I stop bbPress forums topics form showing up as posts in the sidebar?

    #118901

    In reply to: signup

    sethshoultes
    Participant

    This was a test.

    #118898

    In reply to: Forum Root Page Issues

    David
    Participant

    Apologies; I haven’t had a change to test this yet. Home with two sick kids, then got sick myself. I’m going to try to knock this out either tomorrow or Friday.

    #118867
    ThePhat32
    Participant

    I just changed the theme and it seemed to work with my test account. Seems I will have to talk to the theme makers and see if they can fix the issue. Thanks for the heads up πŸ™‚

    #118861
    creditrepair
    Participant

    I do have another question, however.

    I just put in some test forums and topics.

    When I go to http://www…com/forum nothing is there. It just blank.

    However, if I go to http://www…forum/%5Bname of any forum] it will show that forum.

    Why does the home page of the forum “…/forum/” not show all of the forums in the forum?

    Thanks,

    Robbie

    #118856
    ThePhat32
    Participant

    I am using the latest wordpress and latest bbpress.

    I can recreate it. It was the first thing I did before posting here in fact :P. Being a software dev it was step 1. I created a new user account the same as all my users, I made a post on a forum and also tried replying to 1. I then clicked the edit button, it opened the edit form which showed all of the wordpress posts. When I use my Key Master account, I don’t see this, I am able to edit properly. Same goes for my other admins who have been editing there posts

    • This reply was modified 13 years, 4 months ago by ThePhat32.
    #118849

    Are you using the latest versions of bbPress/WordPress?

    I’ve never heard of this happening at all since 2.0 has been released. I have no cluet what’s going on, but we’re going to need a lot more information.

    Can you duplicate this?

    We need to know the steps taken to “break” it. Specifically, what “edit” link did she click? On what post? When it took her to the edit page, what was the full URL? That sort of information.

    You need to ask the user for step by step direction on how this occurred. We need to duplicate it to see if it is indeed a real bug or just something breaking on your site due to a theme/plugin conflict. πŸ™‚

    wpmhweb
    Participant

    Hello,

    I am just wondering if this is how it suppose to work. I was testing the user’s page in bbpress and I update my bio and when I hitted the update profile button it seemed that it worked ok. Later on I was in my WordPress user profile when I noticed that most of my settings were reset to defaults. I shouldn’t updated my profile through bbPress? Or there is a bug?

    Thanks,

    PS: I am using WP 3.4.2 and bbP 2.1.2

    #118816

    Topic: Forums Borked

    in forum Troubleshooting
    d2drumline
    Participant

    Hi Guys,

    I have no idea what has happened to my forums – they were up and running fine for a little while but have recently fallen apart on me.

    Am running the Pagelines Framework, latest versions of BBPress, Buddypress and WordPress.

    Have tried deactivating recently installed plugins with no success. If anyone could suggest what may be going on that would be greatly appreciated

    http://www.ausdrumline.com/forums

    Apologies in advance if I have not provided enough info – if you need anything else, please just ask. I am new around these parts πŸ™‚

    Cam

    #118814
    dreamspray
    Participant

    Hi,

    how do I exclude addthis from my forum posts. There are no addthis checkbox in the post area so I suppose that I have to put some code in the bbpress forum template?

    Windsurfing Forum

    Best regards Claes

    #118767

    Sorry I misunderstood what was going on, thanks for the link. First make you are running the latest version of bbPress, then switch bbPress to using the bbp-theme-compat theme instead of bbp-twentyten. See if that fixes it πŸ™‚

    If it doesn’t then we will have to start making edits to your site theme.

    #118761

    I’m sure this won’t help, but just out of curiosity are you on the latest version of WordPress/bbPress?

    #118751
    Flight777
    Participant

    Thanks for the anwser. Yes I’m using the latest version. The compat theme does form to the two column lay-out (normally not visible on the other pages, only used for the login part of the forum). TwentyTen does not: http://www.verantwoordnalaten.com/versie2/forums/topic/test/

    #118724
    wpmhweb
    Participant

    I just updated to the latest bbPress version from 2.0 and I don’t the new fancy editing elements in my forum.
    I am currently using an edited version of the twentyten theme that I am using as a child theme. Do I need to update the theme in order to see the new fancy editing elements? How can I fix this problem? Thanks,

    PS: I am also running WordPress 3.4.2

    #118722

    In reply to: Adsense Plugin

    jezza101
    Participant

    I think it would be a case of changing the order of the two filters? So when you apply a filter you have to set the priority:

    https://codex.wordpress.org/Function_Reference/add_filter

    If you change the priority of the filter on that plugin to be less than the filter on mine it might then work in the right order.

    Which plugin are you using? Is it this: https://wordpress.org/extend/plugins/kk-i-like-it/

    I can have a look if I can get the right plugin to test…

    #118694
    renai42
    Participant

    hey everyone,

    installed a base install of bbPress today on a test site:

    http://topstory.com.au/forums/

    Basically all I want to do is modify the font size down, from 12px to 11px. Can someone tell me where I can do this? I’ve done a lot of frakking around with CSS files with WordPress, but can’t find the right setting in bbPress.

    Cheers,

    Renai

    #118672

    I’m not sure I follow. If you activate bbPress using the TwentyTen theme it should be two columns. Make sure you are using the latest version of bbPress.

    WivesofJannah
    Participant

    I want my forms to only be visible to a certain membership level, and I am using the Member Wishlist Plugin.

    Everytime I select the box asking to protect the content for a certain membership level, and then i select the one it should be available to, and then click save – NOTHING HAPPENS! It keeps returning to a default of some kind – making the it unprotected and not for any specific membership level.

    I am really frustrated. Those options are working for everything else, just not the forum.

    Second:

    I am a newbie at all of this – I can’t seem to figure out how to put the forums into a specific PAGE so that I can include it on a customized menu.

    Can some please help me out here πŸ™‚

    I am using a GENESIS framework, with child theme “landscape” – using the latest version of bbPress, and my website is http://www.wivesofjannahcommunity.com

    #118625

    There’s no plugin for this that works with the latest version of bbPress. Typically if you want advanced user profiles/user messaging you can use BuddyPress to add that functionality in tandem with bbPress.

Viewing 25 results - 6,176 through 6,200 (of 11,610 total)
Skip to toolbar