Forum Replies Created
-
I fixed it:
at the end of buddypress-home/comments.php I changed:
</form>
</div>
<?php endif; // If registration required and not logged in ?>
<?php endif; // if you delete this the sky will fall on your head ?>
to:
</form>
<?php endif; // If registration required and not logged in ?>
</div>
<?php endif; // if you delete this the sky will fall on your head ?>
“If it’s a logged in user issue, and you must be logged in to post, then the comments.php file could be the culprit.
Yes you’re right, if I uncheck the setting that only registered users can comment, the problem is also gone!
I think I know enough now to find this bug, I’ll let you know.
Thanks for all your help.
Yes I updated the themes.
I’ve overwritten every file from a fresh WPMU 2.7 download, latest Buddypress SVN, and switched back to the latest “unmodified” bp-themes.
The problem still occurs.
I’m going to check comments.php now, maybe I can find something wrong in there.
Hello thanks for your reply.
The only things I’ve changed in the themes are the logo.gif files and the adminbar.gif in bp-core/images, I’ve never touched any php or html file.
Only in footer.php I added google analytics code, just before the </body> tag.
I just tested with the latest unmodified bp-themes (home and member) from SVN.
I also updated all buddypress mu-plugins to this latest SVN.
The sidebar is still in the content div.
Offcourse I cleared browser-cache etc, etc.
oh i know well that …lovely… bug: it happens only when you are not logged in.
Yes you’re right this doesn’t happens when a user is logged in.
Anyway I’ll keep on searching what causes this.
If anyone has some advice, you’re welcome to post.
No I already have the latest svn (rev. 1209)