Michael Bishop
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Frustrated UserIt’s a preference for each user, on the profile page.
Forum: Themes and Templates
In reply to: howto put javascript into templates?vkaryl, he had js turned off on unapproved sites in his browser, and since he had never used js on his sites before, his browser was blocking it. Turned out his code was fine.
Forum: Fixing WordPress
In reply to: Custom Author TemplatesBy default, there’s not a an option with authors as there is with categories, however, you should be able to do some kind of conditional statement and simply do an include. As far as templates for different roles, that would require some plugin type function to filter the role, and then do a similar type include.
And that’s as far as I would be able to answer, perhaps someone else would be able to provide some code to do the filtering.
Forum: Installing WordPress
In reply to: garbage at bottom of site window. PHP error messagesLooks like your server is missing some php functions, and I’m guessing you are hosting on a MS server?
Forum: Fixing WordPress
In reply to: Changing from Visual Rich Rditor <-> HTMP editorTo my knowledge, WP 2.0.x has no toggle other than the way you described to switch between editors. Last time I tested 2.1 (still in alpha), that feature will be introduced upon it’s release.
Forum: Developing with WordPress
In reply to: hook before comment commitedMaybe that will help?
Forum: Everything else WordPress
In reply to: Breaking copyright?First, this is not about it being on a WordPress powered site, it’s about copyrights. I’m not sure of the laws regarding playing the music, but putting copyrighted music that you do not own up for download in general is illegal no matter how the site is powered.
Forum: Everything else WordPress
In reply to: making a blog shorterOr, for the sake of thoroughness, place
<!--more-->where you want to break the post off with the read more link. I think the excerpt simply uses …Forum: Fixing WordPress
In reply to: Comments not displayingActually, there’s a plugin that will show the comments if you click on them on the home page via some AJAX.
http://kashou.net/blog/inline-ajax-comments/
There may be others…
Forum: Fixing WordPress
In reply to: Blog pointing to another blogI’m not getting the same results.
Forum: Fixing WordPress
In reply to: Comments not displayingI’m seeing comments on your site.
For future reference, please do not post code in your post, you can use http://wordpress.pastebin.ca if need be.
Forum: Fixing WordPress
In reply to: hoster upgraded mysql&php, now my site doesn’t workDo you have PHPmyAdmin? If so, get a backup of your database ASAP, and backup your content folder if you still have FTP access (that is, if you’ve made any theme changes).
Then follow moshu’s advice. Anyone upgrading PHP and MYSQL and then not knowing what to do when they break things isn’t worth using (friend or not, free or not). My opinion, of course…
Forum: Plugins
In reply to: Loop through authors and their last postsIn your main content area?
Forum: Fixing WordPress
In reply to: hoster upgraded mysql&php, now my site doesn’t workTalk to the host. IMO, they are responsible. 404 errors shouldn’t be generated because of an upgrade. If you were getting calls to undefined functions or mysql errors, then perhaps it could be related to your WP install. At least that’s my take.
Forum: Everything else WordPress
In reply to: Tags, labels, categoriesIt’s a discussion that goes beyond the realm of the forums, but has been debated within it in the past. In a previous version of WP, (1.5.x), categories could not be added “on-the-fly”. Thus tagging plugins became popular.
Categories can be used as tags,labels, what ever you want to call them. Technorati will pick them up as “tags”. Some people don’t like to have a million categories, and would rather use categories for general description, and use tags for specifics.
It really comes down to preference, deciding on a system, and sticking with it.