Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 16,726 through 16,750 (of 32,519 total)
  • Author
    Search Results
  • #106472
    David Decker
    Participant

    You can also maintaining plugin and theme translations with the awesome “Codestyling Localization” plugin: https://wordpress.org/extend/plugins/codestyling-localization/

    “fi” is the correct locale for Finnish!!

    Placing the language files in /wp-content/languages/ is already prepared in bbPress 2.x but unfortunately it does not work yet (since 2.x branch!) – it would be nice seeing that fixed as overriding language files via updates is no fun at all!

    Thanx, Dave :)

    #111969

    You are going to have to wrap it in something that checks for bbPress.

    Similar to:

    if ( is_bbpress() ) {
    include_once "/dap/dap-config.php";

    if( !Dap_Session::isLoggedIn() ) {
    header("Location: /dap/login.php");
    exit;
    }
    }

    However it’s going to likely take more polish than that.

    #111844
    micropat
    Member

    Thank you for your kind [over the top] words. :) I appreciate it.

    FYI the version I mentioned above has been released. Please write back how that goes, and stay tuned for more updates.

    #111937

    I looks like this issue is due to a CSS conflict in your theme’s CSS. Specifically line 733 which reads:

    .reply {
    float: left;
    margin: 0;
    }

    You are going to have to play around with it. I’d start with adding something like this to your theme’s CSS:

    .bbp-replies .reply {
    float: none;
    }

    .bbPress #content .single-entry-content {
    float: none;
    }

    #111967

    Well from your code above, it seems that if a user isn’t loggedin via DAP then they would get redirected to /dap/login.php.

    #42338
    websquatters
    Member

    Hello I am new to BBPress and I have installed it successfully. I have been trying to edit the missing image tag that you see when you view the forum index at the following url.

    I’m not sure where to find the code to remove it.

    http://websquatters.com/dcoutlaws/forums

    #111941

    You can create a login form though various methods (widgets, shortcodes, etc) and have them redirect to the site.

    So unless your users specifically know to go to /wp-admin there are ways to keep WP from sending them there.

    #111930

    Create a ‘Homepage’ page. Use one of the bbPress shortcodes on that page. Now go into Settings->Reading and set the homepage to a static page (in this case, the ‘Homepage’ you just created).

    #42400
    MikeonTV
    Member

    While developing a site I had then entire wordpress framework in a hidden folder (ie http://mysite.com/wp/index.php)

    I have developed many site this way but never with bbPress included. Now when I changed the path of the wordpress directory and move the file the forum is a blank page.

    The shortcode is still visible in the post and all permalinks are functioning the same.

    Why did this happen?

    #42378

    I’m trying to protect my forum from non-members. I’m using Digital Access Pass. Their support has told me: “to add custom code at the top of forum.php (under bbpress installation) to look for logged-in state before allowing view access”

    Something like this:

    < ?php

    include_once "/dap/dap-config.php";

    if( !Dap_Session::isLoggedIn() ) {

    header(“Location: /dap/login.php”);

    exit;

    }

    ?>

    Problem is i don’t have a forum.php? They said that “when you access the forum, what’s the first script that gets accessed… that’s the script you need to update” Anyone have any clue where this would go?

    Thanks

    #111924

    In reply to: How to setup users?

    dosch
    Participant

    ;-)

    There are some nifty plug-ins you might want to look at so you can send new members custom welcome emails and redirect them on their first-sign on to their own profile page as so to encourage them to complete their profile.

    Also adding custom fields to the profiles of members can be a great way to get them to share more information about themselves and relevant to the community of the forum.

    #110440
    David100351
    Participant

    Lol. Well, code or poetry aren’t my strong points, but I AM persistant.

    #111705

    Not everyone has the luxury of working for free. The best part of OSS is being able to look at the code, learn from it, and contribute fixes upstream. Someone that needs this badly enough will keep it alive.

    theap
    Member

    I would like to list comments by most recent on the Home page of my Forum.

    At the moment only Topic with the latest comment entry comes up fist, but I would like to have list of comments, like here for example:

    http://www.iii.co.uk/investment/detail?code=cotn:UKX.L&display=discussion&it=li

    i guess what I need is similar to bbpress forum where you can click to view latest topics or latest posts, but I’d like to have latest comments listed by default.

    Many thanks in advance!

    #111875
    ianhaycox
    Participant

    Got a link to the page ? It’s tricky debugging a screen shot :-)

    #111851

    Is a bump acceptable? I really want to use this software :)

    #111922

    In reply to: How to setup users?

    dosch
    Participant

    WordPress allows for anyone to register to your website. If you enable this option under general settings then you have everything you want. ;-)

    Good luck!

    #111841
    micropat
    Member

    Dug a little further on the ‘list of Forums’ page and found that bbPress implements this as an Archive page.

    The next version of the plugin (.9.9.9.7) will have a new option to disable automatic output on Archive pages. Uncheck this box and you should be in good shape without the need to switch themes.

    Upcoming versions of the plugin will feature direct optimizations for bbPress, i.e. automatic output where it make sense for a forum, such as Topic pages instead of the bbPress’ Archive pages. :)

    #108136
    SK
    Participant

    Just add

    .bbp-forum-info .bbp-forums li {display:block;}

    to your stylesheet

    #111719

    In reply to: Why bbPress sucks!

    Arvid
    Member

    Some pretty neat ideas! Partcular thumbs up for #3 (official migration tool) #7 (forum sidebar) #9 (custom header code) #10 (standalone package)

    I just noticed that the “Docs” tab above has a different destination https://codex.bbpress.org/

    On the page it says “you are welcome and invited to modify any of the pages you see here.”

    Question is – how? I don’t see any “Edit” links on any of the pages…

    #101436
    FADmark
    Participant

    I tried the -1 trick, but it seemed to lock everything down immediately. The field will accept 8+ digits though, so 99,999,999 gives you 190 years to edit. Works for me. :)

    #96336
    FADmark
    Participant

    I tried the -1 trick, but it seemed to lock everything down immediately. The field will accept 8+ digits though, so 99,999,999 gives you 190 years to edit. Works for me. :)

    #81890
    FADmark
    Participant

    I tried the -1 trick, but it seemed to lock everything down immediately. The field will accept 8+ digits though, so 99,999,999 gives you 190 years to edit. Works for me. :)

    #111879
    Pavel Ungr
    Member

    I create the page with the same name an into it I inserted short code [bbp-forum-index].

Viewing 25 results - 16,726 through 16,750 (of 32,519 total)
Skip to toolbar