Title: derektop's Replies | WordPress.org

---

# derektop

  [  ](https://wordpress.org/support/users/derektop/)

 *   [Profile](https://wordpress.org/support/users/derektop/)
 *   [Topics Started](https://wordpress.org/support/users/derektop/topics/)
 *   [Replies Created](https://wordpress.org/support/users/derektop/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/derektop/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/derektop/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/derektop/engagements/)
 *   [Favorites](https://wordpress.org/support/users/derektop/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Before Download] Where are emails collected?](https://wordpress.org/support/topic/where-are-emails-collected/)
 *  [derektop](https://wordpress.org/support/users/derektop/)
 * (@derektop)
 * [10 years ago](https://wordpress.org/support/topic/where-are-emails-collected/#post-7355492)
 * Ok, I now see where the emails are being collected the download log CSV.
 * But not all the fields in the form are being collected in the download log?
 * I’m asking for First/Last Name, email, title/position, company.
 * How do I make sure all of those fields are in the download log?
 * Here’s the page where I have the form:
    [http://opusresearch.net/wordpress/2016/05/12/opus-research-report-executive-survey-on-speech-analytics-proven-value-and-future-potential/](http://opusresearch.net/wordpress/2016/05/12/opus-research-report-executive-survey-on-speech-analytics-proven-value-and-future-potential/)
 * All help is appreciated. Thanks! – Derek
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Before Download] Where are emails collected?](https://wordpress.org/support/topic/where-are-emails-collected/)
 *  [derektop](https://wordpress.org/support/users/derektop/)
 * (@derektop)
 * [10 years ago](https://wordpress.org/support/topic/where-are-emails-collected/#post-7355489)
 * Hi — I have the same question, where do I find email addresses for those filling
   out the form & requesting download?
 * I don’t see it on the settings page … ? And which settings?
 * Thanks, Derek
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Sidebar Login] Wanting to remove the dashboard link](https://wordpress.org/support/topic/plugin-sidebar-login-plugin-sidebar-login-remove-the-dashboard-link/)
 *  [derektop](https://wordpress.org/support/users/derektop/)
 * (@derektop)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-sidebar-login-plugin-sidebar-login-remove-the-dashboard-link/#post-1044597)
 * update! – I was able to make the change by simply adding:
 * if (current_user_can(‘manage_options’))
 * just below echo ‘<ul class=”pagenav”>’;
 * There is an extra line in the sidebar for people who are Subscribers and logged
   in but works okay. – thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Sidebar Login] Wanting to remove the dashboard link](https://wordpress.org/support/topic/plugin-sidebar-login-plugin-sidebar-login-remove-the-dashboard-link/)
 *  [derektop](https://wordpress.org/support/users/derektop/)
 * (@derektop)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-sidebar-login-plugin-sidebar-login-remove-the-dashboard-link/#post-1044596)
 * by the way, I did attempt instructions in the above to replace the code in the
   sidrbar-login.php file and attempted to hide the dashboard link, which it did.
   But it also completely cut off additional sidebar widgets and the footer. Should
   say, the section of code you’re referring loooked a little difference in my sidebar-
   login.php:
 * echo ‘<ul class=”pagenav”>’;
 *  $links = get_option(‘sidebarlogin_logged_in_links’);
    $links = explode(“\n”,
   $links); if (sizeof($links)>0) foreach ($links as $l) { echo ‘<li class=”page_item”
   >’.$l.”; } echo ‘<li class=”page_item”>[‘.__(‘Logout’).’](https://wordpress.org/support/users/derektop/replies/&apos;.wp_sidebarlogin_current_url(&apos;logout&apos;).&apos;?output_format=md)‘;
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Sidebar Login] Wanting to remove the dashboard link](https://wordpress.org/support/topic/plugin-sidebar-login-plugin-sidebar-login-remove-the-dashboard-link/)
 *  [derektop](https://wordpress.org/support/users/derektop/)
 * (@derektop)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-sidebar-login-plugin-sidebar-login-remove-the-dashboard-link/#post-1044595)
 * Hello – Per your last message, I would like to remove the Dashboard link AND 
   the Profile link in the Sidebar login for all subscribers, but not for higher-
   level editors and Admin. Do you have instructions for that sort of removal?
 * website: [http://opusresearch.net](http://opusresearch.net)
 * thanks,
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Problems with is_home() and is_single()](https://wordpress.org/support/topic/problems-with-is_home-and-is_single/)
 *  [derektop](https://wordpress.org/support/users/derektop/)
 * (@derektop)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/problems-with-is_home-and-is_single/#post-832978)
 * I’m having the same problem with is_single in my sidebar.php … did you figure
   out a fix?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar footer not working](https://wordpress.org/support/topic/sidebar-footer-not-working/)
 *  [derektop](https://wordpress.org/support/users/derektop/)
 * (@derektop)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/sidebar-footer-not-working/#post-971412)
 * The error has occurred recently because I last week I upgraded to WordPress 2.7(
   from WordPress 1.5). Basically, while the Home page (and Catagory links) will
   call up this info:
 * </div> <!– /content –>
    <?php get_sidebar(); ?> <?php get_footer(); ?>
 * when I click on post page it will not find the subcontent … Any idea why?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar footer not working](https://wordpress.org/support/topic/sidebar-footer-not-working/)
 *  [derektop](https://wordpress.org/support/users/derektop/)
 * (@derektop)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/sidebar-footer-not-working/#post-971410)
 * I need help on this, too. – I have a modified Blix theme and the sidebar/footer
   show up on the home page but now when I click on a post.
 * Here’s the website: [http://www.opusresearch.net](http://www.opusresearch.net)
 * Click on the first post (“Genesys…”) and you’ll see the sidebar/footer disappear
 * Can you help me?

Viewing 8 replies - 1 through 8 (of 8 total)