schestowitz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Login doesn`t workHave a look here. I think someone identified a possible cause.
Forum: Fixing WordPress
In reply to: Pull Down Menu of Recent Posts from a CategoryAre you achieving this category drop-down with a plug-in at present? If so, you could modify it slightly. I am not aware of any existing plug-ins that do this, but what you want is probably something like the following.
In the header:
<script type="text/javascript">function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}</script>
In the body:
<form name="form">
<select name="site" size=1 onChange="javascript:formHandler()">
<option value="Get_item_1_url()">Get_item_1_title()
<option value="Get_item_1_url()">Get_item_2_title()</select>
</form>where item_1 is the most recent one. I don’t know the WordPress API quite so well, but you can have a look at the WordPress Codex. Maybe somebody else in the forum can complete this. Hope it helps…
Forum: Requests and Feedback
In reply to: Flash (.swf) in Header doesn’t loadLet’s try to isolate the issue. Flash will not be broken when embedded in WordPress. WordPress seems irrelevant here because, provided you included a valid <element> in a certain (need be valid) position in your blog, the Flash object will do its thing. it will work independently and regardless of WordPress and perhaps even regardless of the browser, which only allocates a position for Flash objects.
I suggest that you recheck the markup. Also, rather then opening an SWF file in your browser, begin by embedding it in a simple static HTML page. Once it works, graft it onto the right WordPress template and ensure it all validates. Hope it helps…
Forum: Fixing WordPress
In reply to: New Entries not postingIt’s been a day, so I’d better suggest something. Th page still returns “Sorry, no posts matched your criteria”.
No-one else gets involved as I have hoped. I am trying to think of possible posts ‘states’ that would prevent it from being public although it has already been published. I can’t think of any…
Anyone?
Forum: Fixing WordPress
In reply to: PermissionsAs an initiative to follow my suggestion: if you choose to stick with safe mode and cannot build directories, consider this 7KB ZIP archive: http://www.schestowitz.com/temp/upload_dirs.zip
upload the directories within to <wp_installation_dir>/wp-content/
When decompressing and uploading, directories might preserve permission 777, but I think some platforms/programs alter permissions (downwards) in the process. I should stress that you should *MERGE*, not overwrite when uploading, or else you might lose existing files
Note: I was previously mistaken to think that there was a directory level for days of the month
Forum: Plugins
In reply to: User name not showing on author pageGlad you got it sorted! I was waiting for someone else to give an opinion on this as I was clueless.
Forum: Fixing WordPress
In reply to: Comments stop working when permalinks are used@mushu, the OP used index.php all along in the permlinks structure. I have no idea what else to suggest, but it seems like the server software s/he runs might be the culprit. I could be very wrong though.
Forum: Fixing WordPress
In reply to: Where is the HTML tags toolbar.I thought s/he tried both Firefox and Safari. This wasn’t made clear:
“O thanks i see it now last time i used Firefox today i used Safari.”
Forum: Installing WordPress
In reply to: Teething troubles – Admin issuesThe only thing I can suggest is that you contact the host (Yahoo) as I can’t believe low speed is attributed to them. Perhaps a sheer amount of blog posts is causing something to slow down considerably.
As you can, in principle, reach anything you wish *eventually*, that suggests there are no errors. Have you tried from a different location/computer? I suppose this behaviour only applies to the dashboard and not the public side of the blog.
Forum: Everything else WordPress
In reply to: What’s the best structure for my website?RETRACTED (please IGNORE) (@moshu, have you actually explored the site? The linked address is a gateway… and I have 4 WP installations. I find your comment a tad offensive.)
Update: many apologies, Moshu. I guess I was being paranoid and I’ll retract the comment.
Forum: Fixing WordPress
In reply to: PermissionsYou could run a script to create the all the directories you will ever need instead. I won’t manage to find the pseudo-code I wrote before, but you could create directories for years, put all month within each of these and then dates. A simple script can do all of this. If you don’t run the script on the server, you could run it locally and then upload all the directories via FTP.
@podz – would it be useful if I created a sort of directory structure ‘template’ and zipped it? People with such limitation can uncompress it and upload… I think this would be handy.
Forum: Fixing WordPress
In reply to: how can i delete the archives?In that WordPress ‘black box’ (meaning no lower-level tinkering) I believe the most efficient way would be to go one-by-one, i.e. post-by-post. You then need to delete each one of them. Opening many posts in separate tabs would make the job more productive, I suppose.
If you want to keep them archived for yourself, consider making them drafts rtaher than deleting. This might mess up (add clutter to) your dahsboard though.
Forum: Fixing WordPress
In reply to: page forwardingYou could either redirect by using the header in the file/s. Example here:
http://www.billstclair.com/html-redirect.html
You could also use a server redirect. Your host may have a front-end like cPanel to simplify the creation of a re-direction.
@miklb, maybe the OP wants to migrate.
Forum: Fixing WordPress
In reply to: Limit size of archives?If the OP is referring to archives that grow too quickly and hammer on the server (a known issue with WP 1.2), then I suggest re-categorising. The other option is to add a LIMIT option to some quarries in the code.
Forum: Alpha/Beta/RC
In reply to: Release?I think that the scheduled downtime gives a clue, but whether it’s a positive sign or a negative sign — well, that’s yet to be discovered. It’s too early to Slashdot anything.