Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 13,201 through 13,225 (of 26,848 total)
  • Author
    Search Results
  • #118197

    In reply to: Newbie question

    Pippin Williamson
    Participant

    Read my reply above. You can create a page (just a regular WordPress page) and then place [bbp-forum-index] in the page content.

    #118191
    theophile76
    Participant

    Hello, I installed the last bbpress version plugin on the last wordpress version.
    Frist I created a new forum, I added it on my own menu.

    But when I clic on it, an error occurred : “It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help”.

    So what should I do ? thx.

    #118179
    samholman
    Participant

    Hi all,

    I’ve got a fresh installation of bbPress within a WordPress site with a custom theme. The forum needs some styling work, but seems to be mostly functional, aside from the lack of posts within threads.

    I’m including a screenshot of a test thread with one reply. As you can see, the contents of the post and it’s reply are absent and i’m unsure as to where to look to fix it.

    broken threads?

    WordPress 3.4.2 and bbPress 2.1.2.

    Thanks in advance for any help,
    Sam.

    #118170
    kraigg
    Participant

    Hi there,

    I am using bbp_topic_excerpt() inside loop-single-topic.php (in custom theme) to display excerpts in my forum topic listing page. The excerpt only displays 100 characters before it cuts off

    I was wondering if there’s a way to increase the excerpt length (to say, 200 characters), without hacking any of the core files?

    I’m using bbPress 2.1.2, Buddypress 1.6.1, WordPress 3.4.2

    #118154

    In reply to: Page bbpress or not

    zikadonfeur
    Participant

    OK, but bbpress is running with

    Custom root slugs to prefix your forums and topics with. These can be partnered with WordPress pages to allow more flexibility.
    

    how I can find my page ID because forum based is “discussions” and I don’t have page name with “discussions”

    Thank’s for help

    my forum link

    http://www.zikadonf.fr/monespace/discussions/forum/principal/

    #118153
    Hard Seat Sleeper
    Participant

    … might not be to use bbpress at all.

    I have a standalone bbpress that I would love to import & integrate. I assumed that the “forum” would be a category on my wp install, and the topics subcategories, and the forum posts seen as wp posts and comments.

    This would allow my wp site to act as neither blog nor forum but a truly integrated website, with everyone acting like an author, and a central way for me to control the content flow.

    But from my explorations I discovered that it doesn’t work this way at all. Forum posts are not wp posts, there’s still 2 separate systems in this “integrated” model. So the comments on my wp install have a different codebase than the comments/replies in my forum, for example.

    I’m considering totally tricking out one of the many form plugins (Gravity Forms, etc) to create “posts” in the “forum” category in my wp install. So the whole concept of the forum is nothing more than having logged in users create guest posts in a truly integrated wp install.

    Just curious if anyone has done this — I can’t be the first guy to think of this idea. The biggest drawback so far is that i would need to find a way to import the posts in my old standalone forum to become posts in my new setup.

    Jin_ls
    Participant

    I downloaded new twenty eleven (it’s for wordpress only, there is nothing about bbpress support) and it’s still the same, you can see it now. Is there twenty eleven made by both bbpress and wordpress teams just like twentyten?

    Thanks! I hope we can reslove the problem soon

    #118147

    In reply to: Page bbpress or not

    Pippin Williamson
    Participant

    Log into your WordPress admin, go to Pages, click Edit on the page you want, then look at the URL. The post=xx part will show you the page ID, which you can then use in your code:

    if( ! is_user_logged_in() && is_page( xx ) ) {
          // use get_permalink() to get the URL. 
    }
    
    #118146
    djarzyna
    Participant

    This fits to the original question, so I am writing it here. What is the reason to have this bbp-login, bbp-register and bbp-lost-password code anyway? I’ve just spent a considerable amount of time customizing this bbp code to make it play nice with my theme. And then I had to realize that under certain circumstances the user ends up at the original WordPress login, register and lost password forms – which is certainly not waht I want. So why the … are those bbp forms there when obviously the original WordPress forms accomplish the same things. I could have customized the WordPress forms and all would have been good, no? To have this bbp forms seems to be redundant, confusing and – as it was in my case – time consuming. The bbp team, should supply such forms only if they go all the way, error detection and such included, or not supply it at all.

    #118145

    In reply to: Newbie question

    Pippin Williamson
    Participant

    OK first read about short codes here.

    Basically a short code is a place holder for content (html, images, posts, etc). When you place [bbp-forum-index] into the content of a page, it will be replaced automatically with an index of your forums in bbPress. Try it out and you’ll see what I mean.

    #118143

    Topic: Page bbpress or not

    in forum Themes
    zikadonfeur
    Participant

    Hello,
    I want to add a link with the “pagetitle” of bbpress forum page.

    bbpress is running in a wordpress page but how I can find it? where it is?
    I want to past a simply code as

    if ( !is_user_logged_in()&&is_page('???') ) {my link...
    

    thank you for helping.

    WP: 3.4.1
    bbpress: 2.1.2
    theme: Frisco for BuddyPress

    #118142

    Topic: forum with form

    in forum Installation
    farandhigh12
    Participant

    Hello, I’m trying to set a wordpress site, where for the forum, people fill a form : reach or propose a travel, place they live, number of seat in their car, and then enter the form that will appear with a css style and people can interact to it …
    Any idea of how can I create a form forum like that ?
    Thanks in advance,
    Oli

    #118128
    Tanya
    Participant
    #118126
    Pippin Williamson
    Participant

    Only users with upload capability are allowed to embed images by default. I’d recommend that you install the GD bbPress Attachments plugin for this as it will give the option for users to upload images.

    #118121

    In reply to: Newbie question

    Pippin Williamson
    Participant

    There’s a lack of documentation at the moment because the site is being redone (slowly) and the individuals responsible for the majority of the documentation are also the main developers, who are busy writing code 😀

    The location of the forums on your site depend on the settings you have set in Settings > Forums. Take a look at the documentation for basic settings.

    You can also manually place the forums index on any regular WordPress page by using the [bbp-forum-index] short code. Short code reference.

    #118108
    Tanya
    Participant

    I am trying to get rid of the text: “Add this topic to your favorites” and “This topic is one your favorites”, as I am using a background css image instead.

    The icons are working beautifully, bar the fact that the text comes up.

    You will also notice that if you click the star to add it to your favorites, another star appears, which is a link to all your favorites. It appears the link to the forum favorites doesn’t have its own css class, which is why both are coming up as stars. I’d like to get rid of that.

    Not sure if this will fit in with your plugin bbPress String Swap David, if you see this.

    If you want to see this in action on my forum (still being built), log in at http://netballscoop.com/log-in/ with Username: testing and Password: testing. The forums are at http://netballscoop.com/forums and click on a single topic to see the favorites and subscriptions at the top underneath the title.

    I am using WordPress 3.4.2 and bbPress 2.1.2.

    • This topic was modified 13 years, 2 months ago by Tanya.
    • This topic was modified 13 years, 2 months ago by Tanya.
    • This topic was modified 13 years, 2 months ago by Tanya.
    #118095

    In reply to: User count mismatch

    Pippin Williamson
    Participant

    How do users register? Default WordPress registration form or a plugin?

    #118081
    infuri0us
    Participant

    Hey guys, my website is alphaonegaming.com, and I have installed the bbpress wordpress plugin, but when I go to make a user registration page, the template for making it so does not appear. I am using the lucid theme by elegant themes if that helps.

    #118075
    #118074
    LGW
    Participant

    I found a solution, install simple local avatars plugin from wordpress repositories

    #118059
    gplana
    Participant

    Hi.

    I have WordPress site with bbPress. Actually, after a user creates a new topic it goes to the new topic page.

    Is it possible to force system to redirect to forum topic list page ? The action property of the tag is empty, so I don’t know where this submit is processed.

    Thank you.

    #118052
    Pippin Williamson
    Participant

    Drop this code snippet into a custom plugin (you can use Pluginception to easily create one)

    function pw_bbp_auto_checK_subscribe( $checked, $topic_subscribed  ) {
    
        if( $topic_subscribed == 0 )
            $topic_subscribed = true;
    
        return checked( $topic_subscribed, true, false );
    }
    add_filter( 'bbp_get_form_topic_subscribed', 'pw_bbp_auto_checK_subscribe', 10, 2 );
    
    #118049
    Pippin Williamson
    Participant

    I’ve never tried adding featured images to forums, but the first thing that comes to mind is that you do not need to add the meta box. The featured image meta box should be added automatically by WordPress when you add support for the images.

    David Decker
    Participant

    Just released v1.1.0 of my plugin!
    https://wordpress.org/extend/plugins/bbpress-string-swap/

    It add the previous/next string parameters for Topic & Reply pagination.
    So this also very handy for changing this via bbPress main settings 🙂

    Enjoy!

    #118026
    BobHatcher
    Participant

    I know how to create child themes in WordPress, but given that bbpress uses a special theme within the plugins subdirectory I am confused as to where it goes. Can someone please tell me where to put it?

    Does the child theme go in this directory?
    /Clean_Test/wp-content/plugins/bbpress/bbp-themes

    Or, here:
    /Clean_Test/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/bbpress

    Or, some other place?

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