blank22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upload.php href not including script name on IISLatest WordPress version. I did not (and do not) have this problem with WordPress 2.2 on the same server.
On /wp-admin/upload.php, there is no reference to upload.php in any link on the page.
Incorrect behavior (what I am seeing):
<a href="http://domain/wp-admin/?action=edit&ID=13">Correct behavior:
<a href="http://domain/wp-admin/upload.php?action=edit&ID=13">Forum: Fixing WordPress
In reply to: Upload.php href not including script name on IISAlright, the problem is still present in WP 2.3.1 and nobody has responded to this post.
Is there some additional information needed? This is a pretty mission critical problem as I cannot adequately manage uploads.
Did I post in the wrong place? Someone at least reply!
Forum: Fixing WordPress
In reply to: Upload.php href not including script name on IISAlright… it’s been a week, so I figure that if I’m ever to get a response, I should let a fresh pair of eyes take a look.
bump.
Forum: Everything else WordPress
In reply to: Page sections in navigationI believe that you misunderstand my problem. What I want is within the navigation, which is separate from the page contents. Putting inline anchors and links in the text itself is a workaround, not a solution.
Example Navigation:
Home Page
Curriculum Vitae
– Publications (Books)
– Publications (Other)
– Honors and Awards
– Memberships
– etc.
Contact InformationForum: Everything else WordPress
In reply to: Page sections in navigationI’m well aware of the HTML particulars. However, your solution would require modifying the actual template files. I would like to know of some way to do this within the interface. There really is no point in using a CMS if you have to manually edit the files to change something.