Lumina
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help with the_date vs. the_timeHrmmm…and you’re meaning that vice-versa as well? As in not only can you not force the occurence of the_time down, but there’s also absolutely no way on earth to call the_date more than once?
Another question – I was looking through the tags and noticed that example three on the_date says something about assigning the date to the
$my_date
variable. What’s that, and how can I work with it?Forum: Fixing WordPress
In reply to: What to edit for popup comments TITLEI’m using IE, though. *scratches head*
*double checks*
*triple checks*
Yeah, I’m not seeing it. ?? Do you know if it might have anything to do with some obscure setting on my IE options?
Forum: Fixing WordPress
In reply to: What to edit for popup comments TITLE<title>comments :: miscreation.org</title>
– that’s exactly what I have in the file. However, it displayshttps://www.miscreation.org - comments :: miscreation.org
even though I have wordpress installed in a subdirectory.Forum: Fixing WordPress
In reply to: Strange dropdown comments issuesGrrrr…issues arising again. Whenever I try to actually post a comment using the dropdown comments, it redirects to a blank wp-comments-post.php page. However, when I post a comment from the permalink page, it works fine. The code for the dropdown comments file can be found here. Can anyone tell me what I’m doing wrong?
Forum: Fixing WordPress
In reply to: Strange dropdown comments issuesNevermind, figured it out after much hair-pulling. Thank you for your help!
Forum: Fixing WordPress
In reply to: Strange dropdown comments issuesI don’t know how to do an else clause…pretty much clueless about php. I tried editing the
$comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = '$id' AND comment_approved = '1' ORDER BY comment_date");
by adding anotherAND comments_number = '%'
, but that gave me an error: “WordPress database error: [Unknown column ‘comments_number’ in ‘where clause’]”. Changing the div to a span did solve that problem though, thanks so much!Forum: Fixing WordPress
In reply to: Strange dropdown comments issuesBump.
Forum: Fixing WordPress
In reply to: Strange dropdown comments issueshttps://www.scriptygoddess.com/archives/2004/06/06/showhide-comments-in-wordpress-ii/ – that’s the page with the plugin.
Forum: Fixing WordPress
In reply to: Strange dropdown comments issuesOOPS. Fixed now. ??
Forum: Plugins
In reply to: Toggle Comments Visablity on Main PageHave you seen the drop down comments plugin used on a 1.5 page yet? I’m trying to get it to work on mine with no luck. ??
Forum: Fixing WordPress
In reply to: Calling wp-comments.php in 1.5???bump
Forum: Fixing WordPress
In reply to: Calling wp-comments.php in 1.5???I didn’t do that (in the process of trying it right now), but I threw the old template pages into a theme as soon as I got it and it worked fine until today. The plugins I have active right now are Joel Bennett’s Acronym Replacer, Kitten’s SpamWords, and Mark Ghosh’s Three Strikes Spam. All these have been in place and active for days.