sigsol
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Issues with 3.2.1 and Firefox 5I’m not sure the problem is WordPress. Have you tested in other browsers?
I am seeing the same problem but the community here or at firefox does not seem to want to acknowledge it.
Login page redirection
Dashboard problems
Comment problemsForum: Fixing WordPress
In reply to: Being redirected to login screen upon editing settingsHave you checked your browser?
I am seeing the same problem with firefox 5.0, but not with IE9 or opera 11.05.
When I login, I have a successful login, but i redirect back to the login page, the redirect to the dashboard doesn’t work. A workaround is to visit the site, where I am logged in, because the admin bar appears and then click edit page to get into the backend.This is reproducible across all of my WP sites. They are all on the same webhost, which may be related, or a red herring.
It looks like Firefox is at fault here, at first pass, but may be wordpress. I have updated all my blogs so cannot check in a later version.
This page seems to indicate that firefox 5 caches pages differently. It may be that wordpress has to amend the redirect method to cope.
SS
Forum: Plugins
In reply to: [Plugin: Custom Field Template] Not working for new postsKenn,
I “fixed” it but the fix is a blunt instrument.
When I imported the exported settings from my running blog into a fresh test blog with only CFT running, it showed the same problem. The fix was to reset the options, then paste the old options back in, not export/import
If you have many settings away from default this could be a real pain for you.
I didn’t, as I only use one style, so for me it’s fixed it.
SSForum: Plugins
In reply to: Omit posts from category with a certain tagThankyou.
I was already using http://ww.wp.xz.cn/extend/plugins/astickypostorderer/, http://ww.wp.xz.cn/extend/plugins/just-one-category/ was just what I needed.Forum: Plugins
In reply to: Image management for large siteHi,
I need the same things too. I have a large user base who use posts individually, and like to add pictures and galleries.I needed users to have their own folders to prevent images getting muddled.
The only plugin solution that gets close out of the box is ImageManager 2
Users can manipulate images and create their own folders and use the tinymce interface to place them in the posts.
This is as close as I have got.
Regards
Forum: Themes and Templates
In reply to: User specific Upload folderMy solution was found with the image manager plugin, as it allows users to at least create folders to store their images, manually, not automatically, but good enough for me.
And the plugin is an excellent image manager as well.
Why on earth isn’t similar funcionality standard?Forum: Plugins
In reply to: Organising uploaded images by user, not dateMy solution was found with the image manager plugin, as it allows users to at least create folders to store their images, manually, not automatically, but good enough for me.
And the plugin is an excellent image manager as well.
Why on earth isn’t similar funcionality standard?Forum: Fixing WordPress
In reply to: TinyMCE Toolbar issue(s)?You are not on your own. Image manager is, I think the answer to my image control problems but it doesnt show up as a button but does in code view.
Any way to custom make a button for tinymce?Forum: Plugins
In reply to: Blog title based on entry pageUsed a cookie based approach. a visitor sets a a cookie dependent on entry page. Same cookie is used to reference the title on future pages in the blog.
Forum: Plugins
In reply to: Organising uploaded images by user, not dateThanks for those, I have tried organiser before posting, and the idea is sound, but the pictures not showing up in the browse all bit below the post is a showstopper. the other plugin does some nice renaming tricks, but doesn’t have user specific folders or browsing per users pictures.
I am grateful for the effort tho, and would love it if someone could crack this.
Forum: Fixing WordPress
In reply to: Uploading multiple images in one command…Multiuploader 4 wordpress
This is a javascript plugin to allow multiple file uploadsForum: Plugins
In reply to: multiple file upload and thumbnail creationMultiuploader 4 wordpress
This is a javascript plugin to allow multiple file uploads
works well.Forum: Themes and Templates
In reply to: User specific Upload folderI am looking for similar functionality too.
Thought I had found it in imthi organizer but while it is close it is not quite what i wanted.
Anyone who knows how to automagically do this, via plugin, please share.Forum: Plugins
In reply to: Blog title based on entry pageThanks for the thought, And I will be using that technique on the first page they land on, but I want the change to be sitewide, as, by clicking on the link they have indicated the area they are from.
SigsolForum: Plugins
In reply to: Blog title based on entry pageBueller? Anyone?
OK, I am now looking at the possibilty of using cookies,
process like this:
Set Cookie at entry page, manual blog title at this point.
All subsequent pages, check if cookie set, and use that, if not give default blog title.Any tips from elsewhere?