Forum Replies Created
-
Yep, that was it. Somehow, it was set to Mac (I’m on Windows), but making the change fixed everything. Just built this computer a week ago… I had forgotten that this was a new install of notepad++
Thanks once again!
– Matt
Ohhhhh… lol. I see what you mean Perhaps I’m not quite as awake this morning as I thought. Thanks again! I’ll check.
– Matt
Thanks again, rvencu
I do have a Linux host… a CentOS based VPS (managed). Beyond that, I’m afraid that your suggestion is Greek to me. I don’t really know anything about editing the EOL Conversion (or what it is).
However, I can safely say that I’ve experienced my fair share of php errors on this server, and previous ones have not been listed as “line 1”. Also, aside from this comment form showing up, my whole install of wordpress and buddypress/bbPress works just fine, so I’m not sure I understand why changing this line would be a particular problem anyway… maybe it’s just a syntax error?
But are you saying that you don’t see any obvious problem with the code I pasted above?
Many Thanks,
Matthew
Incidentally, the php error message I get says that there’s an unexpected T_STRING on Line 1, though I have changed nothing but the lines indicated above. Notepad++ calls them lines 73-79.
Just so we’re clear, this is what I’m doing in the page.php code. I change this:
<?php
suffusion_before_end_post();
comments_template();
?>
to this:
<?php
suffusion_before_end_post();
if (!stristr($_SERVER,’/lm-forums/’)) { comments_template(); }
?>
Hmm… No, when I make this change, I get an “unexpected T_STRING” error. Maybe there’s a missing semi-colon or something? I’m not good enough with PHP to be sure.
Thanks, rvencu! I’m using the Suffusion theme and have been having the same problem. I’ll try your fix and see if it does the trick for me.
– Matthew
I’ve noticed the same thing. Did you ever figure out a solution for this?
– Matthew
In reply to: WYSIWYG-Editor?OK, thanks… I’ll be looking forward to it
In reply to: WYSIWYG-Editor?Where can I find the development schedule for bbPress? Or more importantly, when can be expect version 2.1?
Thanks! I’ve only just finally switched over from BuddyPress group forums, and really like the format, but wish that I should use bpCKeditor or similar plugins for visual editing.
– Matthew