Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,851 through 6,875 (of 64,452 total)
  • Author
    Search Results
  • #194733

    In reply to: Single Forums

    lookingahead
    Participant

    P.S.: I’m using bbPress with BuddyPress. 🙂

    #194715
    Milan Petrovic
    Participant

    I can see all the topics and read them. But, I can’t post because you havr disabled anonymous posting in bbPress settings.

    Commandrea
    Participant

    On my profile page, under the forums/subscriptions tabs, the author link under ‘last activity’ doesn’t just link to their profile. Instead it adds /forums/subscriptions/ to their profile url/bbp-author-name which takes me to a ‘page not found’ because subscriptions are not visible to other users.

    Is this an error and if so, how do I strip or change the /forums/subscriptions/ portion of the url to /profile/ or remove it all together? Can someone confirm what this link looks like on their web forums?

    The screenshot is from my profile page while viewing the forum/subscriptions section. The url reflects that as https://sucsforyou.com/members/newbeta/forums/subscriptions/

    In the screenshot you’ll see the url in the bottom left corner has added that to the link, while the alt says ‘view profile.’

    Thank you! I’m using bbPress with BuddyPress and WordPress- all latest editions.

    Subscription tab latest activity author adds /forums/subscriptions/ to 'view profile' url

    #194712
    Commandrea
    Participant

    While logged in and viewing the forum tab under other members’ profiles, I can see their Topics Started, Replies, and Favorites- no subscription tab is visible unless I’m on my own profile page.

    The problem is when I’m looking at my subscriptions or topics, the author link under ‘last activity’ doesn’t just link to their profile. Instead it adds /forums/subscriptions/ to their profile url which takes me to a ‘page not found’ because their subscriptions are not visible to other users (I’m assuming).

    Is this an error and if so, how do I strip or change the /forums/subscriptions/ portion of the url to /profile/ or remove it all together? Can someone confirm what this link looks like on their web forums? Thank you!

    Subscription latest activity author link error

    I’m using bbPress with BuddyPress and WordPress- all latest editions.

    #194700

    In reply to: How add Class on list

    puniler
    Participant

    Thanks for getting back to me.

    Break down the code in question into three.

    (1)
    I found the following code in this directory,
    wp-content/plugins/bbpress/templates/default/bbpress/loop-replies.php

    <ul id="topic-<?php bbp_topic_id(); ?>-replies" class="forums bbp-replies">
    
    	<li class="bbp-header">
    		<!-- various -->
    	</li>
    
    	<li class="bbp-body">
    		<?php bbp_get_template_part( 'loop', 'single-reply' ); ?>
    	</li>
    		
    	<li class="bbp-footer">
    		<!-- various -->
    	</li>
    
    </ul>

    (2)
    And the template called in the above code is below.
    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.php

    	
    		<div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header">
    			<div class="bbp-meta">
    				<!-- various -->
    			</div>
    		</div>
    		<div <?php bbp_reply_class(); ?>>
    			<!-- various -->
    		</div>
    		
    		<div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header">
    			<div class="bbp-meta">
    				<!-- various -->
    			</div>
    		</div>
    		<div <?php bbp_reply_class(); ?>>
    			<!-- various -->
    		</div>	

    (3)
    But I could not find the code for the part of the list below.

    	<li class="★">
    
    	</li>
    
    	<li class="★">
    
    	</li>

    In the output HTML, this list is included, but the PHP template does not show the part of the list.

    Where is the list, how can I rewrite it?

    Thanks.

    #194699

    for this problem I solved
    I had installed the plugin
    bbpress wp tweaks
    that gave me this problem.
    now I’ve uninstalled it and it works

    #194693
    Robin W
    Moderator

    that is the default way that bbpress works – what is not working for you ?

    just make the forums public not private

    hello everyone I have a problem with users of the forum.
    My bbpress forum is currently limited to registered users.
    These are days that I try to find a way to solve this problem without coming to terms with it.
    currently the forum that I created on wordpress with bbpress is limited to registered users, I would like the forum to be free and that unregistered users could read the forum, discussions and replies, if they wanted to participate in the discussions or create new ones at that point would need registration.
    how can I do?

    #194691

    hello everyone I have a problem
    in the forum I created with bbpress
    all of a sudden I only see the forum home page and if I click on a topic I see the screen all white without the contents
    what happens?

    #194678
    eigodeasobo
    Participant

    There are 13 comments on my page, and there are 5 display settings.

    Web:http://urx2.nu/LPiR
    Img:http://folio.ink/jzbNpw

    But pagination is not display!!

    This is the HTML:

    <div class="bbp-pagination">
    	<div class="bbp-pagination-count">
    
    		
    	</div>
    
    	<div class="bbp-pagination-links">
    
    		
    	</div>
    </div>

    I just installed an WordPress, and only BBPress plugin activated.

    Why??

    #194673

    @scmsteve created this issue: https://bbpress.trac.wordpress.org/ticket/3218

    We’ve resolved it for the 2.6 release. <3

    #194671
    Robin W
    Moderator

    so with wordpress and bbpress installed, you create a forum in the dashboard and then create a page called say ‘forum’ and in the contents put

    [bbp-forum-index]

    save this page, publish it, and then view ot and you will see the forum.

    you could also follow this

    Step by step guide to setting up a bbPress forum – Part 1

    #194668
    siparker
    Participant

    Hi,

    The function bbp_get_time_since in includes/common/formatting.php always returns “right now”.

    bbPress Version: 2.6 release candidate 6

    #194654
    jamnet.kr
    Participant

    I don’t know exactly when or how.
    But bbpress delete my write automatically.

    I guess(think), if I write as long time, then bbpress delete my write topic.
    ã„´ That is not going to spam. It just like erase…

    Even if I setting bbpress like this “https://prnt.sc/kqq9tt“. It does not matter.

    How can I fix…
    Anyone can give me advice?

    Thank you.

    #194651

    In reply to: BBPress Import fail

    Milan Petrovic
    Participant

    Before import, make sure bbPress plugin is active. WordPress import is importing only post types registered in the moment of import.

    #194648

    In reply to: cPanel Dangers?

    Robin W
    Moderator

    would depend on what he is trying to fix, and how much you trust, and what ‘data’ you site holds that could be embarrassing. If you hold no client info other than say usernames, then you could take a more relaxed attitude.

    I tend to work on test/dev sites rather than live sites, and I like to have both cpanel and ftp access to sites I am working on, but most of what I do is code, and the ability to back out stuff is key.

    suggest you look to build a test/dev site and give him access to that.

    Creating a Test Site

    #194644

    In reply to: Bbpress Sidebar Width

    Milan Petrovic
    Participant

    This entirely depends on your theme, sidebars are displayed and styled by the theme. If the theme uses only CSS to set the widths, you should be able to make styles for bbPress pages only that change this. If the theme is responsive with some sort of grid system, it might not be that easy to do.

    #194642
    iraarel
    Participant

    Hi,
    Can i change forum sidebar width?
    For example; my homepage sidebar width %30
    forum page sidebar width %25.

    #194641

    Topic: cPanel Dangers?

    in forum Installation
    Willyth
    Participant

    I’ve hired someone from Upwork to fix my bbPress implementation… He says he needs to use my cPanel. As a non-developer, this makes me nervous. SHOULD I BE WORRIED? SHOULD I ALLOW THIS?

    If so, what precautions should I take?

    Thank you!!

    #194640
    #194639
    wilcoxc
    Participant

    Hi all,

    I have created a backup “export.xml” of my old wordpress site and have gone to imported it onto my new site (the rebuild). When I exported I exported all of my content (including bbpress options).

    Nothing relating to bbpress is importing. All my pages, posts, users, etc.. import, but not bbpress.

    Any ideas why this might be happening?

    Cheers,
    Chris.

    #194636
    AdamIT88
    Participant

    Hi All,

    So, I’m trying to build site using Asphostportal hosting services. I actually have something pretty nice. One of the things I wanted to do was add a forum. Talking with the Asphostportal tech support people, they suggested getting wordpress (hosted through them) and then downloading the bbPress plugin, and easy-as-pie – NOW YOU HAVE A MESSAGE BOARD!

    But that’s where they left me.

    I’ve been trying for hours to figure out how you go from the dashboard, which is basically a blogger UI, to turning it into a message board. For years, I was an admin for a little board we all ran, but it was a YaBB board and everything I had to do, I did from the admin panel.

    Is there a simple way to make this plugin look and behave like a message board?

    Please help this poor little sheep.

    #194631
    scmsteve
    Participant

    Realized part of it, it is looking for a .min.css version, and I only had bbpress.css. When I copied the bbpress.css file to bbpress.min.css in my child theme it found it.

    #194630
    scmsteve
    Participant

    Noticed when migrating from 2.5.12 to 2.6 beta 2 (and also in RC1 and RC3), that my custom CSS file in mytheme/css/bbpress.css is no longer being detected.

    I am seeing that here as well… Since your post was never commented on, I don’t know if it was ignored or simply thought irrelevant. Or maybe missed. 🙂

    Looking at the HTML between the old site and a test site running the SVN pull of 2.6, it seems that previously as part of the enqueue_styles() call, it generated:

    <link data-asynced="1" as="style" onload="this.rel=&quot;stylesheet&quot;" rel="stylesheet" id="bbp-default-css" href="https://siteurl/wp-content/themes/mythemename/css/bbpress.css" type="text/css" media="screen">

    Now it is generating:

    <link data-asynced="1" as="style" onload="this.rel=&quot;stylesheet&quot;" rel="stylesheet" id="bbp-default-css" href="https://siteurl/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css" type="text/css" media="all">

    So, it is not looking in the site css folder, but instead pulling from the plugin folder.

    Is this intentional? If not, is there a fix/workaround?

    #194627

    It’s true that forums/topics/replies do not have their own embed templates.

    I’m honestly not sure if linking them works at all. I’ll give it a try here:

    https://bbpress.org/forums/topic/rc6-download-missing/

Viewing 25 results - 6,851 through 6,875 (of 64,452 total)
Skip to toolbar