Sideblog Support

Now that Sideblog v3 is out, I hope I will not be doing too much “tech support” like before.

7 Responses to “Sideblog Support”

  1. 1
    Ainslie Says:

    Hi there,

    I have been helping a friend use your plugin for their asides. Unfortunately they want to change the date format. Can this be done easily?

    Many thanks,

    Ainslie

  2. 2
    Kates Gasis Says:

    @Ainslie:

    I’ll see if I can whip some code before the week ends.

  3. 3
    Ainslie Says:

    That is great. Thanks for your help.

  4. 4
    zro Says:

    great plugin.
    I’m trying to make it so that it respects the “more split”. Anyone have any ideas?
    I can get it to use the literal “optional Excerpt” by editing lines 103 and 117 from ->post.post_content to ->post.post_excerpt,…. but i’like it to function like the_content()…. any ideas?

  5. 5
    zro Says:

    ok, I doubt my hours of ticking away devloped the most elegant solution, but i think this works.

    add this after line 116:
    $sideblog_content->post_content = explode(‘‘, $sideblog_content->post_content,2);

    and change this line (originally line 118):
    $replacements[] = $sideblog_content->post_content;
    to
    $replacements[] = $sideblog_content->post_content[0];

    That makes the asides post split at the MORE comment tag like any other post… I think. If anyoneknows otherwise, or a better way, lemme kno. cool.
    Again, great plugin.

  6. 6
    Iz Says:

    Hi,

    I have followed the instructions over and over but in the place where the Sideblog should be, I get this:

    “Aside category not selected.”

    I did select an aside category so I’m not sure what this means.

    Can anyone advise me as to what I might be doing wrong here? I’m using a modified version of Kubrick.

    Thanks in advance.

  7. 7
    Kates Gasis Says:

    I just visited your blog and it seems you’ve sorted it out already. If you still have problems just tell me.

Leave a Reply