jaacob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: comment_form_title not workign with threaded commentsAlso having this problem, opening the Reply link in a new tab does make the alternate h3 text appear as well.
Forum: Plugins
In reply to: Replacing Index with Archive PageEvita: Thanks for the link, but that method isn’t working either.
Forum: Plugins
In reply to: Replacing Index with Archive PageI used this technique back on 1.5 and it worked great — but now with 2.0 I’m instead getting a “200 OK” message, with a “The document has moved here.”, with “here” linking to the page I’m trying to redirect to.
Is there a way to get WP to automatically get past the 200 OK page and go straight to the Page I’m wanting it to display?
(I tried using Denis’s static front page plugin, which I’ve used successfully on other sites, but for whatever reason I’m running into problems using his plugin and having comments on the page — so I’m trying to figure out a different way to achieve the same effect as the plugin.)
Forum: Plugins
In reply to: How to display all photos uploaded to a post via template tag?Kaf: +1 for separate divs as well — it might make for some extraneous code, but the styling would be so much easier. Thanks for looking into that — your original plugin was a lifesaver for this project.
Forum: Fixing WordPress
In reply to: How to allow visiting commentors to add images?Thanks Kafkaesqui – you’re a lifesaver.
Forum: Plugins
In reply to: CG-FlashyTitles: sIFR 2.0 for WordPress…Separate question related to FlashyTitles (I’m not supposed to start a new thread, right?)
I was testing out a new title for flashytitle and didn’t like it, so I went to delete it out of the backend. Instead, all of my flashytitles got deleted in one fell swoop. This has happened a couple of times – first time I thought it was something I did, but now I’m positive – if I click any of those “x” boxes and agree, all of my settings are lost.
Running 1.5.2 and FT 1.1 – any ideas? Thanks.
Forum: Plugins
In reply to: CG-FlashyTitles: sIFR 2.0 for WordPress…Thanks for the heads up – I just decided to design my own theme from scratch so I know exactly what is going on at each step. ??
Forum: Plugins
In reply to: Matt’s Asides with the default WP 1.5 templateI’m running into this problem as well – the ‘show at most’ function is counting both my sidebar asides as well as the main blog entries as one and the same – has anybody come up with a solution to tell the main posts to disregard the asides in it’s count and hard-code into the asides how many to display?
update: if you add this code (below) to your index.php page of your theme, prior to the start of the loop, it will (i think) keep the main loop from counting your asides posts in the count, so that the number of posts you set in the backend will be correct. that number still seems to affect the asides posts as well, so the next step would be to figure out code to ‘break’ the hold of the backend option “show at most” on the asides loop. that i’m not sure how to do.
# <?php $wp_query->set( a€?cata€?, a€?-6a€2 ); ?>
# <?php query_posts( a€?a€? ); ?>Forum: Plugins
In reply to: CG-FlashyTitles: sIFR 2.0 for WordPress…Any clue why on a fresh installation of WP 1.5.2 with Kubrick, the font-size would change according to what I typed in the FlashyTitles backend on the index page, but the font size doesn’t have an affect on the single.php page? It changes the font, so I know it’s affecting it, and the inline style has the enlarged pixel size, but it doesn’t change the size. Why would it be different from the index to the single in size only?
Forum: Plugins
In reply to: Ratings PluginI’ve gotten this plugin to install properly (I think) on 1.5.2, and the form displays on the post, but when I submit a rating as a reader (I’m using it for reader ratings on posts, not author), it doesn’t add anything to the SQL, doesn’t change the site – the page just refreshs (with the information in the URL about the user_rating in the URL), but it doesn’t display a rating – it just shows the dropdown to submit a rating again.
How do I get this plugin to interact with the database and work? I tried putting the hook into the index.php under root as well as wp.php (which seemed to match the wiki info better) – all help is appreciated.
Forum: Plugins
In reply to: Foldable Category Lists for WP 1.5I’ve got the same result with this plugin – it also loses it’s sort order – so even though I have it set to sort by name, it changes it to ID, along with losing the hierarchical view.
Forum: Fixing WordPress
In reply to: Upgrade 1.5 > 1.5.1just upgraded 1.5 -> 1.5.1, podz’ directions worked like a charm.