digink
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mass edit of posts (to allow for comments)?Don’t have that plugin but I did find the query box you were talking about. Seems to have worked, thanks!
Forum: Fixing WordPress
In reply to: Mass edit of posts (to allow for comments)?I would also like to open up my old posts for comments, but unfortunately I have no clue what I am doing here. Where do I enter this command using phpMyAdmin?
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)Something about the code is messing up my table background in IE. The first item shows up fine, but the second item has a white background.
<A HREF=”http://www.digink.net/”>here</A>
When I remove the “ul class=”amm” code in amm_extras.php, it fixes the white background but causes all items except the first one to be indented a little more.
Any clue how I can fix this?
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)Nevermind, the example on the page said default_template when it should have been default_output.
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)I cannot figure this out. I’m putting the example code into amm_extras.php, but I keep getting this error:
Parse error: parse error, unexpected $ in /home/ktrame/public_html/wp/wp-content/plugins/amm/amm_extras.php on line 93
When I try to just use the default template, I get this fatal error:
Fatal error: Call to undefined function: amm_default_template() in /home/ktrame/public_html/wp/wp-content/plugins/amm/amm_output.php on line 139
I don’t get it… do I *have* to create my own template? Can somebody give me an example, because the example isn’t working.
Forum: Fixing WordPress
In reply to: API endpointI had the same problem, and that’s because I have my WP installation in a different directory. Flickr tells you to use http://www.yoursite.com/xmlrpc.php and mine is actually in http://www.yoursite.com/wp/xmlrpc.php.
I added the directory in, and it worked.
Forum: Plugins
In reply to: Live Journal Plugin Pack Release 0I’m looking for a way to customize the output a little. Instead of having the entire entry posted to LJ, I basically just want the title, a link to the entry, and the excerpt to show up. Is that possible?