Forum Replies Created

Viewing 15 replies - 526 through 540 (of 689 total)
  • do you know how to access mysql? you can change your password there for your admin account.

    however, I’m concerned about this ‘installed itself’ stuff. when you do an install, it emails the password it creates to the email account you enter during the install process. perhaps you should start fresh by picking a new directory and reinstalling.

    good stuff red. I look forward to seeing the end result.

    I hear ya Nick!

    Just thought I would mention that Category Access also restricts posting. You see the category in your list, but attempting to post to it will (without warning or any other indication), switch the post to draft and change the category to the default.

    Also note that I was getting an error running 0.5.1 of Category Access, and went back to 0.5.0, which worked fine under wp 2.0.3. I emailed the author, but haven’t heard if he’s addressed the error yet.

    I blog, but I would not want my assignments made public. The intent is very different. Just because it happens on a blog, doesn’t suddenly make a blog. An assignment is between the student and the teaching staff.

    What I write in a letter to my mother I would not write in a blog. What I write in a note to my landlord, I would not write in a blog. What I write in an assignment to be graded, I would not write in a blog. At best, knowing others can read it will serious inhibit what I write. At worst, I might be reluctant to do the assignment in the first place.

    If you gave your students a choice, then it would be fine I suppose. The ones that are ok with having their assignments made public could use that method. But even then, I don’t think it will take long for some to regret their decision after they get teased the first time.

    You can use http://magpierss.sourceforge.net/ to fetch article from your blog. Just give it the url for your rss feed, and there ya are.

    will it help google ranking? probably not so much, unless it’s from a different domain.

    Didn’t that red star dude help you?

    Glad you’ve got it sorted. I supposed something like this could be an option in the admin area. However, I see this as a step backwards. I view it like when I receive a document from someone that I will use in print publishing (or web or that matter), and they’ve put in returns after every line instead of only at the end of the paragraph, and they’ve inserted spaces to get text over instead of using a tab. Perhaps it takes moment longer to set a tab, but that’s only once, and then you just need to hit tab. I spend a lot of time cleaning up a document I receive so it will flow properly despite the page dimensions. Same with a style sheet on a web page. You need to take a moment longer to define a style, but after that, it’s much faster to tag your content appropriately and let css do the spacing. I don’t want to turn this thread into a debate about web standards, but I do think it’s important to consider two things. One) that people who visit your site with non standard browsers have a hard time getting passed the extra br’s etc. Imagine someone who is viewing with a cell phone for example (and that’s just one example). Two) Consider the work you will need to do to clean up all the extra code when you change your the style of your website. If you did in a style sheet, it can be done for all of them in about 30 seconds. If you need to manually remove all the br’s, you best order dinner in, you’ll be working late.

    I’m glad you’ve got what you wanted, but I don’t think wordpress as a whole should support that way of making pages. It rightfully cleans up a lot of junk in my opinion. The ‘new way’ is to separate style and content. There are many good reasons for this. The html tags are there to tell the browser what something is, not how it should look.

    It doesn’t use roles, but Category Access can be used. You directly edit which categories they can read in each user’s settings. It really has 3 levels. What un registered guests can see, what new users can see, and then you customize each user.

    Well, one way is to import using RSS. Then feed it the RSS of each blog, one at a time. I’ve never tried it, and I don’t know if it picks up the comments.

    I’m leaving a comment, just so I’ll find this later. I’ll be coding some role based custom menus and such. Thanks for the starting place.

    I’m confused about something. Why can’t the space be created using an inline style instead of br tags?

    And did you check out the “unfiltered html” issue I mentioned for admins, editors, and authors?

    Forum: Fixing WordPress
    In reply to: WordPress as CMS?

    I made a template I called Zen that only output the basic content, no sidebar, no headers etc. I basically started with the default theme, and removed everything unneeded. Then, from real pages, I used a php function (file_get_contents) to fetch the data I want. It could be just one category, or whatever. As long as I built the url right for the get contents function, I got the data I wanted.

    So, you need a template, but the template is really barebones. Did that make sense to you?

    Oh, I can let you see a sample.

    My real front page: http://mybeausejour.com

    The wordpress install it fetches the data from http://mybeausejour.com/wordpress

    If you look at the html for the wordpress page, you’ll see it’s just the posts with a headline.

    I just discovered something that requires me to use that patch. I use Category Access on one test site, and I went to change the categories accessible to a user. When I made the change, and hit update, I got the NO/YES request. I said Yes, but it didn’t make the change. I’m assuming after the patch plugin that it will work correctly. If not, I’ll report it here.

    strike that. I applied the tuneup, and the problem persisted. That problem is that category access won’t disable a category that you’ve made available by default to new subscribers. No override allowed, which is a drag, but no one’s fault.

Viewing 15 replies - 526 through 540 (of 689 total)