Forum Replies Created
-
In reply to: Topic views
Fifthed. *g*
In reply to: Plugin: Post NotificationNot sure how I overlooked this one, but I was just wishing for something like this last night!
(found via spencerp’s forums, hehehehe)
In reply to: Plugin – Private MessagesStalker?
In reply to: Plugin – Memberlist *UPDATE*OK, who let the spammer in?
In reply to: My modification of the default themeThank you, devils_adv.
In reply to: My modification of the default themeThanks, spencerp!
In reply to: My modification of the default themeThank you, ardentfrost.
re: version – Whoops! Right you are, my bad.
In reply to: My modification of the default themeYeah, 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.
In reply to: My modification of the default themeThank you, Trent.
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!).
In reply to: Plugin – Memberlist *UPDATE*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.
In reply to: Plugin – Private MessagesYes, I’m integrated.
In reply to: Plugin – Private MessagesNot 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: FAQGREAT 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! )