Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 37,226 through 37,250 (of 64,515 total)
  • Author
    Search Results
  • kai920
    Member

    I’m against the idea of using wp_register(); since it redirects you to wp-login.php to sign-up instead of using a registration page in the theme. Also, the idea with community sites like bbPress and BuddyPress, is usually to keep members out of the admin area. Promoting them to enter it seems counter intuitive.

    Thanks, I missed the part where you mentioned integrating the register/login pages into bbP. Looking forward to more discussion and potential solutions on this.

    Would wp_register() not actually display an admin link, since we’d only use it if ( !is_user_logged_in() )?

    #95505
    Spiralspeaks
    Member

    I figured it out.. uploaded another theme, edited and it works.. added some tweaks in the theme functions viola good combination :)

    Home › Forums › Happy Talk › Why choose bbpress?

    Forums › Happy Talk › Why choose bbpress?

    Remove the bb-config.php file at the root of your site. Chances are it’s getting in the way. Also there’s a meta entry you’ll most likely want to delete. If there’s anything in your wp_options table prefixed with “bb-” go ahead and delete those. Lastly, your bbPress install needs to exist in a folder that the server can access and that WordPress isn’t trying to control. This is typically a “forums” folder somewhere in your public_html folder, depending on your host.

    #106577

    The language files are different, but people are already translating 2.0 over at translate.WordPress.org.

    Probably the place for it to get the most developer discussion is in the Trac. I’ll put it In the 2.1 milestone, since we’re already in beta for 2.0.

    Paul Gregory
    Member

    @jjj Thanks. I’ll try and find time to support any tickets for including login and register page settings in WP itself.

    It does seem that setting up a decent bbPress forum will almost always involve installing other plugins too, and a list of the little issues that can be resolved by these should form part of the final FAQ/documentation.

    I’ve found that the plugin Register Plus Redux mentioned earlier lets me change the emailed link and is generally pretty useful.

    Given that by default the system is already using /wp-login.php as a login link unless overridden, it’s not exceptionally naff as I first thought for bbPress Login Widget to use that as a default and allow admin to override it.

    So who/where do I nudge to get the bbPress Login Widget extended to include an over-ridable Register link when logged out?

    @Paul – once again you’re right on target. Originally bbPress hijacked the WordPress login URL function, which proved problematic as there was no settting to to say WHERE that page lived. Same with the sign-up page. These functions of WordPress are not easily extended, but they can be completely replaced. Sadly, replacing them means recoding a great deal of them, which starts to take a great deal of time on something that does already exist and already has pluggable solutions in the form of WordPress plugins.

    #106569
    Paul Gregory
    Member

    Assuming you’ve already added a blank page with the slug ‘forums’:

    Change the page template to “bbPress – Forums (Index)”

    OR

    Include the shortcode [bbp-forum-index] in your page text

    Also, go to the Permalinks page if you haven’t recently so everything else works.

    See also https://bbpress.org/forums/topic/bbpress-20-theme-compatibility

    There are a number of other things you’re probably going to have to do. I’m working on a checklist.

    yzgulec83
    Member

    I have a language file for 1.0.3 version of bbPress. May I use this for 2.0 beta version?

    If yes, how can I change language option? I uploaded language file into bbp-languages but yhere is no bb-config.php file for plugin version to modify language settings.

    #106524

    In reply to: Change "posting order"

    DuncanCox
    Member

    I am using this bbpress from last 6 months still I have not found any plugin regarding this. if You find it then please share with me.

    Paul Gregory
    Member

    Yeah, that specific function’s not at all the right one, it seems to be a well-meaning but naive tip on kai920’s part.

    But the basic idea of having a Register link within the bbPress Login Widget is sound, and I’m a bit concerned that it seems to be problematic.

    There needs to be a good bundled method of having a link to Register that does NOT show up when a user is already logged in, and the Login Widget is the most logical place to put it. (Obviously it’s trivial to add a Register link to a menu or widget area that would be present all the time).

    Two naff, but workable, solutions:

    1) Add a field in the bbPress Login Widget for the registration page URL, with “/wp-login.php” set as the default. When the Login Widget is displaying the Log In details, display the registration link (if not blank and if registration is enabled). When the Login Widget is displaying the current user details and log out link, don’t show the registration link.

    2) Encourage users to install a pair of simple widgets. I don’t know if decent ones exist, but they’d be called something like Logged In Text and Not Logged In Text, which as their names suggest are like Text widgets but only show their contents if is_user_logged_in() condition is true or false. It’s then simple to add a Register link or whatever to a Not Logged In widget, which could be placed above or below the bbPress Login Widget. If I can’t find an existing pair I’ll knock them out myself soon, although I suspect what I’ll end up doing on most sites is conditionally displaying one entire sidebar or another.

    The reason both are naff is that it seems pretty clear that there should be a function or method that returns the correct (custom) login page, and the absence of it is causing problems.

    Is WP completely unaware of custom registration pages? It seems so. There should be somewhere central that the URLs (or page IDs) of custom Register and Login pages etc are set – and that this should be site based rather than theme based, much like you can set the front page and posts page in WP Reading Settings.

    Of course, that’s arguably a WP issue not a bbP issue, but bbP as plugin is at liberty to extend WP in useful ways because that’s what plugins do.

    From what you’re saying it sounds like this isn’t part of immediate bbP plans.

    I don’t know whether I’m missing a setting, or if it’s something you’ve fixed since b2 but: having registered using a bbPress registration page, the email that people get with their password includes a link to /wp-login.php rather than my /log-in page that uses the bbPress login template. Using that leaves people in an inappropriate interface that they are probably not intended to see, and will confuse (and lose) users.

    Am I expected to override this myself with a plugin or in my template? That would mean hard-coding page references. It doesn’t seem right.

    I think bbP should just bite the bullet and allow users to specify their login and register pages under Settings. And indeed specify the View Profile page etc. It seems to me that bbP really needs to know where the login page is, and searching for a page with either the bbPress Login template or the Login shortcode (the “magic” method) seems prone to error.

    All that said, I don’t want to seem too negative – I am liking bbPress 2.0 a lot and thank you (and everyone involved) for your time on it.

    Daaaaaave
    Member

    I tried changing the physical to something crazy. same problem.

    Trying standalone bbpress 1.0.3

    thanks for your help

    kai920
    Member

    Do you have a /forums physical directory on your server? If so, try renaming it.

    Are you trying to install bbPress standalone (1.0.3) or bbPress Plugin (2.0 beta 2)?

    Daaaaaave
    Member

    Sorry if this is confusing. I installed buddypress through the wordpress plugins page. I then installed bbpress through buddypress. I have since uninstalled buddypress and bbpress and i am trying to now install bbpress on my server. Once loading all the files to my directory mysite.com/forums/ i then go to load the directory. The installing instructions do not come up i come to a bbpress page which shows “page not found”.

    I am guessing the old install of bbpress is interfering? maybe in the database?

    Thanks in advance.

    #100657

    In reply to: bbPress 2.0 – FAQ

    @Chip – That’s probably the easiest way, yes. If you’re familiar with WordPress themes (which I am fairly certain you are) this should be pretty painless.

    #105757

    In reply to: bbPress 2.0 – FAQ

    @Chip – That’s probably the easiest way, yes. If you’re familiar with WordPress themes (which I am fairly certain you are) this should be pretty painless.

    #100656

    In reply to: bbPress 2.0 – FAQ

    Chip Bennett
    Participant

    @annointed:

    Is there any documentation anywhere for converting a bbPress 1.x custom Theme to a bbPress 2.0 custom Theme? I have a fairly comprehensive Theme I developed for 1.x, and would like to convert it. I suppose I should just start poring through the bbp-twentyten child Theme template files?

    #105756

    In reply to: bbPress 2.0 – FAQ

    Chip Bennett
    Participant

    @annointed:

    Is there any documentation anywhere for converting a bbPress 1.x custom Theme to a bbPress 2.0 custom Theme? I have a fairly comprehensive Theme I developed for 1.x, and would like to convert it. I suppose I should just start poring through the bbp-twentyten child Theme template files?

    #95504
    selise
    Participant

    many thanks jjj! (you just saved me a bunch of time trying to track down my mistake)

    @kai920 – Please don’t bump topics, especially if they’re still on the front page.

    I’m against the idea of using wp_register(); since it redirects you to wp-login.php to sign-up instead of using a registration page in the theme. Also, the idea with community sites like bbPress and BuddyPress, is usually to keep members out of the admin area. Promoting them to enter it seems counter intuitive.

    #95503

    @selise – that will be fixed in Beta 3

    @Syrhen – Only forums can have topics. Categories cannot. I’ll likely add a note to the metabox before release.

    kai920
    Member

    Any opinions on the above? I personally think it would be good to include a “Register” link in the login widget. Curious to hear others’ opinions.

    “This tag displays either the “Site Admin” link if the user is logged in or “Register” link if the user is not logged in.”

    #95502
    Syrehn
    Member

    Firstly I’m very glad to see this project going.

    I’ve been playing around with the beta, using beta 2 at the moment, and maybe it’s me doing something wrong but if I create a forum, and then create a category it will not allow me to create a topic under that category. Only under it’s main forum. Is this intentional?

    I’m very much looking forward to the final release of this plugin. Thanks! :)

    #95501
    selise
    Participant

    so sorry, another breadcrumb question to add to the thread….

    installed are: wp 3.1.3 and bbp beta-2

    (first bbpress plugin install was pre-alpha and have been updating every few days as development has progressed — many thanks for a great plugin!)

    my setup is:

    forums base archive slug is “forums”

    single forum slug is “forum”

    forum prefix is not included (button unchecked)

    for mydomain.com/forums/

    where the forums “page” uses the template “bbPress – Forums (Index)”

    and there are three individual forums (example: forum1, forum2, forum3)

    the breadcrumb on each of the individual forums seems correct:

    site › forums › forum1

    site › forums › forum2

    site › forums › forum3

    i’d expect the breadcrumb on the “forums” index page to be:

    site › forums

    but instead i see:

    site › forums › forum1

    where forum1 was the first forum created.

    …..

    is this the desired behavior? my set up error? a bug?

    Nope. Both sound like plugin territory to me.

Viewing 25 results - 37,226 through 37,250 (of 64,515 total)
Skip to toolbar