WP SITES
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving WordPressJust for future reference, there’s a free plugin which changes the url’s and new server path.
http://ww.wp.xz.cn/extend/plugins/wp-migrate-db/
wp migrate db
You can use this for migrations to a new server and/or domain
You’ll need to install the fonts first. Simply uploading them to your plugin folder won’t work.
There’s different ways to install fonts. http://www.fontsquirrel.com/fontface/generator
Use this tutorial for custom font files
Once you’ve installed the fonts, you can change the font family or add a font family style in your plugins style sheet and backup the file so the changes won’t be lost when you update the plugin.
Copying the ngg css file to your child theme may not work. You’ll need to test it in the default location
Forum: Localhost Installs
In reply to: Having Problem With MultiSite in LocalHostI don’t think MU works on a local installation of WordPress. It doesn’t using instantwp.com.
Not sure about Xamp or Wamp
Forum: Everything else WordPress
In reply to: WordPress Auto-installerSorry Alan. The developer doesn’t allow it.
You may have to try Xammp or Wamp.
Personally, i use a live spare domain for testing. Good luck
Forum: Everything else WordPress
In reply to: WordPress Auto-installerBy default its not but maybe there’s a solution. Let me look for one.
Forum: Everything else WordPress
In reply to: I want a forum like thisYeah. Check out BBPress http://bbpress.org/
Forum: Everything else WordPress
In reply to: WordPress Auto-installerNo worries Allan
That’s exactly what it does. Its like creating your own WordPress.com
You could charge a yearly fee to maintain your hosting costs and also offer domain sales as an affiliate.
Forum: Everything else WordPress
In reply to: WordPress Auto-installerWhy don’t you install WordPress locally using http://instantwp.com and enable multisite using the code above so you can see how it works first hand.
Yes, many guides but not as good as first hand experience
Forum: Everything else WordPress
In reply to: WordPress Auto-installerOn top of this, you may want to allow your users to use their own domain rather than an extension of yours which will be a sub domain.
Here’s an excellent plugin for this purpose. http://ww.wp.xz.cn/extend/plugins/wordpress-mu-domain-mapping/
Forum: Everything else WordPress
In reply to: WordPress Auto-installerWordPress multi site is now included in the core file of WordPress.
You’ll need to enable multi site after you install WordPress on a web server.
Once installed, open your wp-config.php using Notepad++ and add this line of code to the file.
define('WP_ALLOW_MULTISITE', true);Forum: Installing WordPress
In reply to: Installing ww.wp.xz.cn to HostGatorYou’ll need to sign up before you can access cPanel and then scroll down to the Software/Services section and click the WordPress icon.
If you get stuck with this, contact me using the contact form on my site.
Forum: Installing WordPress
In reply to: Installing ww.wp.xz.cn to HostGatorYou’ll be fine with Hostagator.
It will install the self hosted ww.wp.xz.cn files.
The free hosted WordPress.com version files can only be accessed by WordPress.com staff.
If you get stuck, contact the HG staff as they work 24/7
Forum: Plugins
In reply to: [Related Posts for WordPress] thumbnail imagesAdd support for a different image sizes in your theme
http://www.wpbeginner.com/wp-tutorials/how-to-create-additional-image-sizes-in-wordpress/
Forum: Fixing WordPress
In reply to: WP sites allowing customers to customize some restricted stuffThere are several plugins which allow you to assign certain roles and capabilities to registered members.
You would need to add him as a subscriber or contributor and also enable additional capabilities depending on how much access you want to give him.
Here’s a few plugins you might want to check out:
User Access Manager – http://ww.wp.xz.cn/extend/plugins/user-access-manager/
Advanced Access Manager – http://ww.wp.xz.cn/extend/plugins/advanced-access-manager/
User Role Editor – http://ww.wp.xz.cn/extend/plugins/user-role-editor/screenshots/
Forum: Plugins
In reply to: [Twitter Cards] [Plugin: Twitter Cards] not working…noob?hahahaha.
I’m using your plugin with Yoast’s SEO plugin. His uses the og tags.
This adds the Twitter handle field to the Profile page.
Not sure i need this.
I noticed you included several blocks of code in the plugin read me.
I will test them all however would also like your opinion. Which one to add?