• I hate to sound like a broken record… i really don’t mean to. However, I have noticed something kind of odd (at least to me).
    I have tried the phpGiggle, Acronym, and LJ User Tag. None of them seem to work… or so I thought.
    then I happen to make a test comment and lo and behold, it is working… ONLY for the comments! It is not working on the actual posts or on the main page. (Well, the LJ User isn’t working at all, but one thing at a time).
    What have I done wrong that only my comments seem to be acting the way that they should?

Viewing 9 replies - 1 through 9 (of 9 total)
  • I did a really foolish thing on my blog. When I was altering my bg and font color
    I forgot my comments. They were there alright. They were just invisible.

    Thread Starter Tek

    (@tek)

    Well I have serval styles installed on mine.
    The main page shows none of the hacks. When you go into and archive page, the post still shows none of the hacks but all the comments do.
    Here you can look:
    https://www.tekwh0re.net/wp
    Yes, I have bad words on here when I am testing. No one is supposed to see this yet. ?? You can also see sort of a history of what hack I just installed and if it worked or not (no, this site is not a porn site):
    here is an example of what I mean the hacks working in the comments but not on the post:
    https://www.tekwh0re.net/wp/index.php?p=34#comments
    I have no clue as to why it is doing this.

    I posted this at Tek’s blog, just to be sure that it would be seen… ?? But, I also figured I would point this out here:
    If you are using the ScriptyGoddess show/hide “more” script, you’re going to have an issue with any plugin that relies on pulling info, or making changes to “the_content.”
    Let’s take acronyms.php for example:
    At the very end of this plugin, you find the following two lines of code:
    add_filter(‘the_content’, ‘acronyms’, 8);
    add_filter(‘comment_text’, ‘acronyms’, 8);
    But, if you use the SG show/hide script, your “the_content” isn’t “the_content” anymore. It becomes “the_contentshowhide.” All you have to do to fix this error is add a line. My acronyms.php, for example, looks like this at the very tail end:
    add_filter(‘the_content’, ‘acronyms’, 8);
    add_filter(‘the_contentshowhide’, ‘acronyms’, 8);
    add_filter(‘comment_text’, ‘acronyms’, 8);

    what version u talking abt?
    working here on 1.1 nightly.

    The code I’m talking about specifically is in acronyms.php… not in any of WP’s files. (acronyms.php for the huddledmasses.com Acronym plugin). Although, I am running 1.2.

    Sorry. that’s huddledmasses.org. Forgive me. No sleep. ??

    ShelbyYY,
    Where could one find the SG show/hide “more” script?

    Thread Starter Tek

    (@tek)

    First,
    You can find it here:
    https://www.scriptygoddess.com/archives/005135.php#005135
    And thanks SO MUCH for your help, Shelby. *does dance*

    Thanks. Sorry for the delay in that, but I’ve been busy at work.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Very Strange: Is This Happening to You?’ is closed to new replies.