Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sennad

    (@sennad)

    Thank you for feedback. I have not done anything on core wordpress files related to capabilities and roles, so it must have been Facebook Conect plugin that is responsible for this.

    I will then delete “edit” link on comments, al least to hide this option, and then find a way for users to delete own comments or at least flag them for deleting because that is better option rather than allow anyone to edit comments.

    maybe if you can make 2 blogs to share same db for posts and pages :S and asign them different themes

    It’s looking good now. In “common.php” (fb connect plugin), delete <div> on line83 for positioning the avatar, then add <span class> that sets “float:left” in css. For avatar size in same file edit line 84 to look like this – <fb:profile-pic uid=”$user” facebook-logo=”true” size=”square” width=”40px”></fb:profile-pic> (width is optional). Now all my comments have avatar from Facebook and gravatar for registrated users. As for p2, I want to allow all my members to post content so I have to figure it out how to display avatar on post (entry.php)…

    I got it working on P2, in functions.php (line 311) I replaced prologue_get_avatar with

    <?php echo get_avatar( $comment, 32 ); ?>

    but facebook avatars aren’t resized to 32, and it messes theme (avatar is not inline with comment autor name, it is on top of it) so it must be an extra <div> somewhere in fbconnect…

    any help?

Viewing 4 replies - 1 through 4 (of 4 total)