Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 12,276 through 12,300 (of 64,454 total)
  • Author
    Search Results
  • Jeff McNeill
    Participant

    Hahaha tags “sleeping pill store” tag should be a signal that someone is asleep at the tiller. Really folks, this place is asleep, and all Robin W. does is state that it is free software and you should be durned grateful, and not try and wake anybody up.

    Development is tediously slow, regardless of some $50k that was raised a few years ago. 2.6 should supposedly fix the issue with not being able to replace posts with forum discussions. Surely that is also why the plugin that actual does that hasn’t been updated in two years. And 2.6 was 4 months late in May 2014. So when will it ever be released?

    This is simply too long! Obviously this project is coasting on the coattails of integration (and requirement of use) in BuddyPress and that it is an anointed project of WordPress.org. Anything less would have near zero users already.

    So much functionality is needed to be reasonable. There appears to be a single active developer committing to the code: https://www.openhub.net/p/bbpress/commits/summary

    But really, this was a complaint over a year and a half ago, and it ain’t changed. Very sad as the potential is quite big. How else do you explain 16,000+ downloads of that plugin that has been abandoned: https://wordpress.org/plugins/bbpress-post-topics/

    vaporflavor
    Participant

    Nevermind figured it out.

    BBPress members are definitely linked to WordPress users. They are not separate.

    And to get the login/register links somewhere besides the sidebar requires digging through the plugin theme files and some work, which I haven’t finished yet. =P

    #171760
    tech55541
    Participant

    Hello,
    Would it be possible to take the code that adds this functionality in with BuddyPress, create a separate plugin, and then make it work for BBPress? I can’t believe a forum software does not have this built in.

    Thanks ๐Ÿ™‚

    #171756
    ferparker
    Participant

    I’ve installed the plugin, but theres no Forum options in my WP Painel… So, the Forum wont appear on website cuz there no option to create it after plugin’s installed. What can i do?
    Wordpress: Versรฃo 4.4.2
    bbPress: Versรฃo 2.5.8
    Website: http://www.finalfantasyrpg.com.br

    wyckoffsmi
    Participant

    I currently get a message of “You must be logged in to reply to this topic.” whenever a visitor visits my forum. I would like visitors to be able to view all my forum posts but not be able to post without membership. Is this possible? We are using bbpress as a presale support forum so having visitors be able to see the forum content without registering is very important. Thanks guys

    #171754
    thelaw
    Participant

    Apologies on the late reply everyone. I’m using 3.1, latest version (for if you’re not, it’s like WordPress and you will get hacker bots scanning for old versions.) Unfortunately that seems to be the issue. Thanks @Brandon and @Stephen for your assistance. Table prefixes were properly used. I’ll have another go at it again but I’m pretty sure I was using latest version of WP and BBpress in order to do the conversion.

    #171738
    gleninjersey
    Participant

    First part has to do with the bbPress widget “Login Widget” not working.

    I’ll post 2nd problem over on BuddyPress forum. Thanks.

    #171732
    Robin W
    Moderator

    no problem you need my private groups plugin as additional to bbpress.

    https://wordpress.org/plugins/bbp-private-groups/

    #171731
    Expat Warrior
    Participant

    The forum page on my site shows the text too small. How do I change it to a regular font size?

    The plugin I’m using for the forum is bbPress.

    http://www.expatwarrior.com/forum/

    #171729
    alice2dupouy
    Participant

    Hi everybody ๐Ÿ™‚

    And first of all:
    – Sorry for my English mistakes :/
    – Sorry if I post in the wrong forum(?)
    – Sorry if this question was already asked: I looked for an answer for 2 days and I can’t find anything which suits exactly to my problem :'(

    I am trying to create a very simple forum for this website: http://www.zykoson.com/site
    I am using the latest versions of WordPress, BBpress, BuddyPress etc.
    I’ve read all the documentation, lots of topics but I still don’t know how to have:
    – One “public” part: everybody is able to see the forums and topics, but people have to be registered to post something.
    – One “private” part:only registered members belonging to a special group are able to see and post in this part. I would like to manually add these users to the group, after they create their profile.

    Really, I think I am stupid because I CAN’T get there. I’ve tried everything: private forums, public ones, creating multiples groups with Buddypress. But no way. There is always a problem (and even if I get something correct, there is still a problem such as the breadcrumb which doesn’t display correctly)!

    Please I need help before snatching all my hair, I’m on the verge of abandoning everything T_T

    Thank you very much in advance and sorry for this so simple question

    #171728
    Erik Molenaar
    Participant

    Hallo Manuel,

    Just to let you know, I ended up with removing the functionality of a public profile page for my bbpress users by:

    1. Removing the author links (so Google won’t find them anymore):

    
    /*-----------------------------------------------------------------------------------*/
    /* Remove all author links from bbpress pages
    /*-----------------------------------------------------------------------------------*/
    
    add_filter( 'bbp_get_author_link', 'remove_author_links', 10, 2);
    add_filter( 'bbp_get_reply_author_link', 'remove_author_links', 10, 2);
    add_filter( 'bbp_get_topic_author_link', 'remove_author_links', 10, 2);
    
    function remove_author_links($author_link, $args) {
    $author_link = preg_replace(array('{<a[^>]*>}','{}'), array(" "), $author_link);
    return $author_link;
    }

    2. Placing a noindex meta tag in my bbpress user templates (so the already indexed profile links will disappear from Google):

    <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW" />

    Thanks again for your prompt replies and I hope this is of use to you ๐Ÿ™‚

    #171726
    Pascal Casier
    Moderator

    On your dashboard, go to ‘Tools > bbP Toolkit’
    Under the ‘bbPress Information’ button you can tick
    Do not show the counters next to the subforums on the forum index page (v1.0.5)
    And then put the
    Change the separator between the subforums on the forum index page to:
    to ‘newline’

    Pascal.

    #171725
    Pascal Casier
    Moderator

    Kalimera,

    Strange, mostly width 100% is needed, but it’s because of the width 100% that you have this issue ๐Ÿ™‚

    Try to add the following CSS:

    #bbpress-forums div.reply {
      width: auto;
    }

    Pascal.

    #171715
    myUsernameIs
    Participant

    Yeah of course,

    link
    btw i forgot to say that i’m using wordpress 4.4.2 and bbpress 2.5.8.
    thanks!

    #171712
    DL
    Participant

    Thanks! I appreciate your help, I’m desperate to update these sites on old versions of Zikula. I can’t even update the PHP on the server past 5.3 because because Zikula 1.2x won’t work on anything later.

    The issues you noted.

    Categories
    aren’t used much, so yes, they can be ignored, it doesn’t seem like it’s difficult to assign forums to categories in bbPress if needed.

    Subscriptions
    The table prefix is causing me confusion as I switch between databases. Some of my forums have databases using nuke_ for prefix and some have zk_ , this is an artifact from many years of using Postnuke/Zikula and based on when the original database was created.

    in the dizkus schema the (prefix)_dizkus_subscription table contains which forums a user is subscribed to.

    The (prefix)_dizkus_topic_subscription table contains which topics a user is subscribed to.

    Topic Author IP
    This isn’t necessary to move to bbPress as far as I’m concerned. Only used when I’m investigating a possible spam post. Someone else might need to have it though, so put it on the “nice to have” list.

    Topic Content
    None of the conversion attempts have been successful enough to see yet. So far have always errored out because of failed sql statements.

    I attempted to do a join because the title of a new topic is stored in (prefix)_dizkus_topics along with the topic post time, views, num. replies, last post ID, forum ID, and sticky status (0 or 1). But the content of the first post in a topic is stored in the (prefix)_dizkus_posts table.

    There is no “first post in topic” post ID in either table, as it looks like phpBB had so I tried to adapt this.

    // Topic content.
    		// Note: We join the 'posts' table because 'topics' does not include topic content.
    		$this->field_map[] = array(
    			'from_tablename'  => 'posts',
    			'from_fieldname'  => 'post_text',
    			'join_tablename'  => 'topics',
    			'join_type'       => 'INNER',
    			'join_expression' => 'USING (topic_id) WHERE posts.post_id = topics.topic_first_post_id',
    			'to_type'         => 'topic',
    			'to_fieldname'    => 'post_content',
    			'callback_method' => 'callback_html'
    		);

    Topic Favorites
    Dizkus doesn’t have topic favorites, only forum.

    Passwords
    Since Dizkus doesn’t store passwords, they would have to taken from (prefix)_users table, but thinking about it I’m not sure that this script needs to deal with passwords at all. I will still need to migrate ALL the users from the Zikula installs, not just the ones that have posted in the forums. I’m planning on using WP All Import Pro for that job and migrating other data like converting news items to news and bringing over static pages.

    Worst case, if the passwords get screwed up everyone would have to use the “lost password” system to set a new one.

    Just tried the version of dizkusZK in Github after merging your changes and got this error.

    Repair any missing information: Continue
    WordPress database error: [Unknown column 'zk_users.pn_uname' in 'field list']
    SELECT convert(zk_dizkus_users.user_id USING "utf8mb4") AS user_id,convert(zk_users.pn_uname USING "utf8mb4") AS pn_uname,convert(zk_users.pn_email USING "utf8mb4") AS pn_email,convert(zk_users.pn_url USING "utf8mb4") AS pn_url,convert(zk_users.pn_user_regdate USING "utf8mb4") AS pn_user_regdate,convert(zk_users.pn_user_avatar USING "utf8mb4") AS pn_user_avatar FROM zk_dizkus_users AS zk_dizkus_users LIMIT 0, 100
    No users to convertNo data to cleanStarting Conversion
    #171709
    Erik Molenaar
    Participant

    Dear Manuel

    Thanks for your quick response ๐Ÿ™‚

    True, your last mentioned URL has the same problem I am experiencing: http://de.movemeta.org/benutzer/chris/

    But, the first URL you mentioned: http://de.movemeta.org/nutzer/manuel/ does have a nice page title and all the correct Yoast SEO meta data (including a noindex).

    Or did you try to fix this by making a seperate non-BBpress related page, which is supported by Yoast SEO?

    All the best
    Erik

    #171704
    DL
    Participant

    After some more fiddling I tried again, this has been running two hours on a small database of just a few hundred posts.

    https://github.com/damon18/dizkus-bbpress/tree/master

    #171694
    myUsernameIs
    Participant

    Hello,

    i installed recently bbpress and more recently i answered in one topic and the answer looks like that:

    As you can see the alingment of the font gets out of the borders.
    How can i fix it?
    thanks in advance.

    #171693
    tech55541
    Participant

    Hello,
    I am wondering how I can add a mentions system to BBPress. Is there a way to do it without using BuddyPress? I really do not want to install something that I will not use half the features out of.

    Just so we all know what this is about, when I say mentions I mean something like @usernamex. I guess another word for it would be user tagging.

    Any suggestions?
    Thanks.

    spleen387
    Participant

    Hi, I’m writing a plugin that wraps around most of the bbpress pages using add_action
    for some reason when I try
    add_action('bbp_template_before_search',
    it works, but only with text. when I check the source files in the web inspector it’s missing javascript files for my plugins.

    I’m using wp_enqueue_script to add my script, it works on /forums so I don’t really understand why It wouldn’t for the search page

    #171688
    Manuel Fritsch
    Participant

    Thanks a lot for your assistance, Pascal. This is the Slimstat support thread.

    #171670
    Manuel Fritsch
    Participant

    Hi,

    many of us in our new forums noticed that we have to double click on many links on the forums to open them. It starts right at our forums root page, please have a look yourself. Do you have any idea what we can do about it?

    I already upgraded our hosting package to rule out server limitations. We should have more than enough server power now, even though our whole site is still quite slow (probably due to our premium theme), including the backend (if compared to some YouTube How-Tos, where they have lightning fast page load times).

    We are running on WP 4.4.2 (currently latest) w/ MS setup, bbpress 2.5.8.

    Thanks for your help
    Manuel

    #171667
    Robin W
    Moderator

    Once you’ve installed bbpress if you use the plugin

    https://wordpress.org/support/plugin/bbp-private-groups

    then you can create groups with access to different forums, or indeed groups of forums

    #171663
    gleninjersey
    Participant

    Hi Pascal,

    Thanks for the response and help. I’m a complete newbie. I understand I need to change

    #bbpress-forums .bbp-forums-list li {
    display: inline;
    }

    to

    #bbpress-forums .bbp-forums-list li {
    display: block;
    }

    But am completely clueless as to how to make that change.

    I’m using theme 2010 and went to Appearance -> Editor -> and then copied entire thing and pasted it into a word document and did a “control-f” using

    “#bbpress-forums .bbp-forums-list li {
    display: inline;
    }”

    and “#bpress-forums” or just “forums” and couldn’t find where I needed to make the change.

    I’m probably making this much more difficult than I need to…How do I do about making this change?

Viewing 25 results - 12,276 through 12,300 (of 64,454 total)
Skip to toolbar