nickaster (@nickaster)

Forum Replies Created

Viewing 15 replies - 26 through 40 (of 40 total)
  • In reply to: unescaped characters

    @nickaster

    Member

    Thanks! I am using the following plugins:

    Akismet

    Forum Last Posters

    Topic Icons

    Deactivating them one by one or all does nothing. the slash is still there… thanks!

    In reply to: What is "topicmeta"?

    @nickaster

    Member

    okay cool… so must have been old theme. Seems safe to delete, so I will.

    In reply to: unescaped characters

    @nickaster

    Member

    Howdy Paul, did you ever manage to get this problem sorted? I’ve got the same deal…

    @nickaster

    Member

    HI adam – thanks for the possible cure. I made the changes you suggested (finally got proper line editor) and I’m still getting those slashes…. check it out – http://www.triplepundit.com/forum

    Any ideas?

    @nickaster

    Member

    Yeah, I did, but it’s still happening with new posts. I followed the instructions here, by Adam Kayce and made the changes he suggested.

    Apostrophe and or quotation marks cause backslash to appear.

    No luck at all, still got those slashes!

    @nickaster

    Member

    Unbelievable. So… basically what happened was that I HAD commented out the drop down code… didn’t remove it, just commented out. I put it back, and bam! it works!

    @nickaster

    Member

    Thanks yeah, I looked at those threads and didn’t find anything. Recounting did nothing… yes… I think I did knock out that “pick a forum” thing…. however, I guarantee that didn’t cause the problem because I’ve been posting test posts left and right since then. Only immediately after deleting my tests did the problem kick in… hadn’t make any changes to the theme. It’s definitely theme related, as the default theme works… very strange. I’ll put that dropdown thing back and see what happens.

    @nickaster

    Member

    Howdy – I don’t have an editor that shows lines – what is the text on the line I should replace?

    Will this screw up future upgrades?

    @nickaster

    Member

    re: “You’re Not Logged In…”

    I just slapped that in manually on front-page.php between an if/then about whether you’re logged in or not. As follows:

    <tr>
    <td class="topper-col" colspan="5">
    <?php if ( bb_is_user_logged_in() ) : ?>
    <h3 class="new-post"><?php bb_new_topic_link('Start a new conversation »'); ?></h3>
    <?php else: ?>
    <h3 class="not-logged">» You're Not Logged In. Please Login or <a href="http://www.triplepundit.com/forum/register.php"><u>Register</u></a> &laquo</a></h3>
    <?php endif; // bb_is_user_not_logged_in() ?>
    </td>
    </tr>

    @nickaster

    Member

    Thanks guys. Very helpful. I guess I’ll leave the word ‘sticky’ for now.

    Here’s a question. The plugin somehow magically added the icon without my adding the “<?php topic_icon(); ?>” the first time, as illustrated above. When I followed your suggestion, adding a table column, with “<?php topic_icon(); ?>” in it, then it appeared just as predicted.

    How was it smart enough to stop showing the icon in the other place? That’s wild!

    @nickaster

    Member

    Hey, that’s pretty cool. I hadn’t been using the plugin, but I’ve added it and it works. Trouble is, that word “[sticky]” is still there, and so is everything else. Where would I look to get rid of [sticky] and the other stuff you can see here?

    http://www.triplepundit.com/forum/

    I realize the test.png icon is CSS, but some of the rest isn’t….

    @nickaster

    Member

    Excellent thanks a lot, that worked perfectly. (The double welcome was bad code from the themer)

    In reply to: Simple PHP Question

    @nickaster

    Member

    Okay cool…. so two questions:

    1) Does keeping the PHP there burn resources?

    2) If I don’t care about translations, is there any reason to keep that stuff?

    Thanks!

    In reply to: where is my bb-admin ?

    @nickaster

    Member

    yo! I’m having the same problem now. I do indeed see the proper set of links as follows:

    Welcome, admin! View your profile (Admin | Log out)

    But if i click “Admin” nothing happens, it just reloads the same screen.

    Any cures?

    @nickaster

    Member

    If “it’s easier to integrate with WordPress if you install bbPress in the same database as WordPress” They why does the installer not advise you of that during the config process? I’ve gotten to the same headache. There is no variable in wp-config called “SECRET_KEY”. There are however, “AUTH_KEY” “SECURE_AUTH_KEY” “LOGGED_IN_KEY” “NONCE_KEY”…

Viewing 15 replies - 26 through 40 (of 40 total)