Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 10,201 through 10,225 (of 26,866 total)
  • Author
    Search Results
  • #142425
    ccwadsworth
    Participant

    hi there – new to bbPress
    followed you instructions on getting started; created my forums page and added a few forums & topics, yet the forums page layout is one continuous string of text.
    any advice on how to address this?
    WordPress 3.8.1
    bbPress Version 2.5.3
    http://cynergycrossfit.com/cynergisticlife/forums/
    appreciate your help!

    #142416
    Robin W
    Moderator

    not in the core, but I believe this plugin does what you want

    https://wordpress.org/plugins/bbpress-direct-quotes/

    #142409

    In reply to: Form To Forum Post

    Robin W
    Moderator

    Think this is beyond the scope of a help forum ! It would take me much research and many hours to document.

    Suggest you post to

    http://jobs.wordpress.net/

    and see if someone will create it for you.

    #142407
    glyndavidson
    Participant

    @mordauk: In the trac you posted a screenshot which shows a link to subscribe to forums. This links is at the top of the forums, in the header row. Can you tell me if this is where the link was positioned in the final release as I can’t find it in my installation?

    bbPress 2.5.3
    WordPress 3.8.1
    twentyeleven theme.

    Many thanks

    Glyn

    #142405
    pascalm78
    Participant

    Can’t explain,
    The back office “replies” just not work ! see :
    wordpress 3.8.1
    bbpress 2.5.3
    hueman theme
    dev version, localhost.

    #142402
    glyndavidson
    Participant

    Hi Guys.

    Looking at the trac I can see that forum subscriptions has been implemented in bbpress 2.5:
    https://bbpress.trac.wordpress.org/ticket/2299

    …but I can’t see how to subscribe to a forum.

    I have “Allow users to subscribe to forums and topics” enabled in the dashboard and am using bbpress 2.5.3

    #142394
    marknadsafeteam
    Participant

    Hello!
    I have installed both Buddy Press and BB-Press to my wordpress installation working as a intranet for our company.

    I have found some file to change the Buddy Press area to swedish but can´t find anything to the BB-Press area. The only thing I found was from early 2006-2009, I guess it have happen very much since then.

    Can anyone help me, I have scanned the internet for some .mo files but didn´t found anything. =(

    / Rebecca

    #142392

    In reply to: Reply section design

    Doremdou
    Participant

    Hello @jamestranm , can you share how you did it please?
    Want to do the same thing for the reply section and the topics section ^^
    (I would like topics in bbpress with the same template as my wordpress theme comments)

    thank you!

    #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!

    #142379
    robgranholm
    Participant

    Hi,

    I’ve hit an issue that is critical for my site to function, and can’t figure out where to go to fix this. If you are a service professional, please let me know, I’d be happy to pay for a fix.

    We launched our site, and have found a weird bug where users who have the Site Role – Subscriber [through Contributor] and Forum Role – Participant [through Keymaster] which is most everyone CANNOT view any original topic posts, only replies if any. Even if you are user who is creating the topic, once you hit submit, you’re brought to your topic, and you cannot see the topic content any longer. Here’s a snapshot of what you do see: http://bit.ly/1ctPQv7 [replies are shown, but the actual topic content which goes above the replies is missing]

    Here’s the same post as viewed from a User set as an Administrator: http://bit.ly/NzMu4K [notice the original topic content and controls that are visible]

    The only user type who can see the topic post content is Administrators, which certainly isn’t workable for a forum!

    Please help, and contact me if you are a support professional with this forum software. Where do I look for what could be causing this?

    This makes no sense, and I can’t figure out how to fix this. I am willing to provide username and password to any individuals that can help troubleshoot. The site is protected with wishlist so you won’t be able to view the forums without access, it can be located at http://mbicoachspot.marthabeck.com

    Wordpress 3.8
    BBpress 2.5.3
    BuddyPress 1.9.1

    #142369

    In reply to: Login with Facebook

    Robin W
    Moderator
    #142367

    In reply to: Login with Facebook

    Robin W
    Moderator

    suggest you try :

    http://jobs.wordpress.net/

    you can get help for anything, no matter how small !

    #142360
    Robin W
    Moderator

    unfortunately you are right. The widgets that bbpress comes with can only be changed by filters, and that may be your solution.

    Alternately you can cut the widget code into a plugin. I do this to alter the wordpress login plugin, and once you get into it it’s quite easy, just google creating a plugin for lots fo resources.

    You’ll need some plugin code, and then to copy the widget into the plugin. You’ll then need to change the widget name so it doesn’t conflict.

    #142354
    Robin W
    Moderator

    If having themes and plugins in wp-content was a security issue, then WordPress all over the world would be hacked daily, and if wp-content is insecure then all wordpress folders would be and the locations of the wordpress core are all standard.

    I’d just put bbpress into a wp-content folder

    If you really want to stick with your route, then search the whole bbpress plugin for “wp-content” and just do a copy/paste. it may be one occurance, it could be hundreds.

    Of course you’ll need to repeat on any upgrade

    #142352
    Robin W
    Moderator

    use the bbpress logon widget in a sidebar on your forum page, and it’ll stay on the forums.

    edit : sorry just read your entry again, and that’s exactly what you are doing !

    I disable dashboard for all my users – untick “show toolbar when visiting site”

    If they logout using the widget (which is their only option if they don’t have toolbar), then they don’t get the WordPress login page.

    You can customose the generic login form if you want to keep it see

    https://codex.wordpress.org/Customizing_the_Login_Form

    #142351

    In reply to: Can no longer post.

    Robin W
    Moderator

    How long have you had the forum?, and how long have you had the problem?

    Have you done any additional plugins, wordpress, bbpress or other plugin upgrades, or changed css or functions recently?

    What versions of wordpress and bbpress are you on?

    #142347
    Robin W
    Moderator
    #142344
    Robin W
    Moderator

    Biloute,

    There are lots of ways into bbpress and wordpress. Can you post a link to the screen you’re talking about so that we can clearly see what text you want to remove.

    #142329
    koendb
    Participant

    You could just put it in your functions.php file.

    If it’s empty put this on the first line:

    
    <?php 

    General information about adjusting your theme (and functions.php): Making a child theme

    #142328
    malkah
    Participant

    Hi
    It didnt work. can you look at the code to see if something is not configured correctly?

    this is how the code looks like after I edited Theme Functions (functions.php) from within the WP dashboard>appearance>editor:

    <?php
    remove_filter( ‘bbp_get_reply_content’, ‘bbp_rel_nofollow’ );
    remove_filter( ‘bbp_get_topic_content’, ‘bbp_rel_nofollow’ );
    remove_filter( ‘bbp_get_reply_author_link’, ‘bbp_rel_nofollow’ );
    remove_filter( ‘bbp_get_topic_author_link’, ‘bbp_rel_nofollow’ );

    require_once TEMPLATEPATH . ‘/lib/Themater.php’;
    $theme = new Themater(‘HealthPress’);
    $theme->options[‘includes’] = array(‘featuredposts’);

    $theme->options[‘plugins_options’][‘featuredposts’] = array(‘hook’ => ‘main_before’, ‘image_sizes’ => ‘930px. x 300px.’, ‘effect’ => ‘fade’);
    if($theme->is_admin_user()) {
    $theme->admin_options[‘Ads’][‘content’][‘header_banner’][‘content’][‘value’] = ‘Free WordPress Themes‘;

    }

    #142327
    hitkid
    Participant

    Hey Stephen!

    Thanks so much for the help! 😀 I should’ve mentioned that I tried those already and they didn’t appear. It works with other bbpress functions, but just not the author avatar as you shared with the codex. I updated the version of bbpress. buddypress and wordpress that I am using to try and see if that worked and still nothing. The avatar shows just fine in the mychildtheme/bbpress/loop-single-topic. It shows up with the topic index shortcode. Any ideas as to what the problem is? I’m pretty confused as to what’s going on!

    Thanks again @netweb !

    #142325
    Stephen Edgar
    Keymaster

    This is a known issue, we should have a fix in either the next bbPress release or WordPress 3.9

    https://bbpress.trac.wordpress.org/ticket/2504
    https://core.trac.wordpress.org/ticket/27031

    #142322
    JacobWard
    Participant

    Fixed Issue just uninstalled everything then re installed everything must have been a problem with wordpress.

    #142311
    Simpson199
    Participant

    Hi there!

    After hours and hours of reading forum and trying I have this problem not solved:

    Import from SMF to BBpress. Users are listed as “imported_name..” And the in the forum the links of the users go to “username-2”

    I read here about “assigning all its topics/replies to username”.

    Topic author names prefixed with "imported_"

    So I try to delete the users “imported_” – but then the wordpress asks me within the deletiong process to assign all topics to one of the former (undeleted) users.

    So, how can I assign the Forum-Posts and Topics to the original users and delete the doubles? I don’t know how to do it. And I can’t find it, not even in the repair-section of the forum…

    Would be great if someone could help me,

    Thanx! 🙂

    Simps

    #142301
    blueonit
    Participant

    Hello Im working on a site with buddypress 1.9.1, wordpress 2.8.1 and bbpress 2.5.1

    I have several groups with their own forums, the problem is, the groups AND the forums are to be hidden, if you are in, you know, if you arent, you dont have to even know it.
    As an example:
    User 1 can view forum A
    user 2 can view forum A and B
    User 3 can view forum B

    But there seems to be no way to make it work, if i set it to hidden, then even the group users cant view it, and on private, is viewed by all members, even if not accesed…

    using moderator is out of question, those are two different things, and anyway, being moderator doesnt resolve, as it gives you visibility of all forums.

    Any help¿

Viewing 25 results - 10,201 through 10,225 (of 26,866 total)
Skip to toolbar