Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 6,426 through 6,450 (of 11,581 total)
  • Author
    Search Results
  • #45370
    CoryN
    Member

    I installed the plugin, and made a forum to test it out. It says it was created and shows the link I should see it at, but when I click ‘View Forum’ wordpress gives a 404 error and the page isn’t found. Same when I manually type it in.

    What could it be? I’m sure it’s an easy fix, but I cannot for the life of me figure this out.

    Thanks for the help!

    #114015
    TFUME
    Member

    I originally noticed this on my own theme which has some homemade plugins and such which I thought might be causing this so to be sure I downloaded 3967 from Trac and put it in a fresh WP3.3 install.

    I then copied /bbp-themes/bbp-twentyten into the themes folder and made it a child theme of twentyeleven called bbp-child-test, after activating bbp-child-test the same happened. So to answer your question bbp-child-test is the current active theme.

    archive-forum.php
    archive-topic.php
    ALL the page-whatever.php files
    single-forum.php

    These are all called by bbp as expected

    single-topic-whatever.php
    single-reply-whatever.php
    single-user-whatever.php

    These are all ignored in favor of page.php

    #113958
    rmazereeuw
    Participant

    Upgraded to new WP with no issues. Tried to upgrade to latest bbpress from within the plugins admin page, and get the error:

    Plugin could not be activated because it triggered a fatal error.

    #113935
    Garbonso
    Member

    Ok .. I guess I just don’t understand exactly what is supposed to happen?

    I created a New Forum. And a New Topic. Where does the forum show up?

    Here is the landing page for it I guess …

    http://www.shiftisgoodweb.com/living-solid/forums/

    Here is the Test Topic

    http://www.shiftisgoodweb.com/living-solid/forums/forum/test/

    I just don’t get what I am looking at?

    I figured it would be more of a list of forum topics that you can go in and read and reply to and what not.

    Am I just completely missing something here?

    Thanks for the replies OC2PS

    #45364
    TFUME
    Member

    Is it just me or is 2.1 ignoring certain template files when using bbPress as a child theme?

    To illustrate I added a backtrace to the top of form-topic.php.

    When viewing a forum, template file single-forum.php is used as expected (Bottom up #8):

    #7  bbp_get_template_part(content, single-forum) called at [C:xampphtdocsdomain.comwp-contentthemesbbp-child-testsingle-forum.php:25]
    #8 include(C:xampphtdocsdomain.comwp-contentthemesbbp-child-testsingle-forum.php) called at [C:xampphtdocsdomain.comwp-includestemplate-loader.php:43]
    #9 require_once(C:xampphtdocsdomain.comwp-includestemplate-loader.php) called at [C:xampphtdocsdomain.comwp-blog-header.php:16]
    #10 require(C:xampphtdocsdomain.comwp-blog-header.php) called at [C:xampphtdocsdomain.comindex.php:17]

    But then if you go into a topic and click EDIT, page.php is used to display form-topic.php even though template files single-topic.php and single-topic-edit.php both exist (Bottom up #13):

    #12 get_template_part(content, page) called at [C:xampphtdocsdomain.comwp-contentthemestwentyelevenpage.php:22]
    #13 include(C:xampphtdocsdomain.comwp-contentthemestwentyelevenpage.php) called at [C:xampphtdocsdomain.comwp-includestemplate-loader.php:43]
    #14 require_once(C:xampphtdocsdomain.comwp-includestemplate-loader.php) called at [C:xampphtdocsdomain.comwp-blog-header.php:16]
    #15 require(C:xampphtdocsdomain.comwp-blog-header.php) called at [C:xampphtdocsdomain.comindex.php:17]

    Or am I missing something?

    #112565

    In reply to: 2.1 release date

    enderandrew
    Participant

    I’m testing 2.1 from SVN and it is working well. I had to fight with the templates and my theme to get it to display properly, but that was an issue with the theme, and not bbPress.

    The only “bug” I’ve encountered so far was that wp-content/plugins/bbpress/bbp-theme-compat/css/bbpress.css was loading even if I had a bbpress compatible theme with everything in my child theme and I was loading css/bbpress.css from my theme. So I was loading bbpress css twice.

    I put: add_theme_support( ‘bbpress’ ); into my functions.php and that stopped. And then I removed the call to css/bbpress.css and instead just integrated into into my style.css which I prefer. When possible I like to combine the css files and reduce http get requests.

    #113614

    In reply to: GD bbPress Tools

    enderandrew
    Participant

    I disabled every plugin that ties into the admin bar other than Buddypress and I still had the issue. I can try disabling that as well. I’ll do some testing today and see if I can determine if it is a plugin conflict.

    #113612

    In reply to: GD bbPress Tools

    Milan Petrovic
    Participant

    I have seen that. But, as I say, all plugin features work fine (including toolbar integration) and nothing is broken in the WP with, tested with WP 3.4 Final and bbPress 2.1-r3920.

    Please test it, and let me know.

    #113949
    echoman
    Participant

    lol thanks for the bbpress update bbpress didn’t think you’d let me down haha :)

    Andrew check your plugin updates 2.0.3 available for download :)

    just sad i have to redo my whole site again but i have a clearer mind and can control this I’m going to do all my test updates etc on a test install on my site.

    #113946
    echoman
    Participant

    I also am having trouble only my situation is much different i also was happy to see an update with wordpress i have buddypress installed and bbpress i didn’t experience any problems whatsoever till i installed the latest wordpress i tried everything reinstalled bbpress then was told page did not exist so i did a complete fresh install now I’m trying to make some forum topics and the same thing all i see is the forum header

    Forum Topics Posts Freshness

    I wish there can be some solution to this problem like immediately i spent a month or so by myself putting this site together and having to reinstall do everything from scratch is really straining the hell out of me.

    #113610

    In reply to: GD bbPress Tools

    Milan Petrovic
    Participant

    I have tested with WP 3.4 final, bbPress 2.1-r3920 (last from trunk), and everything is working, and not problems with edit or adding posts/pages. Maybe something was broken by bbPress with one of the trunk builds causing problem. Let me know if you have problem still.

    #110608
    enderandrew
    Participant

    I’ve copied the contents of wp-content/plugins/bbpress/bbp-themes/bbp-twentyten into my Suffusion child theme which resides at wp-content/themes/bsig

    It is still however pulling the bbpress.css from wp-content/plugins/bbpress/bbp-theme-compat/css

    It also doesn’t appear to be using my customized templates. I’ve tried most every step I can find online to try and resolve this, but it hasn’t worked so far.

    http://blindscribblings.com/forum – The forums are squished to the right and my sidebar on the bottom and empty space to the right.

    If I use a shortcode then the index looks fine, but the sub-forums and threads have the same problem. Here is an example with a shortcode.

    http://blindscribblings.com/test/

    #113609

    In reply to: GD bbPress Tools

    Milan Petrovic
    Participant

    I will test this in the next few days.

    #110606
    Jeff Sebring
    Member

    I like the direction you are going with bbpress. I’m implementing it for the support forum for my new theme shop.

    In my test environment with all error reporting on, I’m getting some notices from WP core on forum pages.

    ** Note – I’m using WP 3.4 RC3 ***

    Notice: Trying to get property of non-object in /PATH/wp-includes/general-template.php on line 1384 Notice: Trying to get property of non-object in /PATH/wp-includes/post-template.php on line 30 Notice: Trying to get property of non-object in /PATH/wp-includes/comment-template.php on line 776

    #113606

    In reply to: GD bbPress Tools

    enderandrew
    Participant

    I tried installing this on a test server with WP 3.4 and bbPress 2.1 (both from SVN) and it broke the ability to add or edit posts or pages.

    #45283

    Hey,

    I tried the last few days to figure out, what I did wrong. On my test version of WordPress I installed bbpress for development. Everything is working fine there.

    For the customer, I installed the latest WordPress 3.4 Release Candidate. But when I tried to call */forums, the request slows down and All I get is the theader element. I can get to single forums, topics etc, but I cannot see the whole forums.

    Any Idea how to solve this?

    I’m using bbPress 2.1 on my of buddypress powered sandbox & enable the new “group forum” feature that comes with 2.1.

    Everything works perfectly except for one thing: I’m only able to post topic & reply in the group forum. When I tried to edit, split, close, stick, merge, trash, spam a topic / reply in the group forum, it don’t work and like if nothing is happen.

    If you want to take a look, please go to http://cheng.scirefs.org and login using the following info:

    Try posting a topic or a reply in the forum of one of the test group and try to edit it. You’ll know what I’m mean.

    Do anyone here is having the same problem?

    • This topic was modified 13 years, 2 months ago by John James Jacoby. Reason: Posting login information is a bad idea
    Patricia BT
    Participant

    Hi

    This topic is posted on 2 places :

    – bbpress.org forum

    – premium.wpmudev.org community support forum

    While working on a site to be launched on the same day (= I had to have it working ;)

    I discovered something interesting

    BBpress second level forum (= with a parent forum/category) also in the permalink, will result in page not found.

    I searched for this issue and came across a few topics, where it was advised to reapply the permalinks, then save again the BBpress settings, where we set the slugs.

    I tried everything there and still the same issue, but it was clearly an issue with rewrite.

    So I begun to deactivate every other plugin I have and after every deactivation I tried if second level forums were loading. I thought specifically about security plugins such as Wordfence, Better WPSecurity, but nope.

    Finally, it was when ******I deactivated wpmudev’s Pro Sites plugin, that the second level forums were loading.*******

    I tried another forum plugin but really I will need BBPress (big amount of subforums necessary on this website)

    now I made some tests, and to make short :

    – if Pro Sites activated :

    -> 1st level forum will work

    -> 2nd level forum will not work

    – if Pro Sites is deactivated :

    -> 1st level forum will work

    -> 2nd level forum will work and can be reached with those 2 url

    A: example.com/forums/forum/level1/level2

    B: example.com/forums/forum/level2

    (forums/forum beeing the slugs set in Forums settings page)

    is it normal we can reach with 2 different permalinks?

    ***** and as it changes automatically, is there a way to force (in BBPress code) a subforum permalink to stay 1st level even if in a sublevel? would be interesting also in the case a forum is moved to another category then it wouldn’t change url ***** (and at the same time it would solve/hide the issue with Pro Sites)

    so cleary this is a rewrite stuff that goes beyond my knowledge, for info my permalinks are set to the second option /2012/06/07/exemple-article/ and .htaccess present with necessary change in it

    I use also buddypress on that site but didn’t go until desactivate it as it worked when I deactivated Pro Site,

    the site I was working on has buddypress, but not the groups and forum elements checked, forum beeing BBpress anyway (I also tried to check/uncheck forums in buddypress settings, really not related to the issue)

    so I was thinking to install a testsite with only vanilla WP Multisite and buddypress, as I need all my tests done that way

    + for this issue : Pro Sites and BBPress

    so if there is anything you tell me to try, it will be done :)

    thank you very much in advance (anybody, eveybody :)

    #113346

    In reply to: Human Test not working

    kaburulu
    Member

    I too facing same problem. Did u get the Solution for this problem???If you find solution please post here.

    #45184
    amax2222
    Member

    Hi please help.

    I’m using the latest bbpress plugin on a multisite.

    If I go to the user profile page, eg. http://example.com/forum/users/username, there is an edit link next to the profile but only Super-Admins can click on this link and edit their profile from the frontend. If they are not super-admins then the page refreshes to the same page without offering the editing functions.

    How can I allow subscribers etc to edit their profile page?

    Thank you.

    #110909
    eternal noob
    Participant

    @Lynq. Thanks again. But it doesnt cut it. But almost – i tried putting it in my post.php and it doesnt care about the postmeta thing – it just pulls in all the latest topics. I will try some more.

    I have been working around it and noticed that when converting from forum topic to post – then the topic and reply simply got the post or page as parent – so perhaps it is already possible to have topics for posts in stead of forum ? More than one that is – because bbpress for topics already allows for one topic only per post.

    Does anyone know if it is already possible within the system itself ? That it just has to be enable somehow ? Or is it just in the planning ?

    Thanks,

    Jacob

    #113841

    Hmm, I just tested and couldn’t reproduce the issue.

    I’m testing on 2.1 trunk and WP 3.4 trunk, so it’s possible has been fixed in one of those versions that you’re not running.

    Anyways, in Settings > Media I set the embeds max size to width 200, height 0 and it resized it correctly.

    #113804
    DarwinsDream
    Member

    Thanks again man. my functions page does not have the ?> code at the end just the endif; statement so i placed the code in the end of that and still nothing. here is the code I placed with the end of my functions.php page:

    // Prints the string, replacing the placeholders.

    printf(

    $posted_in,

    get_the_category_list( ‘, ‘ ),

    $tag_list,

    get_permalink(),

    the_title_attribute( ‘echo=0’ )

    );

    }

    endif;

    add_action( ‘bbp_get_reply_content’, ‘do_shortcode’);

    Is there another page where that php script continues on it seems to not end in functions.php but like I said i’m not the greatest at PHP. I so don’t want to pay to have this thing finished :( at least if I know that the “allow shortcode” script is in the right place i can see if its a file permissions issue but I dont think it is. What do you think?

    #113824
    cruthas
    Member

    Well it isn’t perfect and if anyone can/would like to give me any feedback, I would much appreciate it.

    I was able to get everything to align (not perfectly) with some tweaking of the css and @media queries in the stylesheet. I haven’t tested it on the Andriod so I don’t know if it works, but on the iPad and iPhone I was able to get it to look presentable, should someone view the forum on a mobile device.

    If anyone wants to see my css, I’ll post it. If not, guess the post will just get buried.

    #113822
    Jarret
    Participant

    Running Win7 and checked in latest release versions of Chrome, Firefox, Safari, IE and Opera.

    The only issue I can see is in IE and Opera as you mentioned and from clicking around it looks like there is just an issue with the ad in your sidebar.

    It doesn’t appear to have any clear: right/both; applied to it so it sits to the left of the searchform. I applied

    style="clear: right;"

    to

    <div align="center">

    and it fixed the issue in both IE and Opera.

Viewing 25 results - 6,426 through 6,450 (of 11,581 total)
Skip to toolbar