WPIntell

Source evidence

[Plugin: WPMS Sidebar Login Widget] THIS IS IT !!!!!

WPMS Sidebar Login Widget · support · 2011-12-17T17:59:00+00:00

complaintsentiment
highseverity
1.0relevance
12replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 27 rows with source links

14.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Aphrodite unresolved
At least someone did it ! Benedictions, sanctifications and liters of what you want ! 2 years I am waiting for it ! Bravo and merci ! Now…. (diabloic lough ^^) some enhancement : moderate subsite subscribtion so that site admins can validate them as absolut privacy does 🙂 testing, testing and testing….. http://wordpress.org/extend/plugins/wpms-sidebar-login-widget/ @aphrodite , I am glad you like it. If I understand what you are asking, shouldn’t that be handle by another plugin instead of being a feature of a login widget? well yes and no. Because the subscription plugin works even if you are already network registered. But anyone can so subscribe, which is not good in case of sites requiring validation (if there is private section, forums, etc). The subsciption validation (not registration huh) should definitly be in this one 🙂 The widget only detects if a subblog registration function exists. It is not adding functionality nor is it being used in the registration or subscription process; it checks if the function exists, and if it does exist, print out the registration url. This widget doesn’t give a user access to a page that he/she should no have access to; it only logs them in. I know 🙂 But for any category protected to “subscribers only” they will show up. Reason to have a validation option kind of “subsciption request validation” 🙂 There was a widget doing that but not updated since years… http://wordpress.org/extend/plugins/add-users-sidebar-widget/ I wanted to add that i had a bad experience with a similar plugin (now outdated) : if regisrations are not moderated bu the subsiets admins, there is a very big spam registration problem. Some sites have had thousands of spam registrations, and that is why i requested a “pending registrations” option, that would propulse this plugin onto the ultimate MS registration solution. Still does not understand how the core does not integrates that !!!! Hello Joshua Parker, Your plugin is is amazing! I figured out how to tweek somethings in the widget. Forexample, i changed the one of the links to a “Upload Your Photo”, which directs the user to a upload photo page. Now i wanted to add another link but i get a error and the plugin is disabled. Is it possible to add a brand new link? @aimkbe , what link are you trying to add and how are you trying to add it? i wanted to add a link that directs users to a page where it shows all their posts they uploaded. i am trying to add it in the plugins editor <div class=”avatar_container” style=”float:left;”> ” title=”<?php _e(‘Go to homepage’,’wpms-network-sidebar-login’); ?>”><?php echo get_avatar($user_ID,’48’,get_option(‘avatar_default’)); ?> </div> /upload-your-thread/” title=”<?php _e(‘Post Your Threads’,’wpms-network-sidebar-login’); ?>”> <?php _e(‘Upload Your Threads’,’wpms-network-sidebar-login’); ?> <?php if(current_user_can(‘publish_posts’)) { ?> /upload-your-thread/” title=”<?php _e(‘Upload’,’wpms-network-sidebar-login’); ?>”><?php _e(‘Upload’,’wpms-network-sidebar-login’); ?> <?php } ?> /my-favs/” title=”<?php _e(‘My Favs’,’wpms-network-sidebar-login’); ?>”><?php _e(‘My Favs’,’wpms-network-sidebar-login’); ?> <?php _e(‘Welcome back’,’wpms-network-sidebar-login’); ?> <?php echo $user_identity; ?>, <?php _e(‘use the links above to get started or you can’,’wpms-network-sidebar-login’); ?> “><?php _e(‘Log out »’,’wpms-network-sidebar-login’); ?> . For the “Upload Your Photo” link, i just simply replaced the address and the text, same for the “My Fav” link. In between “Upload Your threads” and “My Fav” link, i wanted to ad a linnk that directs users to a page where it shows all their posts they uploaded. For example, “ http://international.quackitup.com/author/aimkbe/” ; aimkbe is the users name Using $user_identity should work, so http://international.quackitup.com/author/$user_identity will be replaced by http://international.quackitup.com/author/aimkbe when aimkbe is logged in. Hello Joshua! Thanks for your help, i figured out what my problem was, the code i needed to add was <a href="http://international.quackitup.com/author/$user = wp_get_current_user();">"><?php _e('My Uploads','wpms-network-sidebar-login'); ?></a> BUT, i am running into another problem, the link is showing up when i am signed in as an admin, but when i log in as a different user that is nt an admin, but and author, that link does not show up on the widget. Help please! <a href="http://international.quackitup.com/author/$user = wp_get_current_user();">"><?php _e('My Uploads','wpms-network-sidebar-login'); ?></a> [Please post code or markup snippets between backticks or use the code button.] You have to make sure that you are adding your code outside of the is_super_admin() condition in order for it to show up for other roles.

Comments

12 shown
Joshua Parker 2011-12-18T19:26:00+00:00

@aphrodite , I am glad you like it. If I understand what you are asking, shouldn’t that be handle by another plugin instead of being a feature of a login widget?

Aphrodite 2011-12-18T19:57:00+00:00

well yes and no. Because the subscription plugin works even if you are already network registered. But anyone can so subscribe, which is not good in case of sites requiring validation (if there is private section, forums, etc). The subsciption validation (not registration huh) should definitly be in this one 🙂

Joshua Parker 2011-12-18T20:58:00+00:00

The widget only detects if a subblog registration function exists. It is not adding functionality nor is it being used in the registration or subscription process; it checks if the function exists, and if it does exist, print out the registration url. This widget doesn’t give a user access to a page that he/she should no have access to; it only logs them in.

Aphrodite 2011-12-18T21:12:00+00:00

I know 🙂 But for any category protected to “subscribers only” they will show up. Reason to have a validation option kind of “subsciption request validation” 🙂 There was a widget doing that but not updated since years… http://wordpress.org/extend/plugins/add-users-sidebar-widget/

Aphrodite 2012-01-14T14:37:00+00:00

I wanted to add that i had a bad experience with a similar plugin (now outdated) : if regisrations are not moderated bu the subsiets admins, there is a very big spam registration problem. Some sites have had thousands of spam registrations, and that is why i requested a “pending registrations” option, that would propulse this plugin onto the ultimate MS registration solution. Still does not understand how the core does not integrates that !!!!

aimkbe 2012-03-02T06:25:00+00:00

Hello Joshua Parker, Your plugin is is amazing! I figured out how to tweek somethings in the widget. Forexample, i changed the one of the links to a “Upload Your Photo”, which directs the user to a upload photo page. Now i wanted to add another link but i get a error and the plugin is disabled. Is it possible to add a brand new link?

Joshua Parker 2012-03-02T12:02:00+00:00

@aimkbe , what link are you trying to add and how are you trying to add it?

aimkbe 2012-03-04T04:54:00+00:00

i wanted to add a link that directs users to a page where it shows all their posts they uploaded. i am trying to add it in the plugins editor <div class=”avatar_container” style=”float:left;”> ” title=”<?php _e(‘Go to homepage’,’wpms-network-sidebar-login’); ?>”><?php echo get_avatar($user_ID,’48’,get_option(‘avatar_default’)); ?> </div> /upload-your-thread/” title=”<?php _e(‘Post Your Threads’,’wpms-network-sidebar-login’); ?>”> <?php _e(‘Upload Your Threads’,’wpms-network-sidebar-login’); ?> <?php if(current_user_can(‘publish_posts’)) { ?> /upload-your-thread/” title=”<?php _e(‘Upload’,’wpms-network-sidebar-login’); ?>”><?php _e(‘Upload’,’wpms-network-sidebar-login’); ?> <?php } ?> /my-favs/” title=”<?php _e(‘My Favs’,’wpms-network-sidebar-login’); ?>”><?php _e(‘My Favs’,’wpms-network-sidebar-login’); ?> <?php _e(‘Welcome back’,’wpms-network-sidebar-login’); ?> <?php echo $user_identity; ?>, <?php _e(‘use the links above to get started or you can’,’wpms-network-sidebar-login’); ?> “><?php _e(‘Log out »’,’wpms-network-sidebar-login’); ?> . For the “Upload Your Photo” link, i just simply replaced the address and the text, same for the “My Fav” link. In between “Upload Your threads” and “My Fav” link, i wanted to ad a linnk that directs users to a page where it shows all their posts they uploaded. For example, “ http://international.quackitup.com/author/aimkbe/” ; aimkbe is the users name

Joshua Parker 2012-03-04T12:46:00+00:00

Using $user_identity should work, so http://international.quackitup.com/author/$user_identity will be replaced by http://international.quackitup.com/author/aimkbe when aimkbe is logged in.

aimkbe 2012-03-07T21:35:00+00:00

Hello Joshua! Thanks for your help, i figured out what my problem was, the code i needed to add was <a href="http://international.quackitup.com/author/$user = wp_get_current_user();">"><?php _e('My Uploads','wpms-network-sidebar-login'); ?></a> BUT, i am running into another problem, the link is showing up when i am signed in as an admin, but when i log in as a different user that is nt an admin, but and author, that link does not show up on the widget. Help please!

aimkbe 2012-03-07T21:40:00+00:00

<a href="http://international.quackitup.com/author/$user = wp_get_current_user();">"><?php _e('My Uploads','wpms-network-sidebar-login'); ?></a> [Please post code or markup snippets between backticks or use the code button.]

Joshua Parker 2012-03-07T21:44:00+00:00

You have to make sure that you are adding your code outside of the is_super_admin() condition in order for it to show up for other roles.