Now that Sideblog v3 is out, I hope I will not be doing too much “tech support” like before.
Now that Sideblog v3 is out, I hope I will not be doing too much “tech support” like before.
This entry was posted on Wednesday, May 3rd, 2006 at 6:06 am and is filed under Asides. You can follow any comments to this entry through the RSS 2.0 feed. You can leave a comment, or trackback from your own site.
Just finished talking to Daniel from Hostmonster to cancel my account. I'd say Hostmonster has one of the best support service in the internet. All my questions before was met by a friendly support staff. Too bad I'm not using shared hosting as much anymore.
Will be moving Plurklater's DNS server to Namecheap's free DNS host.
Just completed the move of this blog to a VPS. Transferring the database and wordpress files was painless. It was the DNS that took so long. My VPS's DNS server has problem with A records. Thankfully, my domain seller, Namecheap provides a free DNS hosting.
Currently using TuxGuitar for studying music tablatures. It can read and play Guitar Pro files sans the Realistic Sound Engine but then again the TuxGuitar MIDI are already good enough.
Seriously, we can do better than this. Watching how it all happened live on television shows our police force is in a very bad shape.
May 25th, 2006 at 4:51 am
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
May 25th, 2006 at 6:08 am
@Ainslie:
I’ll see if I can whip some code before the week ends.
May 25th, 2006 at 4:06 pm
That is great. Thanks for your help.
May 28th, 2006 at 5:06 am
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?
May 28th, 2006 at 6:01 am
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.
December 9th, 2006 at 3:22 pm
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.
December 9th, 2006 at 5:23 pm
I just visited your blog and it seems you’ve sorted it out already. If you still have problems just tell me.