Forum Replies Created

Viewing 15 replies - 31 through 45 (of 49 total)
  • Just tried installing the script (so far all I use is WhatTunes) and I’m having problems displaying the artist/album of tracks that aren’t found on Amazon. It seems to create a link to Amazon anyway and that link goes nowhere and then it doesn’t even output the artist/album info.

    I’ve altered some of the code for style purposes, but I don’t think that’s it because I also tried default files and settings. Have you noticed any problems with this?

    Also, for the ones that are found on Amazon (and therefore display correctly) where can I edit it so that the text link goes like this:

    Artist
    Album

    … instead of Album – Artist (with the dash and on the same line). Thanks again!

    How would you want me to send you my contact info so that you can notify me where to download the beta? Or will you just post the link here?

    I’d be willing to test it out, too. Let me know where to download it.

    I don’t mean to rush you at all, but is there any estimation on when you will get this plugin 1.5 compatible? I’m all set to upgrade from 1.2 to 1.5 as soon as I get this updated plugin. Thanks again.

    So you’re saying that if all posts it pulls have a proper timestamp, it’ll sort them into one list and will sort them accordingly? How likely is it that all the posts will have a proper timestamp if all feeds are based off either WordPress or MT (or is it a server issue?) Thanks again.

    Will CG-Feedread be able to collect feeds from multiple sources and then sort them chronologically? For example, can I specify three different feeds and then sort the combined list to display only the latest five posts?

    Forum: Plugins
    In reply to: Wiki plugin

    Another problem, I can’t seem to allow HTML tags. I have it set to:

    define(“EWIKI_ALLOW_HTML”, 1);

    But that doesn’t work. Any ideas? Thanks in advance.

    Forum: Plugins
    In reply to: Wiki plugin

    Okay that was quick, I fixed it. Here’s how for anyone interested:

    1. Find where it says:
    #– normalize to UNIX newlines
    $_REQUEST[“content”] = str_replace(“1512”, “12”, $_REQUEST[“content”]);
    $_REQUEST[“content”] = str_replace(“15”, “12”, $_REQUEST[“content”]);

    2. Immediately after that, add this line:
    $_REQUEST[“content”] = stripslashes($_REQUEST[“content”]);

    That should do it.

    Forum: Plugins
    In reply to: Wiki plugin

    I just installed this script today and it took me some time to configure it the way I want but I finally got it working the way I want for the most part.

    One annoying part that I haven’t quite figured out yet is how to strip the slashes when an apostrophe is typed (it automatically adds \’s). I had a similar problem with my whattunes script and used something like:

    $output = stripslashes($output);

    and that fixed it, but I can’t seem to go through the Wiki code to figure out where to put a similar line. Anyone have any other suggestions?

    Thanks a lot man, we all really appreciate it.

    Thread Starter guboogi

    (@guboogi)

    Yes, it’s v1.2. That’s strange, I guess I’ll look at it some more and try to figure it out. Basically all you have to do is activate the plugin and then have a class “hilite” in your stylesheet, right?

    I don’t think it’s a matter of defining the class in my stylesheet since if you search and check the source it doesn’t wrap the string in a hilite class. Any other possible suggestions?

    Thread Starter guboogi

    (@guboogi)

    Hrm, actually this was the plugin that I had installed (it shows up as Search Hilite in the plugins window but the filename is Google-Hilite.php) Still no luck using it, though. Are you sure that it works? There doesn’t have to be anything added to my-hacks.php, does there? I have no clue what could be going wrong. Thanks.

    Anyone have any luck getting CG-Amazon to work with WordPress 1.5? I got it working on my 1.2 install, but when I add the CGA to the admin menu and click on it all I get is a blank page. Is there another way to manually create the tables in the WP database? Thanks in advance.

    Forum: Fixing WordPress
    In reply to: Sending referrers

    I don’t even use Norton Firewall 2003 (unless it automatically comes with Norton Antivirus 2003 and I don’t know how to get to it). I am not running any antivirus software that I know about, so I really have no idea what this referrer business is. Is there any other way around it?

    Forum: Fixing WordPress
    In reply to: Sending referrers

    I have the same problem. Ever since I upgraded to 1.2 (from 1.0.2) I get this problem when trying to enable any plugins or even when trying to delete a comment. I am not running any firewalls (I disabled the Windows XP firewall as well) and all I have installed in Norton Antivirus 2003, and I don’t see any option to enable referrers. I am using IE6 with default security settings. Can anyone suggest why I am having this problem? I’m considering just going back to 1.0.2 until this problem is fixed. Thanks in advance.

Viewing 15 replies - 31 through 45 (of 49 total)