Moonworks
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Large number of sites in a multisite150 blogs will be no problem at all.
Edublogs.org currently have 898,551 blogs on a single MultiSite. They do use more than one database, but it is still all on a single installation.
For 150 blogs, you should be fine with a single db.
Forum: Fixing WordPress
In reply to: Problem with menus in 3.1 – bug?I am havign the same problem. It seems that having a taxnomy item in the menu that has been deleted, does not remove it from the WP menu, and this stops the menu from opening.
Forum: Themes and Templates
In reply to: Keep perspective using post thumbnailsYeah, all working perfectly now thanks.
Forum: Themes and Templates
In reply to: Keep perspective using post thumbnailsThanks, that sorted out the problem.
I found this plugin, which made it as simple as anything:
https://www.ads-software.com/extend/plugins/regenerate-thumbnailsForum: Themes and Templates
In reply to: Keep perspective using post thumbnailsIt’s a bit strange. When I change the sizes in functions.php, it makes no difference, it still uses that original size for some reason.
If I use this in single.php, it makes the height 999 pixels
<?php if ( has_post_thumbnail()) the_post_thumbnail( 317, 999 ); ?>
Forum: Themes and Templates
In reply to: Keep perspective using post thumbnailsThanks, I’ll give that a go and see how it goes ??
Forum: Themes and Templates
In reply to: Placing a shortcode into the codeThanks, that sorted that out perfectly ?? (different username I know)
Forum: Requests and Feedback
In reply to: My account keeps disappearingYeah it’s weird. It turns up again after a while :/
Forum: Fixing WordPress
In reply to: importing not bringing in imagesok thanks, I’ll do that ??
Forum: Everything else WordPress
In reply to: I'm being told my user name doesn't exist on this forumoh well, as long as I can get on, that’s the main thing ??
It also reminded me that I had this account
Forum: Everything else WordPress
In reply to: WordPress Overload?500 users a day is not a problem. Just consider the number of users logging into https://www.edublogs.org, with 718,233 blogs being hosted at the time of writing this.
You may want to take a look at using at least a VPS server,possibly dedicated hosting. Take a look at https://www.tagadab.com, I use them and have never had a problem (notice that that is not an affiliate link).
Forum: Plugins
In reply to: [Plugin: FLV Gallery] Good enough for a film festivalSorry, this somehow got on here twice
Forum: Plugins
In reply to: [Plugin: FLV Gallery] Help with usingProblem solved :o)
There was no x.png file in the plugin folder, so I just went ahead and created one, now it shows up no problem.
Thanks for the help.
Forum: Plugins
In reply to: [Plugin: FLV Gallery] Help with usingThis is a great plugin. I’m now using it ont he Virtual Film Festival.
I’ve had no probles except for a couple of things, but quite a major thing.
When I bring up the screen, it doesn’t show me the close button (as it does on your demo). It’s strange, because if I go to the area where the X would be, it does actually close it, but it can be a bit hit and miss and I can’t ask my users to do that.
Secondly, I’m not sure what to put in the Modal Player Style in admin.
For a first plugin, this is a major player. Thanks for providing it.
Forum: Fixing WordPress
In reply to: Default Screen OptionsThis is exactly what I was searching for.
I don’t use certain parts of the ‘Add New Post’ with my theme, so don’t want to confuse users with a long list of things that they don’t have to fill in.
If I could just untick the items not to be shown in admin, and make that the default, it would make things so much easier :o)
Joe