hops
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments not working, goes to blank page.Well, I turned off plugin “Spam Assasin” (redundent now with askimet), and now my comments work just fine.
Thanks for the plugin suggestion, macmanx.
Forum: Fixing WordPress
In reply to: Comments not working, goes to blank page.I am having the same problem — posted in a different thread before i found this one. Ideas???
Forum: Installing WordPress
In reply to: GoDaddy “Economy Plan” and WP3 blogs, no problems yet… first two in april 2005, 3rd in July 2005.
Only quirky thing was getting used to their hosting set up procedures –turning on SQL, etc.,( signing up for an account does not turn on all functions you need.) Then you have to know where to look for where your database is hosted.
Forum: Fixing WordPress
In reply to: Help: Need Links to open in new page.ahhha… i guess that’s yet another way to read your question.
Sorry –can’t help you there.
FWIW, though, I use w.blogger to do a lot post writing. It is a nice “tweener” for folks who want code flexibility AND automated functionality (where you can choose on the fly for new window or existing window, for example) in a post, with quick wyswig preview you can flick back and forth. If i have images to post, after i post up via w.blogger.
I will tweak a post through the WP rich text editor, but mostly to handle images — which is about all it does better than w.blogger.
That maybe does not answer your question, and it does make some leaps of assumption as to what you want out of WP. I presumed it might be an interesting alternative given you seem to want to dodge the new Rich text, but also want repeat tasks automated… Plus, you’d still be able to link to previous posts of your own without forcing the new window issue.
Hope that helps. Good luck on your original Q, though.
Forum: Fixing WordPress
In reply to: Help: Need Links to open in new page.Craft your link manually with the target = blank…
<a href="http://www.linkhere.com" title="linketitle" target="_blank">Text of link here</a>Forum: Fixing WordPress
In reply to: Help: Need Links to open in new page.If you are using the rich text editor, there is a “Target:” pulldown option for “open in new window” below where you enter the link in the insert/edit link dialogue box…
Forum: Fixing WordPress
In reply to: Comments Don’t Take…i don’t think this is the problem — i’ve tried different themes, and it happens just the same. (In other words, unless all of the themes i’ve downloaded have the same problem, it must be something else…) But i’m no pro — am i missing something??
Any other thoughts?? (are appreciated!)
Forum: Fixing WordPress
In reply to: Comments Don’t Take…this follow up was a mistake… how do i delete this???
Forum: Fixing WordPress
In reply to: Advice Needed: Mirrored Content Under Different “Blog Name”only problem with masking is it seems to prevent my permalink fromm showing in the address bar of the browser.
Forum: Themes and Templates
In reply to: Explorer Crops my Siteresolved for now… thanks for taking a look.
Forum: Themes and Templates
In reply to: Explorer Crops my SiteActually, I’ve found it to be a problem with some java script that comes with mapstats. When removed, its ok. Any thoughts?
UPDATE: although now i am noticing that its back to its old self again…. Hrrrghghg.
Forum: Themes and Templates
In reply to: Explorer Crops my SiteSorry… I’ve updated the address.
I’m not a pro, and i’ve had some code issues when i test it out, and can’t seem to get that clean given my level of inexperience…
On the other hand, this problem just started in the past week, and my code’s (while not pretty) has not hurt the visual — at least until now…
I’m trying to clean up what i can find, but most of my code problems are either cut and paste code stuff linking to various blog resources, or things i can’t seem to control based on the content of my posts.
Forum: Installing WordPress
In reply to: site doesnt pingAre you sure you are publishing a feed? You don’t seem to have one.
Forum: Fixing WordPress
In reply to: php bloginfo(‘rdf_url’) pulling bad html link in sidebarturns out a closing had a missing </… in the sidebar before the feeds were listed….
Ooops…
Forum: Fixing WordPress
In reply to: Month not showing in the dateor this:
<?php the_time(‘l, F jS, Y’) ?>