Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 3,101 through 3,125 (of 11,589 total)
  • Author
    Search Results
  • #169802
    virtualassphil
    Participant

    Hello Bbpress geek,

    I’m Kit and NOT a Robot!

    i really need your help! I registered a test user in my forum. however it will be redirected to my website homepage http://www.mysite.com how can i make them redirect to http://www.mysite.com/forums after they register?

    Please help

    thanks

    #169791
    dfeenstra75
    Participant

    Hello,
    I have a problem with bbpress.
    a couple of days ago a problem started with making accounts on my site.
    When a new user is making an account he receives an e-mail with an activation link in that mail.
    When he clicks that mail he is comming on a page with an box where he needs to add an activation code.
    But in the mail there is no activation code. only a link like: http://website.nl/activate/79d6b96dbaaf352d993dafae852f9b26/

    So looks like the account should be activated direct from that link but this is not working.
    Also when i enter the code 79d6b96dbaaf352d993dafae852f9b26 again in the field where is aked for activation code this is not working.
    So people can not make new accounts at this moment on my website.
    Who can help me solve this?

    Kind regards

    Daniel

    latest wordpress and bbpress version installed

    #169733

    Hi all,

    Thanks in advance for any help/advice you can provide! I am trying to migrate forum data from another platform (I believe it’s a homegrown ASP.net-based forum). I have all the data in spreadsheets/csv files and am trying to put together the SQL statements I need to move it into bbPress.

    I put together a small test import (a single post to a single forum) for ‘wp_posts’ that looks like it mostly worked: the imported data is visible under Topics in the WordPress admin but it doesn’t show up when you browse to the Forum it’s assigned to on the front-end.

    I noticed that when I create a topic in the traditional way (through the front-end) that it creates several entries in ‘wp_postmeta’ also (like _bbp_topic_id, _bbp_forum_id, _bbp_author_ip, _bbp_last_active_time, etc).

    Does anyone know if it’s the absence of post meta for my imported data that’s causing it not to display on the front-end? If so, how much of this info is required?

    I have 4300+ posts across 1400+ topics that need to be imported. Some of the post_meta data (like forum and topic id) will be easier for me to cross reference but other data (like reply_count, last_active_time, etc) would be a very manual process to try to include in my import.

    Any suggestions or advice on the best way to get this data into my database?

    #169713

    In reply to: Wrong Sidebar

    meriadoc84
    Participant

    I forgot to mention I am using the latest wordpress version and the latest iFeaturepro5 theme.

    #169644
    Robkk
    Moderator

    I just tested out the code and it seems to work fine. Make sure that you copied over the whole bit of code and did not miss anything. I put the code on a gist file so maybe it will be easier to copy over.

    https://gist.github.com/robkk/b24443ad53ece6d2b7c9

    I tried Tiny MCE Advanced and it caused alot of issues – half of an individual post showed up in my black background – half in the “white” text area

    Maybe this is a CSS issue?? Not sure really.

    still did not allow proper showing of the above formatting (showed code when published)

    The code fixes it whenever you make a new post, it might not work for existing posts that have not parsed everything, it might need to be republished on the old posts.

    really a mess so I went back to WP Edit

    I have come across an issue that was present using WP Edit.

    Also – all buttons are working fine in my other areas (like Sabai directory) for front end users – just BBPress?

    bbPress tries to be secure for frontend posting for users, so that they do not post harmful javascript. It might be a little too secure.

    #169619
    badusername
    Participant

    I’ve added BBPress to my site and for the most part it is fine. I’m using a genesis theme and I’ve got the bbPress Genesis Extend plugin too. One problem though – when looking at the forums main page and an individual forum (eg. ‘General Discussion’) some of the text gets squished up too soon when resizing the window. The text ‘Topics’ ‘Posts’ and ‘Freshness’ start overlapping because the content of bbpress gets too small too fast – leaves a big gap on the right too, between bbpress and the right column. If I make the window even smaller, the right column moves below which is fine. And of course if I make the window even larger its fine. But there is a range where it shouldn’t be so squished.

    On an individual forum page, the text voices, posts and freshness get squished. On individual posts pages, the responsiveness works as expected.

    The site is password protected so I don’t know how to post a url here, I have a screenshot, but don’t see a way to upload it.

    I’m using the latest versions of WP and bbpress.

    Any idea how to fix this? Do I need to edit something in the bbpress css file? If so, what do I need to edit? If not, how else could it be fixed?

    Thanks!
    Trisha

    #169612
    erich199
    Participant

    @robkk,
    I thought the exact same thing when they sent the code. Hopefully we see this as a core feature in the future updates of bbpress.

    One can make the button visible to logged in users only by using the
    <?php if ( is_user_logged_in() ) : ?> button code here <?php endif; ?>


    @adventureridingnz
    ,

    I’m not sure, I’ll have to do some testing on my site to see if it will work with forums.

    #169598
    Cathy Yuki Sophia
    Participant

    help please?

    My group forums suddenly disappeared, but get this, only the active ones (if that gives any clue) I get this message now when I visit the forum:

    This group does not currently have a forum.

    I tried fresh installs of bbpress, nothing is changing.
    When I go to the backend of groups, I can select the forum name, and save settings: but the forum is still not on the front end.

    In the dropdown menu on the frontend of the group, the default shows now as “No Forum”, then there are other group forums in the dropdown menu, but none of the ones listed are that group’s forum name.

    site: http://planetgirlworld.com/wordpress
    everything is updated to latest version.
    we use theme “Kleo”.

    #169581
    WebsitesbyMark
    Participant

    I want to add additional infomation and help test to the regsiter page.

    I have added [bbp-register] to my register page but it does not show the additional content outside the shortcode.

    With the latest version of BBPpress how do I do that? (if its adding a file to my theme what do I use as a basis and what file structure does it need to sit in my theme? (i.e does it sit in the theme folder or does it need to match the structure of the defualt theme)

    #169550

    In reply to: Shortcodes and Menus

    bpakclac2015
    Participant

    Alright…It appears that setting the type of topics, as in; Normal, Sticky or Super Sticky, changes the behavior of the shortcode [bbp-single-forum id=].

    I made all test topics’ type in both forums, to Normal and the problem disappeared. Same behavior with Sticky.

    To wrap-up, a type Super-Sticky, will get these forums show up, no matter that you specify an exact one with the [bbp-single-forum id=] shortcode.

    #169457
    Robkk
    Moderator

    How do I add the number of posts under the name and the symbolic images of the user?

    Post count is coming to a future release of bbPress. You can use a plugin like this to add the counts for now.

    https://wordpress.org/plugins/bbp-topic-count/

    What exactly do you mean by symbolic images??

    How do I change the title to any user of an optional title?
    Ex: the title of the current user in the Forum (supervisor) want to have the title of supervisor (supervisor pictures)

    You can rename the current forum roles to whatever you want with this php code snippet in this guide. Add the function to your child themes functions.php or in a plugin that can hold custom code snippets like functionality.

    Layout and functionality – Examples you can use

    You can also create custom user roles with custom capabilities and add the custom names there.

    Custom Capabilities

    How to determine the powers of the supervisors so far have not I transfer Lists Musharraf to it have all the powers modification and deletion of all sections I wanted to be the powers of the supervisor on only a particular section

    Assigning a user to a forum is not possible in the default functionality of the latest stable version of bbPress.

    #169429
    paul-burwell
    Participant

    Hi,

    I have two admin users on my WordPress install.

    I have the latest bbpress (2.5.8) installed and the latest wordpress (4.3.1).

    Users can post new topics without issue.

    However, when I go to reply, I get the message that “You do not have permission to reply” even though both admin users have the Keymaster role.

    I have reset the bbpress system twice now (tools-forums-reset forums) and still no joy.

    I believe that this plugin may just be trying to kill me. Not sure what I’m doing wrong.

    Problem occurs using Twenty Twelve as a theme as well.

    Any and all help is appreciated.

    My forum is at: https://www.bsop.ca/forums/forum/lightroom/

    workxx8
    Participant

    hi, I am using the latest version of bbpress plugin. I want to know is there any way to stop the email that sends to user to reset password when the user register. I don’t want users to set there passwords themselve and want to send the password generated by admin to every approved users only.
    Please help me…
    Thankyou

    #169363
    seyibest
    Participant

    Thanks @Robkk for the respond. but i have question about

    Put this loop-forums.php file in your child theme in a folder called bbpress.

    i only have child theme for the theme but bbprss is a plugin. are you saying i have to create a child theme for the plugin bbpress of how do i do that please?

    There is a plugin called bbp style pack that can give you a shortcode to display the latest number of topics on your site. bbPress has this shortcode for the forum archive, [bbp-forum-index]

    You said there is a plugin to display latest post, how do i get the plugin?

    Thank you so much.

    #169329

    In reply to: smiley emoticons

    Robkk
    Moderator

    Please find enclosed a link for the test Website:

    Well I am not seeing an issue with my forums disappearing with WP Monalisa activated.

    Where do I activate TinyMCE and find the default toolbar editor in WordPress? Or are you talking about BBPress Dashboard?

    Well your not using TinyMCE so you would see the error I come across. Like said there is an issue, so you may not need to activate it. There is a plugin on wordpress repository and a code snippet in the codex to allow TinyMCE.

    As previously mentioned it didn’t work with a freshly installed bbPress Website. I had nothing else installed except the bbPress Forum. The enclosed totius.tk however is now a plugin.

    Yes, wordpress plugins do not work for the old standalone version, but with the plugin version. I cannot test to see if an install of bbPress v1 would cause an issue, as I cannot run this on wamp. Kind of do not know how to install bbPress v1 anyway.

    Sorry, I forgot to post the WordPress Dashboard that comes up for Settings/Writing:

    A new version of WordPress probably removed the smilies setting like the wp monalisa plugin says, there was a version with that setting before.

    #169325
    Robkk
    Moderator

    @seyibest Put this loop-forums.php file in your child theme in a folder called bbpress.

    https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout

    so, how do i make it to be in a place like just only Login/Register on just a menu bar like

    They added custom menu item links in the menu section. You can create links leading to the WordPress login/register forms. There is also this php code snippet here to add links, you might need to add a conditional to it for a specific menu.

    add_filter( 'wp_nav_menu_items', 'rkk_add_auth_links', 10 , 2 );
    function rkk_add_auth_links( $items, $args ) {
        if (is_user_logged_in() {
            $items .= '<li><a href="'. wp_logout_url() .'">Log Out</a></li>';
        }
        elseif (!is_user_logged_in() {
            $items .= '<li><a href="'. site_url('wp-login.php') .'">Log In</a></li>';
            $items .= '<li><a href="'. site_url('wp-login.php?action=register') .'">Register</a></li>';
            $items .= '<li><a href="'. site_url('wp-login.php?action=lostpassword') .'">Lost Password</a></li>';
        }
        return $items;
    }

    and moreso, i made the homepage to be the forum. how can i code it in such a way that 2-3 of my post will appear on the homepage follow by the forum beneath it?

    There is a plugin called bbp style pack that can give you a shortcode to display the latest number of topics on your site. bbPress has this shortcode for the forum archive, [bbp-forum-index]

    #169220
    Robkk
    Moderator

    @tallsam

    Users should have a password when they register??

    Post a link to your site and I will test out registering with it. My username will be called “deleteme” if you decide later to remove the user I registered with.

    #169209
    mirzepapa
    Participant

    Hi,

    i am really desperate, for some A… floated our music schools website forum with 34.000 entries, running on bbpress alongside with buddypress. It is not only crap and makes it almost impossible for real users to find one of the few real-human-posts, it is spooky that someone take over the forum. I was trying to delete all those posts, but this leads to a server 500 error.

    I have de- an reactivated bbpress, un- and reinstalled it, but the messages are still there. Is there any way to get rid of this annoying stuff? I would love to keep forum and group functionality, but with this entries in the forum, it is almost useless. Can be found at http://www.musikzentrale.net/musikerservice/forum/musikersuche/band-sucht-musiker/

    What i have done so far:
    – delete user (which would be a pretty elegant solution): did not make sense in my case, since the posters are no users of musikzentrale.net.
    – mass deleting themes (tried 10, 50, 100, 500 posts at a time) from the back up ended up in error message stating, that the URL was too long.
    – trying to delete the respective forum leads to a 500 server error or in some cases to “URL too long” (I am running this site on a managed server with all software up to date)
    – finally i tried to access the respecting tables via phpmyadmin, but apparently it has got that big, that even after several minutes the table was not loaded, so i interrupted this attempt.

    At least i could prevent further entries in the two respective foren by using a math captcha and let only registered users to open new themes or respond to older ones, but obviously the DB is that huge, that it is killing the site`s formerly pretty fast loading time.

    Some infos about technical environment:
    – WP, bbpress and all Plugins running on there latest Version
    – all other features and plugins behave as they are supposed to
    – site is protected with AIOWPS and Siteguarding plugin
    – WP theme is enfold without any issues so far (using the combination since April 2013)
    – all running on a managed server with 512 mb of RAM for WP
    – bbpress version 2.5.8, buddypress 2.4.0

    Thanks for your kind assistance.

    Best regards, Sebastian.

    #169169

    In reply to: smiley emoticons

    deanhills
    Participant

    Thanks for the prompt reply robkk.

    Please find enclosed a link for the test Website:
    http://totius.tk/

    When I activate Mona Lisa, the BBPress Forum disappears. You only see the link in the navigation bar, but it isn’t linked any more. When you click on it it is dead. Then when I deactivate the Mona Lisa plugin, the Forum is back again.

    I first started with a stand alone BBPress Forum, i.e. one directly loaded from the BBPress Website, as I wanted to experiment to see how good it is. There are the three plugins that come loaded with the site. But when I try to load any of the other plugins they won’t install. I.e. I would upload them to the plugins folder through cPanel, they do show, but when I click on them, there is an error message that comes up.

    Then next I tried BBPress with WordPress – i.e. I started from scratch with a WordPress site and loaded it as a plugin as per the totius.tk example. I was able to download and install the Monalisa plugin, but when I activate it, the BBPress forum disappears. The blog part however is active. Only the forum is disabled.

    So yes, there has to be a conflict between BBPress and the Mona Lisa plugin.

    By the way, this is what my WordPress (up to date version) dashboard Settings/Writing looks like. You mention

    while having TinyMCE activated, and the default toolbar editor tab is the HTML one

    Where do I activate TinyMCE and find the default toolbar editor in WordPress? Or are you talking about BBPress Dashboard?

    It does work with bbPress and how its default quicktags editor though.

    As previously mentioned it didn’t work with a freshly installed bbPress Website. I had nothing else installed except the bbPress Forum. The enclosed totius.tk however is now a plugin.

    Is there anything I could have done when it was a bbpress stand alone for the plugin to have been able to be installed?

    #169162
    danceee3
    Participant

    hello there!

    trying to setup a bbpress forum!

    i managed to create an homepage with the latest topics.

    I want to add the <span class=”bbp-topic-started-in”> (found this using chrome inspect) near the “started by” like it’s made here in the support forum!

    i think it’s rpetty crucial to show what forum the topic belong to, i have to idea where to start, any advice or pointer would be great

    thanks a lot!

    #169138
    Momshof
    Participant

    Update – I found this code searching through the forums and tried it – it fixed the quotes – they are no longer showing raw code.

    The font, size, color, align – still comes up as raw code.

    function bbp_tinymce_paste_plain_text( $plugins = array() ) {
    $plugins[] = ‘paste’;
    return $plugins;
    }
    add_filter( ‘bbp_get_tiny_mce_plugins’, ‘bbp_tinymce_paste_plain_text’ );

    last post on – http://dtcdancecentral.com/DTCTest/forums/topic/creating-a-topic-1-test-2/#post-12237

    #169127
    Momshof
    Participant

    Hello – As a normal user (not admin) the posts are showing the html (I think that is what it is called). For example – it looks like this when posted:

    <p style=”text-align: center;”>Creating a test topic 1.</p>
    <p style=”text-align: center;”>Creating a test topic 1.</p>
    <p style=”text-align: right;”>Creating a test topic 1.</p>
    <p style=”text-align: right;”>Creating a test topic 1.</p>
    <span style=”font-family: Impact,Charcoal,sans-serif;”>Creating a test topic 1.</span>

    <span style=”font-family: Impact,Charcoal,sans-serif;”>Creating a test topic 1.</span>

    <span style=”font-size: 18pt;”>Creating a test topic 1.</span>

    <span style=”font-size: 18pt;”>Creating a test topic 1.</span>

    <span style=”text-decoration: underline;”>Creating a test topic 1.</span>

    <span style=”text-decoration: underline;”>Creating a test topic 1.</span>

    <span style=”color: #339966;”>Creating a test topic 1.</span>

    <span style=”color: #339966;”>Creating a test topic 1.</span>

    <span style=”background-color: #000000; color: #00ff00;”>Creating a test topic 1.</span>

    <span style=”background-color: #000000; color: #00ff00;”>Creating a test topic 1.</span>

    I am using GD bbPress Toolbox to have more options on my visual editor.

    Also – is there any way to completely REMOVE the “text” tab option (only have visual editor available)?

    Thanks for your assistance.

    #169094
    Pascal Casier
    Moderator

    Well, you seem to have managed to remove 60K already in the mean time.

    I edited my post, not sure it you saw that, but WordPress proposes PHP 5.6 and not 5.5 as you have. Of course all works, but I remember well, the latest bbPress test runs show increased performance on the higher PHP platform.

    Pascal.

    #169081
    AdventureRidingNZ
    Participant

    This looks great, I just tried it on my forum and it works on categories but not on forums.
    I’m running latest WP, BBPress, BuddyPress versions with the Brickyard theme and the code is installed in my theme’s functions.php file..

    Cheers
    Eddie
    http://www.AdventureRidingNZ.co.nz

    #169078
    Venutius
    Participant

    Also, whenever a user edits a new topic, this is posted as a new topic in the activity feed of BuddyPress, again this is not an ideal behaviour. I’m using the latest version of all plugins.

Viewing 25 results - 3,101 through 3,125 (of 11,589 total)
Skip to toolbar