Axel13
Forum Replies Created
-
Forum: Networking WordPress
In reply to: WPMU – Auto Post insertion on new blog creation and User levelMaybe this plugin can help with this:
http://productbakery.com/wordpress/add-clone-sites-for-wpmu-batchI think you can create one template blog for all your blogs and instead of making a new, you copy the template.
Forum: Networking WordPress
In reply to: forum directly in subdomain? (no subdirectory)No, not if you turn one of your blogs into a forum.
I would not work with WordPress for the forum though, unless it is absolutally necessary to keep all users in one database. Instead I would use phpBB – http://www.phpbb.com/ex. http://forum.onewhole.eu/index.php – theme used: http://www.phpbb3styles.net/db/style/Attriuum
I’m quite certain it will soon be possible to merge the databases anyway, maybe it’s even possible already.
PhPBB Bridge should take care of PhpBB but I don’t know about 4images.
http://wordpress.org/extend/plugins/wp-phpbb-bridge/
http://wordpress.org/extend/plugins/phpbb-single-sign-on/
and more from http://wordpress.org/extend/plugins/search.php?q=phpbb&sort=Forum: Networking WordPress
In reply to: How to set up various blogs on one site!?!For a contact page, you idd make a page. The functionality of your main site is still the same as any other wp site.
(and yes, I say site, it should be blog, I think:)
Forum: Networking WordPress
In reply to: How to set up various blogs on one site!?!That’s possible indeed. You can use the same theme with the this plugin: http://wordpress.org/extend/plugins/dynamic-headers/
It makes it possible to choose a different image for every page, or to pick one randomly.
After installing, you’ll need to add some code to header.php, after which you probably will have 2 headers, one above the other. You’ll need to delete the current one. It may take a little search to determine what part of the code should be removed.Forum: Networking WordPress
In reply to: sidebar not showing upBefore users can add sites, you need to make it possible through your network settings page > Registration Settings
Check the button next to: “Both sites and user accounts can be registered.”
When that’s done, users can add sites from their own dashboard.
Forum: Networking WordPress
In reply to: how to change admin usernameThat’s a good thing to do idd.
I’d do this through phpMyAdmin. It’s done the same way as changing password.
http://codex.wordpress.org/Resetting_Your_Password#Through_phpMyAdminForum: Networking WordPress
In reply to: Author Meta Box Only Shows 1 AuthorI doubt I understand the question, but are you certain you added the users to the correct site?
Maybe a plugin could help?
http://wordpress.org/extend/plugins/multisite-user-management/Forum: Networking WordPress
In reply to: How to set up various blogs on one site!?!In your top menu, you should see “my sites > network admin > dashboard”
Check your network settings and setup first, then go to “sites > add new”If you need 4 similar sites, you may want to download a plugin to copy the settings from one site to an other, or to make a copy of your first blog.
I use http://wordpress.org/extend/plugins/yd-wpmu-sitewide-options/ but it’s difficult, you need to know what y’re doing… That’s still a problem here 🙂I’ll probably look for an alternative myself.
Forum: Networking WordPress
In reply to: Cant find wp-config.phpY’r welcome:) GL with it!
Forum: Networking WordPress
In reply to: In dashboard 'Network admin' link has 4 w (wwww) :/I think you should check your setting, it’s probably a typo you made somewhere.
Forum: Networking WordPress
In reply to: How To use always third level domain namesI think you’re trying to install WPMU in a subdomain, which won’t work..
2. Install WordPress 3.3.1
Install WordPress 3.3.1 to the root of your public_html directory. It has to be at the root or the multi-site feature won’t work. Follow the instructions for Installing WordPress in the Codex.source: http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite
Forum: Networking WordPress
In reply to: Problems with some BrowsersPerhaps your hosting provider could help with this. Maybe they made changes to the server?
Forum: Networking WordPress
In reply to: Cant find wp-config.phpI think editing wp-config in Wordpad will give problems indeed… Perhaps open it in editpad to see if code was entered.
Forum: Networking WordPress
In reply to: Cant find wp-config.phpif you make a new document with Notepad, you’ll can save it as ‘1.htaccess’ and delete the ‘1’ after uploading in your ftp program
Forum: Networking WordPress
In reply to: Cant find wp-config.phpha, sorry didn’t see last question.
the name is ‘.htaccess’, so it has no name, only an extension.