Skip to main content

Home/ Wordpress/ Group items tagged capabilities

Rss Feed Group items tagged

JR Oakes

Ultimate Guide to Roles and Capabilities | Gary Cao - 8 views

  •  
    Great article on user roles and capabilities for Wordpress
Vernon Fowler

Top Five User Roles and Capabilities Plugins for WordPress | Web Hosting Hub Support Ce... - 3 views

  •  
    "We've done a bit of research into the various plugins available in order to compile a list of the top five WordPress plugins for extending and managing WordPress user roles and capabilities."
Vernon Fowler

WordPress › User Role Editor « WordPress Plugins - 0 views

  • as a copy of other existing role
  • Multiple roles could be assigned to user simultaneously
  •  
    With User Role Editor WordPress plugin you can change user role (except Administrator) capabilities easy, with a few clicks. Just turn on check boxes of capabilities you wish to add to the selected role and click "Update" button to save your changes.
John Pratt

Incredible WordPress roles and capabilties plugins - 4 views

  •  
    great roundup of roles and capabilities plugins
Luciano Ferrer

WordPress › s2Member® Framework (Member Roles, Capabilities, Membership, PayP... - 1 views

  •  
    "s2Member®, a powerful (free) membership plugin for WordPress®. Protect/secure members only content with roles/capabilities."
Vernon Fowler

Function Reference/current user can « WordPress Codex - 2 views

  • Do not pass a role name to current_user_can(), as this is not guaranteed to work correctly (see #22624). Instead, you may wish to try the check user role function put together by AppThemes.
  •  
    "Function Reference/current user can Description Whether the current user has a certain capability."
Vernon Fowler

Roles and Capabilities « WordPress Codex - 2 views

  • Editor – somebody who can publish and manage posts including the posts of other users. Author – somebody who can publish and manage their own posts. Contributor – somebody who can write and manage their own posts but cannot publish them. Subscriber – somebody who can only manage their profile.
  •  
    "edit_published_posts"
Luciano Ferrer

10 Free Contact Form 7 Extensions You Didn't Know You Need | Elegant Themes Blog - 0 views

  •  
    "With an active user base exceeding one million, Contact Form 7 is the King of the free contact form plugins. However, if you want it to compete with the top premium options, it needs a little bit of help. Fortunately, Contact Form 7 is fully extendable. That means you can unlock more advanced functionalities by installing extensions and add-ons. In today's post, we're taking a look at 10 of the very best of them - the 10 Contact Form 7 extensions you didn't know you need. Each extension is available completely free of charge from the official WordPress plugin directory. These extensions are stackable, too. That means you're not limited to just the one, and by mixing and matching these extensions, you can have contact forms capable of anything you ask of them. Now Contact Form 7 can give those premium contact forms a run for their money! Contact Form 7 Multi-Step Forms Conditional Fields for Contact Form 7 Contact Form 7 Submissions Contact Form 7 PayPal Add-on Contact Form 7 Lead Info with Country CF7 Customizer Contact Form 7 Skins "
Luciano Ferrer

Post Types Order - WordPress Plugins - 1 views

  •  
    "Post Order and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard. A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability. The order can be customized within default WordPress post type archive list page or a separate Re-Order interface which display all objects. It allow to reorder the posts for any custom post types you defined, including the default Posts. Also you can display the posts within admin interface sorted per your new sort. Post Order has never been easier."
  •  
    Indian Companion In Dubai Indian Escort In Dubai Arab Independent Escorts In Dubai Arab Model Escort In Dubai Arab Escorts Service Dubai Pakistani Escorts Indian Call Girls In Dubai Pakistani Cheap Call Girls In Dubai Arab Cheap Escorts Service
anonymous

Not Enough Fans on Your Facebook Fan Page? Learn How to Increase Your Fan Base - 0 views

  •  
    From freelance web designers to big web designing agencies, everyone is utilizing the marketing capabilities of Facebook. Facebook Fan Page is a very useful medium to promote your business to a global audience. It will help you meet new customers, stay in touch with the old ones and promote your new products or services.
Luciano Ferrer

WordPress › User Role Editor « WordPress Plugins - 1 views

  •  
    "User Role Editor WordPress plugin makes the role capabilities changing easy. You can change any standard WordPress user role (except administrator). "
aymn nano

Top 6 Must Have Wordpress Plugins - 12 views

  •  
    WordPress is currently the world's most famous blogging platform. With the huge number of websites built using the WordPress system, it has proven time and again that it is more than capable of churning out simple blogs.
Luciano Ferrer

34 Free WordPress Theme Frameworks and Starter Themes (With A Comparison Chart) - 9 views

  •  
    "Yes, WordPress theme development. That is an easy process for experienced hands who knows the capabilities of the application and familiar with its functions and "not too hard" for others. To simplify developing new themes, there are awesome WordPress theme frameworks and starter themes that you can use as a base for skipping the repetitive steps and begin with an optimized playground. Here are the 34 free and good-quality ones that will save your time from searching them. And, in the bottom, you can find a comparison table for these WordPress theme frameworks."
Luciano Ferrer

WordPress › Peter's Login Redirect « WordPress Plugins - 0 views

  •  
    "Redirect users to different locations after logging in and logging out. Define a set of redirect rules for specific users, users with specific roles, users with specific capabilities, and a blanket rule for all other users. Also, set a redirect URL for post-registration. This is all managed in Settings > Login/logout redirects. You can use the syntax [variable]username[/variable] in your URLs so that the system will build a dynamic URL upon each login, replacing that text with the user's username. In addition to username, there is "userslug", "homeurl", "siteurl", "postid-23", "http_referer" and you can also add your own custom URL "variables". See Other Notes / How to Extend for documentation. If you're using a plugin such as Gigya that bypasses the regular WordPress login redirect process (and only allows one fixed redirect URL), set that plugin to redirect to wp-content/plugins/peters-login-redirect/wplogin_redirect_control.php and set the relevant setting to "Yes" at the bottom of the Settings > Login/Logout redirects page in the WordPress admin panel. You can add your own code logic before and between any of the plugin's normal redirect checks if needed. See Other Notes / How to Extend for documentation. Some examples include: redirecting the user based on their IP address; and redirect users to a special page on first login. This plugin also includes a function rul_register that acts the same as the wp_register function you see in templates (typically producing the Register or Site Admin links in the sidebar), except that it will return the custom defined admin address. rul_register takes three parameters: the "before" code (by default ""), the "after" code (by d"
Alex Sysoef

WorldWideBrands Inc. Review - 0 views

  •  
    WorldWide Brands Inc. is a premier product sourcing solution for people interested to do online retail. Directory of certified dropship, light bulk and wholesale suppliers and a market research tool unmatched by its performance and capabilities.
Jungle Jar

JungleJar | New Free Wordpress Template: vexed.box - 0 views

  •  
    This is a clean Wordpress template capable of displaying large amounts of content without suffering aesthetically nor functionally.
Luciano Ferrer

widgets - Give Editor Access To Sidebar - WordPress Development Stack Exchange - 3 views

  •  
    "The edit_theme_options capability should allow the user to edit the sidebar as described on this page : http://codex.wordpress.org/Appearance_Widgets_SubPanel Code to add to functions.php $role = get_role('editor'); $role->add_cap('edit_theme_options'); Edit: This should work to prevent editor accessing themes or menus function custom_admin_menu() { $user = new WP_User(get_current_user_id()); if (!empty( $user->roles) && is_array($user->roles)) { foreach ($user->roles as $role) $role = $role; } if($role == "editor") { remove_submenu_page( 'themes.php', 'themes.php' ); remove_submenu_page( 'themes.php', 'nav-menus.php' ); } } add_action('admin_menu', 'custom_admin_menu'); I haven't had chance to test this, but it only removes them from the menu they may still be able to access them by typing in the URL directly."
cecilcmoore

Control an Arduino Project Through a Customisable Android / Iphone App With Blynk and W... - 0 views

  • Instead get a wemos D1 or Wemos mini board from www.wemos.cc. The wemos D1 is a clone of the arduino uno but uses the esp8266 chip, features full wifi capabilities out of the box and costs only $4,00.
    • cecilcmoore
       
      Instead get a wemos D1 or Wemos mini board from www.wemos.cc. The wemos D1 is a clone of the arduino uno but uses the esp8266 chip, features full wifi capabilities out of the box and costs only $4,00.
webmoneyai

Top 10 Best AI Art Generators in 2023 - Web Money AI - 0 views

  •  
    In this blog post, we'll look at 10 of the best AI generators on the market, each offering unique features and capabilities.
1 - 20 of 26 Next ›
Showing 20 items per page