bob58
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change the name of “Pages”You want to have a different name for the pages section in your sidebar ?
Go to [themes -> edit theme -> sidebar] and change ‘Pages’ to whatever you prefer …Forum: Fixing WordPress
In reply to: Change the name of “Pages”You want to have a different name for the pages section in your sidebar ?
Go to [themes -> edit theme -> sidebar] and change ‘Pages’ to whatever you prefer …Forum: Fixing WordPress
In reply to: why is “comments off” aint being displayed?because … there is the amount of comments displayed, so ‘no comments’ isn’t exactly wrong 😉
No, you can close comments after there are already some for the post. So in that case, the information ‘comments off’ will be as fuzzy as ‘no comments’ when they are switched off.
In other words: The link displayed in your frontpage, archives, … is the link to the written comments for the reader to read them, it is not meant to be the link for commenting a post.
At least, that’s what I understand 😉
P.S.: Sorry, didn’t know that option …
Forum: Fixing WordPress
In reply to: permalink nextpage doesn’t workThere is a description in the codex at http://codex.wordpress.org/Using_Permalinks
Take a look at ‘Paged Navigation Doesn’t Work’ at that page.
Forum: Fixing WordPress
In reply to: search works only on frontpage?nearlythere found the problem. if no action is suplied, the browser uses the current url, which in your case includes the parameters that tell the server to display the category or single entry, what the server does. that’s the reason, it ignores your search request.
if you provide index.php as action, it should work fine.
Forum: Fixing WordPress
In reply to: Force Link to Download ?I’m sorry: No.
There is no (standard-HTML) way of telling the browser to download without asking the user …
Forum: Plugins
In reply to: Directory problem with imagesSorry, I’m not a WP developer. And even if you ask them: It will be released when it’s ready to be released.
They want to have a stable and reliable version out. The release candidate 1 is in test since end of november (and looks pretty reliable and stable), so maybe we will have the final this year or early next year.
Forum: Plugins
In reply to: Directory problem with imagesTake some time and wait for the release of WordPress 2.0. There are a WYSIWYG editor and an image upload feature … and they both work fine.
BUT: Wait for the release. The current Release Candidate is more or less stable but should only be used for testing.
For Plugins, take a look at http://codex.wordpress.org/Plugins
Forum: Your WordPress
In reply to: Default Time format?Sorry, time format should be ‘H:i’ for ’12:45′, but the important thing is to change the difference to UTC (on the same screen, just above the default date format).
Forum: Your WordPress
In reply to: Default Time format?At [Options – General], you have to edit the difference to utc. The default time format is just the format of the time, e.g. ‘l, d.m.Y’ for ‘Friday, 09.12.2005’ …
Forum: Fixing WordPress
In reply to: Archive displays all entriesTake a look at http://codex.wordpress.org/Template_Tags/get_archives, especially the part about ‘limit’.
Forum: Fixing WordPress
In reply to: Link to untitled entries in next/previous navigationWith your settings, there is only the « displayed … without link. You can put in ‘Next: ‘ (or something like that) into second parameter, so it will be displayed as part of the link, if there is no title, it’s the link.
You can do it other ways, but then you have to do the previous/next functionality by yourself. Not recommended.
Hope that helped, take a look at http://codex.wordpress.org/Template_Tags/previous_post
Forum: Fixing WordPress
In reply to: Adding comments into my own layoutHi,
it definitely can be done, but it’s some work. First, you have to design a wordpress theme with your layout. After that, you should put your static pages into WordPress pages. And after that, you have to make the static page your startpage (there are some threads in the support forum covering that).
To do all that, you have to have some know how about php and WordPress. The second part can be found in the codex: http://codex.wordpress.org/.
There may be a simpler way, but I can’t think of one.
btw: Take a look at your site with firefox 1.5. It looks a little strange.
bob
Forum: Alpha/Beta/RC
In reply to: RC1 WYSIWYG Missing, HelpIs javascript disabled in your browsers ?
Forum: Alpha/Beta/RC
In reply to: comments are screwedDamn it !
I’m out of ideas, sorry.Have you access to your database ?
There has to be something different …How did you do the upgrade ?
Did you delete the installed files before upgrading to 2.0 ? Maybe there is some 1.5.2 file writing the comment in a way, 2.0 cannot find it in the count function …As I said: Out of ideas …