Entry tags:
(no subject)
Well, I've managed to get the random generator code to run on WordPress. It's just not generating. Or maybe it's generating but not posting. I haven't figured that bit out yet. Figured out. Global variable issue. Working now! Now to figure out how best to port the generators to WP so as to (a) organize them and future generators and (b) not mess up anybody's links. Hm.

no subject
I think the problem is that I rearranged the order of items in the sidebar through the admin page (Presentation --> Widgets) and this generated a file, "dynamic_sidebar.php", that's overwriting the content in "sidebar.php". But I'm having a hard time figuring out what to do about it. ^^; Information about "Social Network" does not appear in dynamic_sidebar.php, only in sidebar.php, but editing sidebar.php does not effect the way my blog displays.
Here's the code:
http://www-personal.umich.edu/~onyabear/journal/dynamic_sidebar.php
http://www-personal.umich.edu/~onyabear/journal/sidebar.php
Help? I don't know any php, all I know how to do is find the information I want to change, and change it. But even to my untrained eyes, dynamic_sidebar looks pretty messed up.
no subject
(and man, I hate tracking down *where* something is - is it a widget? a plugin? a theme file? AAARGH! XD And them adding widgets as native to the latest WP build didn't help the situation!)
no subject
no subject
Akismet
Auto-hyperlink URLs
Brian's Threaded Comments
Comment Email Responder
Extended Comment Options
OpenID Registration
Sociable
WP-Polls
WP-Polls Widget
WP AJAX Edit Comments
Akismet and WP-Polls Widget are the only two plugins that come with widgets.
I also have a wp-ljtags php file in my root directory that is supposed to allow Wordpress to recognize livejournal coding, although I have had some trouble with it. At first it allowed WP to recognize the lj code in imported lj entries, and would keep it, but if I tried to re-categorize those those entries (which for some reason requires that I re-publish them) Wordpress would helpfully close all of those nasty open lj-cut tags and change all the italics tags to em tags and bold tags to strong tags. Now WP isn't even recognizing the code in imported entries, it's changing them as they're imported. I really don't want to have to edit every entry by hand to fix the tags...
no subject
The function is named: function widget_mytheme_mysocial() {
no subject
no subject
I think this one was especially aggravated by widgets becoming native, so the stupid English was coded into two different places by the guy who made the theme. Otherwise he'd have had to write a separate widget for it, and you'd have known where it was.
no subject
no subject
At least that's what I think is happening. It wouldn't be such a big deal if I could import a few entries at a time, edit them, then take a break for a little while and come back and add a few more later, but importing new entries also causes the code in exisiting entries to revert, for some reason. I could also honestly live without lj tags on a non-lj blog -- just edit them out entirely -- if it wasn't for those annoying em tags popping up everywhere.
no subject
no subject
no subject
problem solved!
Re: problem solved!