Home > CMS- Content Management System (Page 11)

Add Videos using media upload URL in WordPress

We have seen how to add WordPress media upload button in a page or metabox. You can find the steps here. Similarly you can also add a media upload button for videos, since the above link has media upload type as image media-upload.php?type=image&TB_iframe=true How do we upload videos instead? Follow the steps

This Article is TAGGED in , , . Read more

Check the access of SharePoint group on sites and lists:

Go to Site Settings and click on People and groups under User Permissions Section. This will show list of Groups on the site You can directly hit the URL <siteURL>/_layouts/groups.aspx Click on the name of the group for which you want to check the access for. Click Settings, View Group Permissions. A dialog will appear showing

This Article is TAGGED in . Read more

How To Enable Site Assets library in SharePoint Site?

Recently i face problem where i found Site Assets library is missing in site content. I found a simple solution to get Site Assets Library by activating Wiki Home page Feature under Site Features. To enable Site Pages and Site Assets Go to Site Settings > Manage site features and click

This Article is TAGGED in , , , . Read more

Web Developer Pre-release Testing Checklist

When we talk about an emerging full-stack web developer, there are certain things that are bound to be missed owing to a developer background and a programmer mindset. A checklist with all things that should be considered before release to QA or launch will help a developer to deliver a not

This Article is TAGGED in , , , , , , . Read more

Roles and capabilities of User in wordpress

In wordpress you can define different user roles having specific capabilities as per requirement. Following link gives you the brief idea about various roles and their capabilities. Wordpress user roles and capabilities You can also create new user role can say custom user role using wordpress function reference. <?php add_role( $role, $display_name, $capabilities );

This Article is TAGGED in . Read more