Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 5,001 through 5,025 (of 11,580 total)
  • Author
    Search Results
  • #142474
    Zonic Mirage
    Participant

    Hello, I help run a university student organization WP site with Buddy Press. I’m getting a fatal error when trying to activate the plug-in. I’m using the latest WP, Buddy Press and trying to install the latest bbPress.

    /site/folder/wp-includes/plugin.php on line 199

    Fatal error: Call to undefined function bbp_get_user_role() in /site/folder/wp-content/plugins/bbpress/includes/core/update.php on line 355

    Because Google searches are giving me nothing, it’s rather maddening. Thanks!

    #142446
    sebbat
    Participant

    Hi,

    I started a bbPress to test and i have a huge problem.

    My theme have a few page templates, including full width pages and pages with sidebars. bbPress, in my case, uses full width for the index and a sidebar page template for the topics.

    I want bbPress to use the full width template everytime, but i don’t know if the modification needs to be made to bbPress or my template.

    Maybe someone can help me with that ?

    Regards.

    #142390
    hitkid
    Participant

    @netweb

    I don’t need their role or title. For some reason the avatars will just not come up in the loop outside of the mychild/bbpress/loop-single-forum.php files and mychild/bbpress/loop-single-topic.php. So it works fine on index pages.

    I’ve tried all of the but nothing

    Here’s what the code looks like right now:

    <?php $args = array( 'post_type' => 'topic', 'posts_per_page' => 10 );
    			$the_query = new WP_Query( $args );?> 
    			
    <?php if ( $the_query->have_posts() ) : ?>
    
      <!-- pagination here -->
    
      <!-- the loop -->
      <?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
       <?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 32 ) ); ?>
    	
    	<a class="bbp-topic-permalink" href="<?php bbp_topic_permalink(); ?>" title="<?php bbp_topic_title(); ?>"><?php bbp_topic_title(); ?></a>
      <?php endwhile; ?>
      <!-- end of the loop -->
    
      <!-- pagination here -->
    
      <?php wp_reset_postdata(); ?>
    
    <?php else:  ?>
      <p><?php _e( 'Sorry, no posts matched your criteria.' ); ?></p>
    <?php endif; ?>

    This worked for getting the original post author, but I need the latest active poster to appear<?php echo get_avatar( get_the_author_meta( 'ID' ), 32 ); ?>

    Is there a wordpress function equivalent for this function: bbp_get_forum_last_active_id() that I can use with get_avatar() ?

    What file do these functions reside in? Maybe I could copy the functions out and make new ones in mychild/functions.php or see if something wrong and replace the file?

    Thank you for the help!

    #142383
    shearamariz
    Participant

    I have a concern to say… My bbpress installation is on the latest installation.
    Okay here it is: Whenever I add a title that has a max length of 80, it still saves.
    May you please check it?

    Thanks.

    #142377
    jmessick
    Participant

    I ‘think’ I tried that but will give it another test and report the results.

    #142376

    In reply to: Can no longer post.

    jmessick
    Participant

    The forum was just a few days old when it stopped working and only had a few forums and topics. It’s on a new website that I’ve been working on. All my software and plugins are the latest version I have the following plugins.
    Akismet
    bbPress
    Category Reminder
    Jetpack
    Limit Login Attempts
    myRepono Backup Plugin
    New User Approve
    Post Expirator
    Simple Notices
    System Snapshot Report
    TinyMCE Advanced
    TinyMCE Spellcheck
    Updater
    WangGuard
    WP Display Header
    WP Super Cache

    #142364
    alkesh_14
    Participant

    Hello,

    I installed bbpress all is working fine except 2 pages

    1. http://www.investoo.com/forums/topic/alkesh-topic/

    2. http://www.investoo.com/forums/forum/alkesh-test/

    Those page are coming blank only header part is coming.

    Please help me

    #142349
    Robin W
    Moderator

    Not quite sure what you are after

    There is a bbpress widget that shows latest topics which you can put into your sidebar.

    Otherwise come back and explain some more !

    #142346
    Robin W
    Moderator

    it’s coming from bbpress stylesheet.

    there may be a quicker way to remove this, but one that should work is as follows.

    I don’t think you have a childtheme, and now may be the time to consider having one, see https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum-part-2/ for more details

    once done you need to navigate to

    wp-content/plugins/bbpress/templates/default/css/bbpress.css

    copy this file into a folder called css within your theme, so you end up with
    wp-content/themes/mychildtheme/css/bbpress.css

    where mychildtheme is the name of your childtheme

    Then edit every line that has

    background-color : xxxxxxx

    change to

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);

    NOTE it goes from background-color to background
    and it is only the background color that you’ll be changing, not lines which just have color: as that’ll be text!

    eg

    #bbpress-forums div.bbp-forum-header,
    #bbpress-forums div.bbp-topic-header,
    #bbpress-forums div.bbp-reply-header {
    	background-color: #f4f4f4;
    }
    

    becomes

    #bbpress-forums div.bbp-forum-header,
    #bbpress-forums div.bbp-topic-header,
    #bbpress-forums div.bbp-reply-header {
    	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    }
    

    This will make the background transparent, but with a darker tint shading that you have in your sidebar (the amount of difference is on the 0.4 bit, 0.1 is the lightest, 1.0 the darkest).

    Come back if that doesn’t fix it, or for further help

    #142333
    craftersuniversity
    Participant

    I never get any errors, just a blank page. But only if i reply to some other members forum thread, if i reply to a forum thread i have started, then this problem doesn’t appear…. Also i just noticed that my admin account receives notifications via mail, but not my moderator account…both are subscribed.

    I tried deactivating all plugins except bbPress, but the site crashed completely, showing me empty gray pages. I then activated BuddyPress, and the website started working again, so BuddyPress must be activated for some reason. I also tried repairing the forum, and reinstalling entire bbPress, but still the problem remains. However, when i reinstalled BuddyPress, then it started working again. And for some reason BuddyPress latest version is working, the last time i tried to update, it broke my entire site….

    At any rate, i think it is working now…

    theone-deano
    Participant

    i think they should try to include some extra settings for forum roles. it saves time editing the php file.

    I have a community part of my forum which is open & visible and a clan part that is private & hidden, i hade to modify the capabillities.php file and add my own role Clan Member and give correct rules.

    I tested it on an account and it worked , standard users can only see community forum but if i change a person role to clan member they can see all forums and post etc…

    #142299
    JacobWard
    Participant

    Okay, so if you click my website then go to News & Update then Go to Weapons Update you will see It is not showing what I Posted I tried different browsers I tried uninstalling bbpress and budypress and reinstalling them even just tried bbpress alone that still did not work I have all the latest versions and everything can someone please help me I cant figure this out. I purchased my Template so I’m really not looking to change it but when I tried other templates it still did not work as well what am I doing wrong????

    http://wwww.naruto-mmo.com/

    #142287
    Stephen Edgar
    Keymaster

    @kris35 wrote… There are 68 replies to replies and 68 of them are locked this way

    This shouldn’t be an issue unless edit_lock has incorrect timestamps.

    @kris35 wrote… I had to go into the backend and edit the β€œReply To” box to zero.

    We have just done some testing trying to reproduce “Incorrect Reply To’s” but couldn’t.

    Setting them to 0 will force the replies to be ‘Not Threaded’ and sorted by date (default)

    @shanebp wrote… …any edit to a reply pushes it to the bottom and destroys the threading. Any threaded replies become β€˜flat’.

    I can’t reproduce this, any edit I make to a ‘threaded reply’ in the frontend or backend keeps the correct ‘replyto’ value and works as expected.

    #142284
    crzyhrse
    Participant

    You are welcome, and thank you… I’ll watch out for ways to help out as I bounce around the WordPress world… I’ll also offer that I have what seems to be pretty good test site set up, in case it is helpful…

    #142282
    Stephen Edgar
    Keymaster

    One of my test sites is now the same as everyone else’s in this thread πŸ™‚

    Will go some analysis of what I just did to make this happen and all of the components involved.

    Fingers crossed I’ll find something quickly and we can get this fixed soon πŸ™‚

    Edit: False alarm, it’s isnt actually doing it, different bug, but still investigating all the same.

    #142280
    Robin W
    Moderator

    @crzyhrse

    Hey thanks for your kind words, very much appreciated.

    I have added you submit button at the bottom of the styling guide, and happy to add any others people will think useful.

    I am trying to write a filters and actions guide – but keep getting diverted to other things, and a “creating a test site” guide as well, so hopefully will get these onto site in the next few weeks !

    #142255
    crzyhrse
    Participant

    Latest discovery- when I search the complete directory/folder of bbpres, for- bbp-topic-content or bbp-reply-content, absolutely nothing is found… Which I believe suggests that there is nothing to cascade into the above code…?

    Anonymous User 13302461
    Inactive

    I have noticed a few bugs.

    The freshness is displayed wrong sometimes, seeming to point to the time the thread was made and not the latest activity, or perhaps to recent activity on the wrong thread, because:

    Some topics I click on “recent post by” next to the freshness, it takes me to a completely different topic!

    The forum “subscribe” link is missing

    The topic “subscribe” or “unscubscribe” links make a popup box saying “Undefined”

    Shame because default bbpress layout for multiple forums, categories and sub categories is awful.

    #142225
    Robin W
    Moderator

    Certainly works in the template both in childtheme and if you do it in the original location – just tested the latter.

    It could be that either I’ve not explained well enough or or we’re talking about a different “Forum” position.

    The change you make should be from :

    <li class="bbp-forum-info"><?php _e( 'Forum', 'bbpress' ); ?></li>
    

    to

    <li class="bbp-forum-info"><?php _e( 'Elephant', 'bbpress' ); ?></li>
    

    if you want it to say Elephant.

    If that is not the issue, can you confirm that it is the “forum” in the top left of this example that you’re talking about

    https://buddypress.org/wp-content/uploads/53/2013/11/forum-5.jpg

    #142198
    craftersuniversity
    Participant

    Hello

    I just noticed a problem that i don’t know how old it is. I have not had much activity on my sites forum area, and no replies to any topics, so this problem might be as old as the forum itself.

    When i try to make a reply to a topic, the reply get saved in the database, but i get a completely blank page. Even when i check the “page source” it too is completely empty. If i hit reload, another copy of the reply is entered into the database, but still a blank page. However, if i click the browsers address bar and hit enter, then i get the correct page, the updated forum thread. This is true both on my official site CraftersU.com, and its dev site.

    I have tried both Chrome and Firefox, same thing. I’ve deactivated all plugins except BuddyPress and bbPress, same thing. Different themes, same thing. I even deleted and re-installed bbPress without getting rid of this problem…What could possibly be the cause of this?

    Wordpress 3.8.1
    BuddyPress 1.8.1
    bbPress 2.5.3

    You are of course welcome to register as a user in order to test this bug for yourself.

    Gokuuu
    Participant

    Hey guys, i’ve installed the BBpress plugin last version 2.5.3 while running latest wordpress 3.8 version, and i had nothing in the dashboard, no tab, nothing related to BBpress.

    I’ve deactivated all my plugins and set up basic wordpress theme.
    I figured out that once i activate WPML Multilingual CMS, the three tabs related to BBpress : forums, topics and replies disappear from the dashboard…but i can still access to the forums, the pages are still available, because i’ve created it so i could test, the only issue is that if i want to create new category or anything else, i need to deactive my WPML plugin so the BBpress tabs appears again, and then reactivate and so on…

    I can’t run my website without the WPML Multilingual CMS plugin because i run a multilingual ecommerce and most of my contents is translated in two languages…

    So just wanted to let you know the issue in case it was unknown, and you might know what i can do for it ?

    Meanwhile i would have to found another forum plugin πŸ™

    Thanks in advance and Have a nice day πŸ™‚

    #142194
    Gokuuu
    Participant

    Hey guys, i’ve installed the BBpress plugin last version 2.5.3 and i had nothing in the dashboard, no tab, nothing related to BBpress.

    I’ve deactivated all my plugins and set up basic wordpress theme.
    I figured out that once i activate WPML Multilingual CMS, the three tabs related to BBpress : forums, topics and replies disappear from the dashboard…but i can still access to the forums, the pages are still available, because i’ve created it so i could test, the only issue is that if i want to create new category or anything else, i need to deactive my WPML plugin so the BBpress tabs appears again, and then reactivate and so on…

    I can’t run my website without the WPML Multilingual CMS plugin because i run a multilingual ecommerce and most of my contents is translated in two languages…

    So just wanted to let you know the issue in case it was unknown, and you might know what i can do for it ?

    Meanwhile i would have to found another forum plugin πŸ™

    Thanks in advance and Have a nice day πŸ™‚

    #142187
    FlyFishersCorner
    Participant

    EDIT note: Running bbPress 2.5.3 on WordPress 3.8.1
    My theme does not support sidebar widgets, so I instead created a page to house my forums. Additionally, I like the idea of being able to add some content above the forum index. I am running everything through a child theme.

    EDIT note: The breadcrumbs display in the bottom right of the header, in case it’s not obvious when looking.

    As it stands, I’ve added a login box and some content to the page, then used the [bbp-forum-index] shortcode to add my forum index. See the page here.

    Clicking into the first forum, “General Fishing Discussion” (my site is a fly fishing related one), I have no issues. The breadcrumbs can get me perfectly back to the page where the index resides. See here.

    Finally, I have created a couple test topics. Once I click on one of those topics, this is where my problem arises. Instead of the breadcrumbs being Forum>General Fishing Discussion>Topic Title, they switch to Home>Topic>Topic Title. Clicking the Topic link takes me to a 404 page. See it here.

    I’ve been tinkering with this for days, trying several different solutions from this site that I thought might work. The most recent was a fix suggested about two weeks ago whereby I copy the page.php file from my theme folder and rename it to bbPress.php to force bbPress to use it. I have seen no change. I will note that I tried placing it in the theme-child folder as well as the theme-child\bbPress\default folder. Neither worked.

    The other fix I tried that I thought might get me there was one posted here about 4 months ago that offered a replacement code for the loop-forums.php. Unfortunately, that didn’t work either.

    Does anyone have any other ideas? I really appreciate any help you guys can offer! I love the look and integration of bbPress, I just can’t have users running into walls after reading a topic and trying to navigate back out to other forums.

    Thanks in advance!

    #142177

    Exciting news!

    The forum was imported successfully to a test development site.

    I used the plugin “Export Users 2 CSV” by Yoast ( https://wordpress.org/plugins/users-to-csv/ ) to import users.

    Then I used a modified version of Import Users by DagonDesign ( http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/ ) to import the users.

    Important Note: When importing users with this plugin it WILL send notification emails to the Admin and the User. I ALMOST pressed “go” on importing 2,200 users — but then I decided to check the plugin code just in case; sure enough there’s this line of code wp_new_user_notification($user_id, $password); you should delete or comment out.

    Yes, the users will have to re-create their passwords. We will instruct them how to do that on the new forum. That’s perhaps the only drawback of this method. But since out of the 2,200 users there are perhaps only 100 current active users, it shouldn’t be too much of a hassle.

    I did have to write a custom PHP script to help this user export/import process, because the import and export plugins do not match in formatting. You can either do this custom in CSV or make a simple PHP script (took me 10 minutes) to take data from the export CSV and reformat it to meet the delimiters and the stricture of the import CSV. I can help people with this, just ask.

    This user import/export had to be a separate process because using bbPress Export and Import by PippinsPlugins ( https://github.com/pippinsplugins/bbPress-Export-and-Import ) did not properly attribute users to posts if it had to create the user. (It attributed the admin to most of the posts.)

    After the users were imported, I imported my 20 CSV files (~2,000 rows each file) and after much scrutiny in examination, I find that all users have been properly attributed to posts.

    Now all that’s left is performing this process again onto the live site, the fresh bbpress install. (Remember, always back up your site and database before you do this stuff.)

    #142168
    IceReaper
    Participant

    I just installed WordPress the latest version on WordPress with plugins BuddyPress and bbpress.

    I created a dummy user under the role “Participant” but when I login to it and go to the forums I see no “Create New Topic” button anywhere.

    Also I already created a category forum.

    I want my users to be able to make their own topics in my categories that I make.

Viewing 25 results - 5,001 through 5,025 (of 11,580 total)
Skip to toolbar