Sideblog Support

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

Filed under Asides · Tagged with

Comments

7 Responses to “Sideblog Support”
  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. Kates Gasis says:

    @Ainslie:

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

  3. Ainslie says:

    That is great. Thanks for your help.

  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. 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. 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. 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.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!