Title: bigmalletman's Replies | WordPress.org

---

# bigmalletman

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Widgets to Page] [Plugin: Add Widgets to Page] Regular subscribers able to delete widgets](https://wordpress.org/support/topic/plugin-add-widgets-to-page-regular-subscribers-able-to-delete-widgets/)
 *  Thread Starter [bigmalletman](https://wordpress.org/support/users/bigmalletman/)
 * (@bigmalletman)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-add-widgets-to-page-regular-subscribers-able-to-delete-widgets/#post-2379164)
 * Had to edit the plugin.
 * In add-widgets-to-page/addw2p.php
 *     ```
       function addw2p_menu() {
       	if ( current_user_can('administrator')) {
       		if ( function_exists('add_management_page') ) {
       			add_management_page("addw2p", "Widgets to Pages", 'read', __FILE__, 'addw2p_menu_options');
       		}
       	}
   
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems with feeds on w/Feed2JS](https://wordpress.org/support/topic/problems-with-feeds-on-wfeed2js/)
 *  [bigmalletman](https://wordpress.org/support/users/bigmalletman/)
 * (@bigmalletman)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/problems-with-feeds-on-wfeed2js/#post-1022832)
 * By the way, are you using Feed2JS from their website or do you have Feed2JS running
   on your own server?
    If you have it running on your own server, go to sourceforge
   and download the current version of [magpie](http://sourceforge.net/project/showfiles.php?group_id=55691&package_id=50728&release_id=368750).
   I think the folks at Feed2JS are using 0.70 instead of 0.72. Anyway, I made this
   change on my Feed2JS and tested both of our sites and they seem to be working
   with this change. I informed the folks at Feed2JS of this modification. Maybe
   they’ll update theirs as well. Best of luck!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems with feeds on w/Feed2JS](https://wordpress.org/support/topic/problems-with-feeds-on-wfeed2js/)
 *  [bigmalletman](https://wordpress.org/support/users/bigmalletman/)
 * (@bigmalletman)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/problems-with-feeds-on-wfeed2js/#post-1022831)
 * Yes. I came across the same problem. I am currently in the process of trying 
   to convince the developer of feed2js that something is wrong. I’ll provide the
   link. Maybe you can confirm the problem there for me.
    [Link](https://eduforge.org/forum/forum.php?thread_id=2679&forum_id=652)

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