Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 24,126 through 24,150 (of 64,535 total)
  • Author
    Search Results
  • #137517
    b a
    Participant

    Is bbPress really loading bunch of jQuery UI files?

    <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.3"></script>
    <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.10.3"></script>
    <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.mouse.min.js?ver=1.10.3"></script>
    <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.resizable.min.js?ver=1.10.3"></script>
    <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.draggable.min.js?ver=1.10.3"></script>
    <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.button.min.js?ver=1.10.3"></script>
    <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.position.min.js?ver=1.10.3"></script>
    <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.dialog.min.js?ver=1.10.3"></script>

    I only see them loaded on bbPress boards.
    Can somebody confirm this? Or do I need to continiue searching for this dependances in my theme?
    Because bbPress now does not really have anything fancy and jQuery style to load so many libraries.

    In fact everything is done with PHP.

    If this is true, can somebody also point me to places where it uses one.

    #137510
    lwyndham
    Participant

    @diggories

    I edited the file plugin file called tabbed-login.php.

    At line 176 edit the <div class=”userinfo”> so that it now reads…

    		<div class="userinfo">
    			<p><?php _e('You are logged in as ', 'tabbed-login'); ?> <strong><?php echo $user_identity; ?></strong></p>
    			<p>
    				<a href="<?php echo wp_logout_url($current_url); ?>"><?php _e('Log out', 'tabbed-login'); ?></a> | 
    				<?php if (current_user_can('manage_options')) { 
    					echo '<a href="' . admin_url() . '">' . __('Admin', 'tabbed-login') . '</a>'; } else { 
    					echo '<a href="' . bbp_get_user_profile_url( get_current_user_id() ) . '">' . __('Profile', 'tabbed-login') . '</a>'; } 
    					// Updated using bbp_get_user_profile_url( get_current_user_id() to link to BBPress profile page instead of the WP profile page
    					?>							
    			</p>
    		</div>

    Hope this helps!

    #137509
    john_ggg
    Participant

    Hi! I found out that this “who is online function” is in progress. This the link I’ve read about this, hope it helped you: https://bbpress.trac.wordpress.org/ticket/1792

    #137508
    tina_sk
    Participant

    No one?

    I tryied to deactivate all plugins, but it´s still not working :/

    #137506
    Pippin Williamson
    Participant

    Are you actually running bbPress 0.2.2.1 or was that a typo?

    #137504
    blessedtoes
    Participant

    Thanks, Robin. That was wonderfully easy. DO you have suggestions about where I could read / learn about how the emails are managed? I assume there’s some internal database within bbPress but would like to see if I can connect it to MailChimp. Thanks again.

    #137501
    Stephen Edgar
    Keymaster

    I don’t have any issues with search widget.

    I can’t see your forums

    Bandwidth Limit Exceeded

    The server is temporarily unable to service your request due to the site owner reaching his/her bandwidth limit. Please try again later.

    Possibly try resaving your permalinks:

    To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again

    #137497

    In reply to: Author

    Stephen Edgar
    Keymaster

    You shouldn’t have any as ‘anonymous’ unless for some reason the importer couldn’t convert a user for some reason, maybe because no email address with their old forum profile. This really shouldn’t be happening and if it is we need to have a look as to why this is happening and fix it.

    I also presume you ran the repair tools after importing?
    https://codex.bbpress.org/repair-forums/

    #137494
    Holly
    Participant

    A simple solution. Thank you so much. That worked beautifully.

    #137493
    francishunger
    Participant

    Hi,

    using the bbpress theme inside a modified 2012 theme, I get to see the topic in the topic list: http://www.ausstellungpro.de/Foren/forum/adressen-ausstellungpro/ “Infos für Erstnutzer/innen”

    However, clicking on it, brings me to http://www.ausstellungpro.de/Foren/topic/infos-fuer-erstnutzerinnen/ where the headline and the contents of the topic disappear.

    Which file of the theme is handling this? What should I change?

    (It would be great, if the developers would be able to put more up more documentation regarding the bbpress theme, especially a flowchart, which file calls which other file and a list of the files with a short explanation what they are for.
    Alternatively a stripped down bbpress theme would be great with just five basic files – less sophisticated, with less functions but easier to understand for starting upfront.)

    And did I say, thank you for providing this plugin open source? I hope so.

    Francis

    #137491
    dpipitone
    Participant

    Hi –

    I am running the All-in-One Event Calendar by Timely, and it seems to be causing a conflict with bbPress. The problem is, the calendar is a very integral part of the site currently, and I do not have a choice of deleting it.

    Is there a way around the conflict.

    I am getting the “You do not have sufficient permissions to access this page.” error that some others have been getting.

    Thanks in advance.

    Daniel

    #137489
    Robin W
    Moderator

    Just create a page in your menu system called forums wherever you want it, and add the following shortcode
    [bbp-forum-index]

    #137488
    imorshed
    Participant

    My bbpress search widget doesn’t work. When i search anything it shows 404 error.
    Here is my site link
    http://www.namechangetips.com/forums
    Thanks

    #137486
    Holly
    Participant

    I followed the instructions for installing the WordPress plugin of bbPress.

    However, doing this invariably puts the live bbPress forum in the following directory:
    /mysite.com/blog/forums

    Clicking the /blog breadcrumb will drop my users into the weblog. Ideally, I’d prefer to have the nesting as follows:
    /mysite.com/classrooms/forums

    But if that’s not possible, having it exist as /mysite.com/forums would also work.

    The most recent thread I could find on this issue was four years ago, and suggested using freestanding bbPress, which won’t work with my membership software (MemberMouse).

    Thanks for any help you can offer on changing my setup.

    Current site is password-secured DEV: WordPress Version 3.6.1, bbPress v.2.4
    Site URL available privately if necessary.

    #137485
    janellv
    Participant

    Just realized I did not add the necessary information on the original post….

    WP Version: 3.6
    bbPress version: 0.2.2.1
    Link: http://genvines.com/discussion

    #137484
    janellv
    Participant

    WP Version: 3.6
    bbPress version: 0.2.2.1
    Link: http://genvines.com/discussion

    I am having a weird problem with my forum, and I can’t find too many other people who are having the same issue.

    What are the basic troubleshooting steps I need to go through to try to figure it out?

    If I am not logged in, I see my forum home page just fine. If I am an admin, I see it just fine. You can see it here: http://genvines.com/discussion/

    However, if I am logged in as anything but an admin, it looks like this, with the title only, no forum structure:

    http://genvines.com/wp-content/uploads/2013/09/problem.png

    I have not been able to try it in TwentyTen or TwentyEleven, that’s next on my list.

    I tried saving permalinks again, I disabled most of my plugins, there are still a couple I need to try to disable and see what happens but need to make sure everything is backed up first.

    I would like to reset the forums but can’t figure out how. How do you do that?

    Anything else I need to try?

    Thanks…..

    #137483
    imorshed
    Participant

    Hi,
    I installed bbpress and forum. I just need forums with topics & post counts show in sidebar. exactly look like wordpress forum’s page right sidebar (http://en.forums.wordpress.com/).
    Thanks

    #137482
    Fredriks
    Participant

    I’m afraid that doesn’t work either. I think it would look better if it could get removed in the source and not hidden with CSS.

    I asked the theme developer and he told me it is a core-function, nothing to do with the theme Im using. I have my developing site under the following URL http://dala.se/forum – where you could see the “Reply To”.

    I have tracked it down to the following files:
    /wp-content/plugins/bbpress/includes/topics/template.php
    Row: 1789-1806

    function bbp_topic_last_reply_title( $topic_id = 0 ) {
    	echo bbp_get_topic_last_reply_title( $topic_id );
    }
    	/**
    	 * Return the title of the last reply inside a topic
    	 *
    	 * @param int $topic_id Optional. Topic id
    	 * @uses bbp_get_topic_id() To get the topic id
    	 * @uses bbp_get_topic_last_reply_id() To get the topic last reply id
    	 * @uses bbp_get_reply_title() To get the reply title
    	 * @uses apply_filters() Calls 'bbp_get_topic_last_topic_title' with
    	 *                        the reply title and topic id
    	 * @return string Topic last reply title
    	 */
    	function bbp_get_topic_last_reply_title( $topic_id = 0 ) {
    		$topic_id = bbp_get_topic_id( $topic_id );
    		return apply_filters( 'bbp_get_topic_last_topic_title', bbp_get_reply_title( bbp_get_topic_last_reply_id( $topic_id ) ), $topic_id );
    	}
    

    /wp-content/plugins/bbpress/includes/replies/template.php
    Row: 471-491

    function bbp_reply_title( $reply_id = 0 ) {
    	echo bbp_get_reply_title( $reply_id );
    }
    
    	/**
    	 * Return the title of the reply
    	 *
    	 * @since bbPress (r2553)
    	 *
    	 * @param int $reply_id Optional. Reply id
    	 * @uses bbp_get_reply_id() To get the reply id
    	 * @uses get_the_title() To get the reply title
    	 * @uses apply_filters() Calls 'bbp_get_reply_title' with the title and
    	 *                        reply id
    	 * @return string Title of reply
    	 */
    	function bbp_get_reply_title( $reply_id = 0 ) {
    		$reply_id = bbp_get_reply_id( $reply_id );
    
    		return apply_filters( 'bbp_get_reply_title', get_the_title( $reply_id ), $reply_id );
    	}

    But tracking it further just lead me to a WP core file and function:
    /wp-includes/post-template.php
    Row: 102

    #137480
    jnarain
    Participant

    @freewpress

    Could you please let me know where is the fix for Recent Discussions widget available now? I could see that some of us had already resolved this issue.

    #137479
    FreeWPress
    Participant

    Go in your css and find and add this display none!!

    #bbpress-forums fieldset.bbp-form legend {
        display: none;
    }
    #137478
    Fredriks
    Participant

    Thanks for answer!

    I’m afraid that doesn’t work. Even tried removing the total line (29) to see if the whole “title” disappears, which it didn’t. Removed booth in my theme “/wp-content/themes/my-theme/bbpress/form-reply.php” and in the plugin /wp-content/plugins/bbpress/templates/default/bbpress/form-reply.php

    Is there something I’m doing wrong?

    FreeWPress
    Participant

    Hi all, i ask if is possible to have a function to show status online/offline for the users in topic replies…

    For example a green/red little sphere on image avatar, or a simple text online/offline after user role…

    I have found this for buddypress but it do not works for bbpress…

    Buddypress – Check if a user is online

    Have some idea to have this function in bbpress?

    P.s I don’t want a plugin useronline but only a simple link or image in topic replies..

    #137475
    blessedtoes
    Participant

    Hi all-
    I am pretty new to WP and am sorting through many things, learning a lot.
    I’ve built a site in WP using bbPress “inside” the OptimizePress 2 theme (if that’s the right language). I am trying to figure out how to make entering a username and email address mandatory for my forums, and how to link that email field to MailChimp.
    I’ve done some searching in the forum and online and can’t find anything – basic or otherwise – to help walk me through this. Either simple instructions or sending me towards a particular tutorial would be awesome.
    Thanks in advance,
    Matthew

    #137474

    In reply to: Author

    Stephen Edgar
    Keymaster

    This issue typically comes up when people are testing the import to bbPress. If you import the users and forums, topics, replies etc then reset bbPress only the forums, topics, topic tags and replies are deleted. bbPress does not delete the imported users as the user account may have additional WordPress roles (eg. Author) and has blog posts or comments on blog posts etc and we don’t want bbPress deleting content that isn’t its own.

    Ideally you would have a test site for WordPress & bbPress to test the importer and once you are happy with everything get bbPress installed on your primary WordPress site, disable your existing forums and import into bbPress ‘all the things’ and be up and running from then on with bbPress.

    jason103
    Participant

    I want to style the bbpress colors, but I am not seeing my changes when I add custom CSS to my Genesis child theme (Dynamik Website Builder).

    It is odd because I am using Firebug to isolate which parameters need to be changed, I can alter them within the firebug window and see them change to what I’d like to happen… then when I put that code in Genesis>Dynamik Custom>CSS (my child theme’s area to add to the CSS) it does not display.

    Things like this have no effect:

    #bbpress-forums div.odd, #bbpress-forums ul.odd {
        background-color: #222222;
    }
    
    #bbpress-forums div.even, #bbpress-forums ul.even {
        background-color: #444444;
    }

    Any advice?

Viewing 25 results - 24,126 through 24,150 (of 64,535 total)
Skip to toolbar