Tom Lynch
Forum Replies Created
-
Forum: Networking WordPress
In reply to: How do I disabled/hide settings for blog administrators?Sure I tried that but it’s actually not that easy for what I want to do which is to create a plugin which allows a network administrator for each setting to define a default value and enable, disable or completely hide the setting from the administrator.
Forum: Networking WordPress
In reply to: How do I disabled/hide settings for blog administrators?@madtownlems This is a bit of it but it wass scheduled for 3.2, then moved to 3.3 and then moved to 3.4 and its really annoying, they have to rewrite the API and were still making decisions so it got dropped and somewhat forgotten to be honest.
Forum: Fixing WordPress
In reply to: All Admin Panels Are blankOkay but have you reinstalled over the top or archived your site out and installed a fresh install?
Its possible you’ve got issues in your database or files on your site which aren’t being overwritten when you reinstall.
Forum: Fixing WordPress
In reply to: Install the exact same WP configuration in a sub-folderGreat thanks for letting us know, please mark the topic resolved, have a good day!
Forum: Fixing WordPress
In reply to: How to make a widget not-show in POSTSI see, I am sorry to say I don’t know how to do that although perhaps a plugin might do something like that for you but I don’t know which.
Forum: Fixing WordPress
In reply to: Unable to Publish, edit, or delete a post.Okay sorry if I wasn’t clear, once you move them out to WP.com you need to archive (or delete) your old site files, and database and install WordPress fresh, then return them back and you should be okay.
Forum: Fixing WordPress
In reply to: Install the exact same WP configuration in a sub-folderyou need to make sure that the wp-config.php of the /fr site is not containing any references you might have copied from the /en site.
While it is probably possible to remove this it would require someone to write a plugin and its actually there for usability as if you have a long list you will be able to see what column is what.
This is normal WordPress behaviour, I don’t think you should try to change it but feel free to look in the plugins directory or write your own.
Forum: Fixing WordPress
In reply to: User publishing site helpNo problems, how about marking the topic as resolved, thanks for your time!
Forum: Fixing WordPress
In reply to: All Admin Panels Are blankIts saying that the plugin all-in-one-seo-pack has a minor inconsistency with correct programming techniques but that there are no serious issues, I would suggest that its possible you need to reinstall WordPress.
Forum: Fixing WordPress
In reply to: Zoomify and WordPress 3.2.1I would suggest going back to YD Zoomify, what doesn’t work right about it, can you show us?
Forum: Fixing WordPress
In reply to: Simple php "display title" helpSure if you put the title in a html tag something like this:
<h1><?php the_title() ?></h1>You should get it on new line, or you could simply insert:
<br />After the title.
Forum: Fixing WordPress
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] Newbie needing helpYour welcome. Please mark this topic as resolved if you have no further questions!
Forum: Fixing WordPress
In reply to: Need help sticking my footer to the bottomYour welcome. Please mark this topic as resolved
Forum: Fixing WordPress
In reply to: Header issueWhen you edited the css, what you did was edit the ‘visual editor stylesheet’ you need to also edit the site stylesheet.
I can’t say what its called because I don’t use twentyeleven however you should be able to edit it in a similar place or via ftp in ~/wp-content/themes/twentyeleven/style.css