Incorrect work in node types with
* May not be posted into a group.
if comment permissions set to
post comments unchecked for anonymous user
it displays Login or register to post comments
instead of Login or register to post comments
the format converted the text to a link
the module displays html code instead of Login or register to post comments
it displays
<a href="/user/login?destination=node%2F11%23comment-form">Login</a> or <a href="/user/register?destination=node%2F11%23comment-form">register</a> to post comments
In function comment_og_preprocess_comment, putting a comment on line $variables['links'] = theme('links', $links); solved me an issue with plain output.
Comments
Comment #1
vb commentedthe format converted the text to a link
the module displays html code instead of Login or register to post comments
it displays
Comment #2
superoperater commentedIn function comment_og_preprocess_comment, putting a comment on line
$variables['links'] = theme('links', $links);solved me an issue with plain output.Comment #3
vb commentedThanks, i will try all your patches.
Comment #4
chromix commentedI believe I fixed this change in dev. Can anyone confirm that?
Comment #5
extrarumeno commentedNot fixed in dev.
Comment #6
chromix commentedI just committed another fix to the dev release. I did a lot more testing this time and I believe this time it should work.
Comment #7
chromix commentedI just re-wrote the module so that it doesn't rely on HOOK_preprocess_comment any longer, so this is extra fixed now.