Nicki Faulk (@nitallica)

Forum Replies Created

Viewing 13 replies - 26 through 38 (of 38 total)
  • In reply to: Topic views

    @nitallica

    Member

    Fifthed. *g*

    @nitallica

    Member

    Not sure how I overlooked this one, but I was just wishing for something like this last night! :)

    (found via spencerp’s forums, hehehehe)

    @nitallica

    Member

    Stalker? :)

    @nitallica

    Member

    OK, who let the spammer in? :)

    @nitallica

    Member

    Thank you, devils_adv. :)

    @nitallica

    Member

    Thanks, spencerp! :)

    @nitallica

    Member

    Thank you, ardentfrost. :D

    re: version – Whoops! Right you are, my bad. :)

    @nitallica

    Member

    Yeah, I know that once theming ability is added to bbPress, I’ll probably be fixing several things on this theme! LOL

    But hey, it’s yet another toy for me to muck up, I mean, play with. :D

    @nitallica

    Member

    Thank you, Trent. :D

    I just may do that. I’m still working out little kinks here and there (mostly spacing issues), but I’ll definitely share here when I’m finished (or at least satisfied LOL!).

    :)

    @nitallica

    Member

    Very nice! :)

    Worked perfectly the first time. One tiny detail I would add: users whose bbpress install is in a directory named anything other than “forums” will need to change the RewriteRule in order to reflect the correct path. I almost missed that part. :)

    @nitallica

    Member

    Yes, I’m integrated. :)

    @nitallica

    Member

    Not sure why, but I had to make these changes to get the PM links to work for me:

    if ( $bb->mod_rewrite )

    $r = bb_get_option('uri') . "message" . ( '' != $tag ? "$tag" : '' );

    to

    if ( $bb->mod_rewrite )

    $r = bb_get_option('uri') . "message.php" . ( '' != $tag ? "$tag" : '' );

    and

    if ( $bb->mod_rewrite )

    $r = bb_get_option('uri') . "pm" . ( '' != $tag ? "$tag" : '' );

    to

    if ( $bb->mod_rewrite )

    $r = bb_get_option('uri') . "pm.php" . ( '' != $tag ? "$tag" : '' );

    Works great though! :)

    EDIT: I get this error when I add the pm_user_link bit to my post.php

    “bbPress database error: [Table ‘CENSORED_DB_NAME’ doesn’t exist]

    SELECT * FROM bb_users WHERE ID = 1″

    I never could figure out why I was getting that, so I just deleted that bit, but otherwise seems to be working fine.

    In reply to: FAQ

    @nitallica

    Member

    GREAT FAQ!

    The Permalinks solution fixed my problems in a jiffy!

    (Silly me, I re-installed 3 times before *finally* finding the FAQ … no more turkey for me! :))

Viewing 13 replies - 26 through 38 (of 38 total)