Michael Adams (mdawaffe) (@mdawaffe)

Forum Replies Created

Viewing 25 replies - 201 through 225 (of 335 total)
  • @mdawaffe

    Member

    There is no way to delete forums right now.

    In reply to: Moving post

    @mdawaffe

    Member

    When logged in as an administrator, you should see a “Move this topic to the selected forum [dropdown of forums]” at the very bottom of that topic’s page.

    At least, that’s how things work with the default template.

    @mdawaffe

    Member

    I would make a copy of your functions (wp_admin_bar and wp_admin_bar_style) and put them in a bbPress plugin.

    I you want to make sure the code is always the same, you could use a symlink or instead make a bbPress plugin that just includes the one needed mu plugin.

    @mdawaffe

    Member

    $bb_post->poster_id should work, but there are some convenience functions as well:

    get_post_author_id() returns the ID, and post_author_id() echoes it.

    @mdawaffe

    Member

    Done – thanks :)

    In reply to: img tags

    @mdawaffe

    Member
    In reply to: No Site Keymasters

    @mdawaffe

    Member

    suleiman,

    I think I gave you some bad information before, sorry!

    Try this, in your config.php set

    $bb->new_keymaster = ‘admin’; // or whatever the name of the account is.

    Then run bb-admin/install.php

    Sorry for before, and let us know if this works.

    In reply to: Can’t Login…

    @mdawaffe

    Member

    This is getting impossible to read. Please start your own, new topic, everyone.

    In reply to: Cookies

    @mdawaffe

    Member

    cvanp,

    Have you also changed WordPress’ cookies?

    In reply to: Using WP template tags

    @mdawaffe

    Member

    abbaanthony, It looks like you’re using a copy of the code-in-development.

    Try using the official bbPress release.

    In reply to: print.css

    @mdawaffe

    Member

    Hm.

    "<?php option( 'uri' ); ?>my-templates/print.css"

    Is the only way to do this at the moment.

    In reply to: Validation

    @mdawaffe

    Member

    We should be using CSS counters, but they are kind of annoying and complicated. That’ll get fixed in the next version.

    If you’re not displaying the post numbers at all in the OL, I wold just take out the start attribute.

    @mdawaffe

    Member

    Just one database is enough provided that the two bbPress installs have different values for their $bb_table_prefix settings in their config.php files.

    Like

    bb_ for one and

    bb2_ or bb_cool_ (or whatever) for the other.

    In reply to: wpmu bbpress issues

    @mdawaffe

    Member

    suleiman, if you installed bbPress first and then changesd it’s user tables to integrate with WP, none of those users have any adminn capabilities in bbPress.

    Follw the steps here https://bbpress.org/forums/topic/52?replies=21#post-795 and let us know.

    @mdawaffe

    Member

    This will be fixed in the next release of bbPress. Thanks!

    @mdawaffe

    Member

    Atsutane,

    Can you disable Ultimate Tag Warrior to see if that fixes both problems by magic?

    @mdawaffe

    Member

    doubter,

    Can you try moving the file bb-includes/db-mysqli.php somewhere safe and then copying bb-includes/db.php to bb-includes/db-mysqli.php (so that the mysqli file is a duplicate of the other file)?

    And, just to help troubleshoot, WordPress is working fine for you on that server?

    @mdawaffe

    Member

    doubter,

    $bb->wp_home = 'http://www.captainsdead.com';

    That line in the code you pasted is missing a single quote at the end (before the semi colon).

    Hope that works :)

    @mdawaffe

    Member

    jessind,

    I tried your site in firefox and http://jessanastasia.com/forums/topic/1 gave a 404 not found reply (which was then caught by your WordPress for some reason and I ended up at your blog).

    Which method did you use to set up permalinks? MultiViews or the rewrite stuff? Did you put the .htaccess file in the forums directory?

    In reply to: Email subscription

    @mdawaffe

    Member

    As for RSS feeds and keeping track of lots of stuff, check out your “favorites” in your profile. You can add to them by clicking “Add this topic to your favorites” on thepage of the topic you want to add.

    @mdawaffe

    Member

    mokona,

    The error is actually caused by the line above that on. Delete the line that says:

    define(WPp_BB', true);

    In reply to: Hot tag problem

    @mdawaffe

    Member

    bbPress grabs the 40 most popular tags. You probably have fewer than 40 tags, so it’s grabbing a couple tags with 0 topics in them.

    This will clear up on its own as you accrue more tags. Otherwise, you can manually reduce the number of tags bbPress shows in the hot tags area. See this post about customizing the tag cloud.

    In reply to: Can’t Login…

    @mdawaffe

    Member

    cvanp, if it’s not a subdirectory, it isn’t as easy. You’ll have to change WordPress’ cookies and bbPress’.

    See https://bbpress.org/forums/topic/113

    In reply to: detail of Style.css ?

    @mdawaffe

    Member

    I really like Firebug.

    @mdawaffe

    Member

    There will be a filter for the title in the next release. Thanks!

Viewing 25 replies - 201 through 225 (of 335 total)