jmatthewgore (@jmatthewgore)

Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • @jmatthewgore

    Participant

    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

    @jmatthewgore

    Participant

    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

    @jmatthewgore

    Participant

    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

    @jmatthewgore

    Participant

    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.

    @jmatthewgore

    Participant

    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(); }

    ?>

    @jmatthewgore

    Participant

    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.

    @jmatthewgore

    Participant

    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

    @jmatthewgore

    Participant

    I’ve noticed the same thing. Did you ever figure out a solution for this?

    – Matthew

    In reply to: WYSIWYG-Editor?

    @jmatthewgore

    Participant

    OK, thanks… I’ll be looking forward to it :)

    In reply to: WYSIWYG-Editor?

    @jmatthewgore

    Participant

    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

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