Sideblog Support
Now that Sideblog v3 is out, I hope I will not be doing too much “tech support” like before.
serving the best spaghetti code in town since 2005
Now that Sideblog v3 is out, I hope I will not be doing too much “tech support” like before.
Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!
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
@Ainslie:
I’ll see if I can whip some code before the week ends.
That is great. Thanks for your help.
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?
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.
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.
I just visited your blog and it seems you’ve sorted it out already. If you still have problems just tell me.