Everytime you update your WordPress MU site network it displays a welcome panel showing all new functions and updates to all your users. If you like you can easily hide it from all your subsite owners.
[...]

|
Everytime you update your WordPress MU site network it displays a welcome panel showing all new functions and updates to all your users. If you like you can easily hide it from all your subsite owners. [...] Allow yours BuddyPress site members to create their usernames in site’s root. So that their profile URL appear as domain.com/username Just like Facebook & Twitter where profile URLs are facebook.com/username and twitter.com/username [...] Add actions and hacks without touching your theme’s function.php file. So that you don’t loose them anytime while running BuddyPress update. [...] Everybody knows how to deactivate Facebook Account but very few know how to delete a Facebook Account because Facebook don’t do any publicity of this feature. [...] If your site stores popular image files then for reducing bandwidth usage you can use this Apache hack for denying servers to access your files. Open your sites .htaccess file for editing and add the following code: <FilesMatch “.(gif|jpe?g)$”> SetEnvIf Referer “^http://([^/]*.)?mydomain.com/” request_ok = 1 Order Allow, Deny Allow from env=request_ok [...] Using WP Plugin Download and activate Disable Comments plugin. Using this plugin admins can easily disable comments site wide or according to post type. After installation it can be accessed from settings menu of admin area dashboard. Using WP Hack Add this code in your theme’s function.php [...] Open httpd.conf file in your host. Find Listen 80 and on the next line add Listen 8080 Find VirtualHost section for your Site config. Add *:8080. It should look like this: <VirtualHost *:80 *:8080> Restart Apache Test your work by hitting your site to the new port number. Example: http://www.yoursite.com:8080 This would [...] |
||||||
|
|
||||||