gahazzah
Forum Replies Created
-
Forum: Installing WordPress
In reply to: UpGrade from 1.5.1.1 to 1.5.1.3No joke, I got two installations done in about 3 minutes. ๐
Forum: Requests and Feedback
In reply to: Confused about PagesOk.
My host has mod_rewrite support and I tried the permalink structure and I like it I ran into one problem;
It killed the plugin “Perisort” and caused my categories to vanish. Any ideas?
Forum: Requests and Feedback
In reply to: Confused about PagesThanks a billion BinaryMoon. I’ve been out for the last few days so I’ll check with my host and see what’s what. ๐
Forum: Requests and Feedback
In reply to: Confused about PagesI looked at the “Permalinks” under options and it says I have to play with mod_rewrite to get my links to be “Clean”. This is where it got beyond me and why I didn’t just try that option.
Forum: Requests and Feedback
In reply to: Confused about PagesQuote:
“Honestly, the only one who knows that id number 7 is a post and 8 is a Page is you because you snooped into the database.”
Actually, this is incorrect.
When I make a post with a default install of WP v1.5 (default template) the title of the post comes up as the following link “wp/?p=1”.
The category link at the bottom of the post shows up as “wp/index.php?cat=1”, comments as “wp/?p=1#comments” and so on.
If somebody was to link to one of my Pages the default URL would be along the lines of “/wp/?page_id=8”.
I didn’t have to snoop anywhere to see that and it only occured to me because somebody trackbacked to a post of mine using the “wp/?p=1” link (which takes you right to the post they wanted).
I saw that you can use the date but that’s worthless when you post more than once a day on various subjects which is why I left it at the default setting. I was going to look into the post-slug thing (which is why I was asking about the clean URLs mentioned above) but I tend to have long titles and a URL ceases to be clean when it gets rather long. IMHO I think that “?post=1” is cleaner than “this-is-the-rather-long-title-to-my-post” but if somebody can show me the real merits of the other way of doing this I’m certainly interested.
[EDIT – forgot to mention the page URL in the first part]
Forum: Requests and Feedback
In reply to: Confused about PagesOkay, then sell me on the benefits of nice URLs as opposed to those auto-generated by WP. ๐
I may have been trying to figure this out for a while but some things are still beyond me (when I’m yet to look into them).
Forum: Requests and Feedback
In reply to: Well I guess the support here sucks?I know how frustrating not getting help can be but, as has been said already (and bears repeating again for anybody else that might have the problem of not finding an answer), help comes when people can help.
I’ve been using WordPress since about 1.2 off and on. When I started I had a ton of problems getting it to work with my site and it took me weeks (literally) to find some of the answers (and many were answered with v1.5 though I have different problems now that I’ve tackled on my own in roundabout ways because a coder I am not). The Support Staff is cool and helpful and just need time to respond (if they have an answer).
When these folks all get paid to do what they do I’m sure the tech help will be quicker (albeit less usefull and more annoying as it will be outsourced to Jupiter or something).
Personally, if it wasn’t for the support staff here I wouldn’t be blogging at all anymore.
Forum: Requests and Feedback
In reply to: Post Passwords Don’t Work…Thanks for the response MattRead,
My index.php is in the main wp directory that wp was installed into (/public_html/wp/) and it is being called forward through a php-include so I can wrap it with a header and footer.
I don’t intend to sound stupid but that might be invetibable with the following question…
would I put the cookie pass as “/wp/”? I tried it and nothing. On the off-chance I also tried it as “/”.Forum: Themes and Templates
In reply to: Archive ListOk, I can see how that works but when I drop it into my header.php the rest of my content ceases to exist (index.php and footer.php et cetera). I can get it to work in my inxex.php just fine but that places it below my posts.
Hmm. Perhaps using header and footer files to keep even my static pages looking the same was a bad idea. =/Forum: Themes and Templates
In reply to: Archive Listforgot to login… whoops…
Forum: Themes and Templates
In reply to: Archive ListYeah, I suppose I could use a drop-down box. In all honesty, the only reason I’m putting the list at the bottom of my page is because I can’t figure out how to call it from another page (my header.php) as it won’t parse unless it is in my index.php (or so it seems).
Forum: Themes and Templates
In reply to: Archive ListUsing the links (thanks) I was able to get rid of the bullet and make the output look like;
Mon, 16 August 2004รขโฌโSun, 22 August 2004
Now, how would I change that to make it ditch the day of the week at the front and to put spaces around the hyphen between the dates?Forum: Themes and Templates
In reply to: Archive ListOk. Before I check the links I want to figure something out… you say that the lists aren’t valid but the thing is, I’m not using a list. My code in my index.php is;
<?php get_archives('') ?>
That’s it. No list, no nothing. Where is it even pulling thefrom? I understand that it’s not valid but I don’t even understand where that is coming from to begin with.
Forum: Themes and Templates
In reply to: Archive ListBTW –
I’m not above hacking the system if that is what it will take… I just need to know what to look for…Forum: Themes and Templates
In reply to: Archive ListOk. I viewed the source and it comes out with;
- August 2004
</>
That explains the bullet point and thank you for explaining that it is coming from within WP itself. Now, are you saying that I should go and add to my .css in order to counter this?
While I can setup a new parameter in my css to fix the color and feel of it how will that change the actual textual output of “August 2004” or the spaceless weekly output that comes out?