rhalbheer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Picture Upload in WP 3.0 failsJust the default (did not change it): wp-content/uploads and there I have the subfolders like 2010/06 etc. The picture upload works fine for all the blog posts (pictures in the post). Copying the files manually over to wp-content\themes\twentyten\images\headers does not help either
And as stated in the beginning: It does nor work for the header nor for the background
RogerForum: Fixing WordPress
In reply to: Picture Upload in WP 3.0 failsThank you. I just did and I found all the files in the uppload path. However, the theme does nto seem to find them as they are then not shown in the Header or the Background. Anythign I have to configure there?
Thank you
RogerForum: Themes and Templates
In reply to: Wrong Links in OrganicHi alchymyth,
this actually solved my problem
Thank you
RogerForum: Themes and Templates
In reply to: Wrong Links in OrganicHmm, now I am completely lost:
1) the link shown for the “Chat” page is always the first link of the content part of the page. So, if you go to the main page, it is the first post, in the About it is the About, in the Chat it is the Chat
2) I re-saved the permalinks and then something strange happened…
Initially the code in theweb.config
was<rewrite> <rules> <rule name="Main Rule" stopProcessing="true"> <match url=".*" /> <conditions logicalGrouping="MatchAll"> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php/{R:0}" /> </rule> </rules> </rewrite>
after re-saving the premalinks (without changing anything), the re-generated code was:
<rule name="wordpress" patternSyntax="Wildcard"> <match url="*" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php" /> </rule>
Which causes an error 500 then. I had to revert to the initial content of the
web.config
RogerForum: Fixing WordPress
In reply to: Keep my old RSS URLThank you. I solved it with the URL Rewrite in the meantime – but it took me a long while….
Roger