mark_i
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How would I wrap this in an “if” statementargh. I spoke too soon.
Forum: Fixing WordPress
In reply to: How would I wrap this in an “if” statementfigured it out! here it is in case others are interested:
<?php if ($comment->user_id) { ?> <a href="?author=<?php echo $comment->user_id ?>"><?php comment_author() ?></a> <?php } ?>Forum: Fixing WordPress
In reply to: help redirecting permalinksThanks to both of you! I will give those a try!
🙂 Thanks!
Forum: Fixing WordPress
In reply to: help redirecting permalinksThank you so much for responding, niziol.
Yes, I want to begin using .htaccess. I wasn’t using it at my old domain host (couldn’t) and now my new host is changing things so using the non-htaccess permalinks give that “no input file specified” error.
But, yes, I want htaccess permalinks without the /index.php part embedded in the url.
Is that enough clarity?
And thanks, I will take a look at the plugin!
Forum: Fixing WordPress
In reply to: move from virtual site structure to apache permalinks?I forgot to mention I currently use WordPress 1.5.2. Any help on this? Thanks very much.
Forum: Fixing WordPress
In reply to: Dashboard Not UpdatingI will chime in. I have about a dozen blogs on two hosts: iPowerweb and Dreamhost and both stopped working in the last two days. I did nothing in those past couple of days and the dashboards on both hosts stopped working at the same time!
Forum: Themes and Templates
In reply to: one central place on a domain to share themes?oh! and thanks for defending me ifelse and for the plugin. I will take a look at it after leaving the dreaded workplace!
Forum: Themes and Templates
In reply to: one central place on a domain to share themes?Thanks and apologies to all. Yes, vkaryl got it right. I would have tried explaining myself but my work got in the way of my WordPress (dang work). I should have just not responded instead of leaving you all like that.
So, once again, I am sorry.
Forum: Themes and Templates
In reply to: one central place on a domain to share themes?Thanks but it doesn’t look like either of you understood my question. 🙂
Forum: Requests and Feedback
In reply to: way to add links similar to WordPress bookmarklet?That ROCKS! Thanks podz!!
Forum: Fixing WordPress
In reply to: Corrupt files in wp-includes folderThanks macmanx. I did so and all is well but now I have an even dumber question: Why delete and then replace instead of just overwrite? Does old data get left in there? Shouldn’t should it?
Forum: Fixing WordPress
In reply to: Corrupt files in wp-includes folderversion 1.2.2
The insides of the files have lost all stucture + there are characters in there that should not be. like thos rectangle box things (?). When I compare them to a “good” copy, they are not even close!
I’m at work so have limited capability but the files are definitely not right. An easy fix to replace them. I just thought I’d ask if anyone experienced this and why it may have happened to me.
Thanks macmanx!
Forum: Requests and Feedback
In reply to: does 1.5 have this?that ROCKS! Thank you Kafkaesqui. 🙂
Forum: Requests and Feedback
In reply to: does 1.5 have this?Which means the user will need to do something? Turn on a setting? Install a plugin? Any idea what my role will be in using it?
Thanks!
Forum: Fixing WordPress
In reply to: How can I get rss links to display?Not sure if I was misunderstood. In addition to the links one can put in their menu, there is a place for you to also type/paste in an RSS feed link. I am interested in getting that link to display in my menu in ADDITION to the regular html link.