Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 18,426 through 18,450 (of 32,522 total)
  • Author
    Search Results
  • #105921

    Sorry; I don’t understand the question. bbPress won’t move any files for you on its own. You mentioned that you’ve physically moved files (hopefully you copied, and did not remove them from the bbPress folder.) By putting

    add_theme_support( 'bbpress' );

    in your theme, you’re telling bbPress “I don’t need your help anymore and I have everything under control.” If you didn’t copy all of the files correctly, then bbPress won’t know what to do. :)

    #100821

    Sorry; I don’t understand the question. bbPress won’t move any files for you on its own. You mentioned that you’ve physically moved files (hopefully you copied, and did not remove them from the bbPress folder.) By putting

    add_theme_support( 'bbpress' );

    in your theme, you’re telling bbPress “I don’t need your help anymore and I have everything under control.” If you didn’t copy all of the files correctly, then bbPress won’t know what to do. :)

    #105560

    Neat. I definitely like the bbPress forums better. :)

    #100460

    Neat. I definitely like the bbPress forums better. :)

    #105869

    You could just as easily put some code in the sidebar.php of your theme to show/hide whenever you want it to. Contextual sidebars are an oft requested WordPress core feature too.

    #100769

    You could just as easily put some code in the sidebar.php of your theme to show/hide whenever you want it to. Contextual sidebars are an oft requested WordPress core feature too.

    #105731

    In reply to: bbPress 2.0 – FAQ

    I don’t think it’s too long. There are numerous long term infrastructure decisions to be made before creating an entirely new missing section of a live site. I understand your sense of urgency, but I need you to trust that it will happen when it can happen. :)

    Developers should have plenty of documentation within the bbPress code itself; it’s all properly phpDoc’ed with great examples on what the functions do and how to use them. If you’re curious how to do something, take a walk down

    #100631

    In reply to: bbPress 2.0 – FAQ

    I don’t think it’s too long. There are numerous long term infrastructure decisions to be made before creating an entirely new missing section of a live site. I understand your sense of urgency, but I need you to trust that it will happen when it can happen. :)

    Developers should have plenty of documentation within the bbPress code itself; it’s all properly phpDoc’ed with great examples on what the functions do and how to use them. If you’re curious how to do something, take a walk down

    #95418
    Gautam Gupta
    Participant

    arpowers: You mean forums including forums, topics, replies, user profiles etc. or just forums? For the latter, you can use bbp_is_forum().

    bbPress 2.0 plugins can be found here. :)

    #38544
    kai920
    Member

    I’ve just found an old 1.03 bbpress install with a ton of spam posts and spam tags. I don’t want to start over completely. I suppose going thru phpMyAdmin directly would be fastest, unless the 2.0 beta has new admin options in the backend.

    To remove unwanted posts, I can just run a query for all posts created after a certain date in the bb_posts table.

    How do I remove tags? I’m not sure what the relationship between bb_terms, bb_term_relationships, and bb_term_taxonomy are.

    Are there other tables I need to look at where SPAM might have gotten in?

    After I get rid of all the SPAM I’ll be looking to move to 2.0 asap :)

    #105894

    In reply to: Where is the importer?

    scribu
    Member

    De-activated all other plugins and switched to the twentyten theme.

    When trying to import, I got:

    Fatal error: Cannot redeclare class BPDB in /home/cristi/git/lomo/forum/bb-includes/backpress/class.bpdb.php on line 39

    The standalone version of bbPress is 1.1-alpha.

    #100794

    In reply to: Where is the importer?

    scribu
    Member

    De-activated all other plugins and switched to the twentyten theme.

    When trying to import, I got:

    Fatal error: Cannot redeclare class BPDB in /home/cristi/git/lomo/forum/bb-includes/backpress/class.bpdb.php on line 39

    The standalone version of bbPress is 1.1-alpha.

    #105893

    In reply to: Where is the importer?

    scribu
    Member

    Thanks. :)

    Should mention that somewhere in the installation instructions.

    #100793

    In reply to: Where is the importer?

    scribu
    Member

    Thanks. :)

    Should mention that somewhere in the installation instructions.

    #105892

    In reply to: Where is the importer?

    Mark Barnes
    Member

    Tools/Import :)

    #100792

    In reply to: Where is the importer?

    Mark Barnes
    Member

    Tools/Import :)

    #105927
    scribu
    Member

    Oh right, I remembered that I hardcoded the capabilities, using the $wp_user_roles global. :)

    bbPress can’t add the custom caps it needs in this case.

    #100827
    scribu
    Member

    Oh right, I remembered that I hardcoded the capabilities, using the $wp_user_roles global. :)

    bbPress can’t add the custom caps it needs in this case.

    #95413
    Aron Prins
    Participant

    @Tokyorock Refresh your permalink settings ;) go to permalinks, just hit save changes ;)

    #105557

    Wow neat. :)

    The _insert_ style functions will happen before 2.0 gets released.

    Any chance you can host this in a file somewhere rather than having a large code block?

    #100457

    Wow neat. :)

    The _insert_ style functions will happen before 2.0 gets released.

    Any chance you can host this in a file somewhere rather than having a large code block?

    #105729

    In reply to: bbPress 2.0 – FAQ

    The docs are just static WordPress pages for now. We’ll switch it eventually. :)

    #100629

    In reply to: bbPress 2.0 – FAQ

    The docs are just static WordPress pages for now. We’ll switch it eventually. :)

    #105728

    In reply to: bbPress 2.0 – FAQ

    Rami Yushuvaev
    Participant

    i want to help creating new “documentation” pages (“bbpress codex”), but it seems like the “docs” are not based on wiki.

    #100628

    In reply to: bbPress 2.0 – FAQ

    Rami Yushuvaev
    Participant

    i want to help creating new “documentation” pages (“bbpress codex”), but it seems like the “docs” are not based on wiki.

Viewing 25 results - 18,426 through 18,450 (of 32,522 total)
Skip to toolbar