geuis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Event calendar?Is there a way to integrate Yahoo’s Calendar into wordpress?
Forum: Fixing WordPress
In reply to: Excerpts not showing after upgrade to 2.0Hey, cool. I had this old system setup from an even earlier version of WordPress because it wasn’t showing stuff the way I wanted at the time. I had carried it into 1.5.x and hadnt realized.
So I switched to the_excerpt() and now everything is Ok.
Forum: Fixing WordPress
In reply to: Excerpt field not visible for new postthanks
Forum: Fixing WordPress
In reply to: hide unapproved comment?I tested this with 2 browsers and 3 accounts.
I use Firefox exclusively. Under my admin account and comment-creator account, both using the same email address, it showed up on the article even though it was unmoderated. I tried IE, same thing.
I created another account using another email address. Same thing in Firefox and IE. It should not have been visible to this account.
I cleared my cache and cookies in Firefox. Now it does not show up under any of the 3 accounts at all. IE is acting the same way.
It appears random. At first it happens all the time, now not at all, even with accounts that SHOULD be able to see it anyway.
Forum: Fixing WordPress
In reply to: Use image verification before allowing comments?Ok, I added the Trencaspammer’s code. Works great!
However, when you are done posting a comment, it refreshes the same comment screen without taking you back to where you were before.
How can I get it to redirect the user back to the originating page they were at before making the comment?Forum: Fixing WordPress
In reply to: Use image verification before allowing comments?I was trying an image hack I found AuthImage, but I can’t seem to get it to work. The last one that was recommended seems better and easier to implement.
On a related topic, I want to disable comments from appearing in popup windows.
The following code is in my index.php file for comments. How do I change it to make comments appear in the same page?
<!–COMMENTS>
<?php comments_popup_link(“comments ?”,”1 comment”, “% comments”) ?>
<?php include (“wp-comments.php”); ?>Forum: Plugins
In reply to: Lost my register linkI’ve looked through my original index.php(had to dig for it) but there is no Admin function listed.
Forum: Themes and Templates
In reply to: works on foxfire not on ieAdd the link
“Best viewed with Firefox. Say no to spyware and Internet Explorer!”
somewhere to your page. Heh. Make sure people know where to get Firefox from.Forum: Themes and Templates
In reply to: Can’t Post New Topic in TEMPLATE AND DESIGN ForumThe problem is that I could not start a new thread.
Forum: Themes and Templates
In reply to: Can’t Post New Topic in TEMPLATE AND DESIGN ForumI’m not able to post into this forum either.
My question was this:
Is there a clearinghouse for wordpress themes?
Is there any central website I can go to that has a lot of wordpress templates that I can view and choose from? And from that point, simple instructions on how to install the new templates?
I have played around with the default settings in WordPress and now I’m ready to publish my new blog to the internet, but I want to change the style to something more of what I like.Forum: Fixing WordPress
In reply to: Getting error when logging in 1st timeOk , I fixed this after doing some more specific searching on this forum. I had to edit the wp-config.php file. There were 2 carriage returns at the end I had to delete. Now its running smooth.