Title: philmay's Replies | WordPress.org

---

# philmay

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 63 total)

1 [2](https://wordpress.org/support/users/philmay/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/philmay/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/philmay/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/philmay/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/philmay/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Points Management System For Gamification, Ranks, Badges, and Loyalty Rewards Program - myCred] beware this plugin](https://wordpress.org/support/topic/beware-this-plugin/)
 *  Thread Starter [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/beware-this-plugin/#post-10936113)
 * furthermore they censor new posts and replies on the forums because they do not
   want you to see the complaints that are coming in.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share, Social Login and Social Comments Plugin - Super Socializer] extra dns lookups](https://wordpress.org/support/topic/extra-dns-lookups/)
 *  Thread Starter [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/extra-dns-lookups/#post-10891812)
 * bro your website says you only load the tracking that is needed for services 
   like facebook, google etc.
    this is complete bullshit!
 * you are using AddThis to create your plugin and its adding INSANE amounts of 
   tracking to my site that has nothing to do with any of these services!!!!!!!
 * s7.addthis.com
    m.addthisedge.com m.addthis.com all 3 resolve to over 100 tracking
   services that do nothing except collect the data for Addthis and have nothing
   to do with the plugin working with ONE exception: [http://s7.addthis.com/js/300/addthis_widget.js](http://s7.addthis.com/js/300/addthis_widget.js)
   is needed for the plugin to function. So i created that exact file and engued
   it, guess what, it has the other dns lookups for addthis internal tracking hard
   coded in!!!!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hotspots Analytics] Still Analysing](https://wordpress.org/support/topic/still-analysing/)
 *  [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/still-analysing/#post-5666066)
 * use wordpress seo by yoast to clean up your urls
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Deals Engine] letting users post their own deals.](https://wordpress.org/support/topic/letting-users-to-post-their-own-deals/)
 *  [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/letting-users-to-post-their-own-deals/#post-5513043)
 * does that extension allow vendors to submit from the front end via a form or 
   do they have to have access to the wordpress back end?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BePro Listings] plugin breaks Visual Composer](https://wordpress.org/support/topic/plugin-breaks-visual-composer/)
 *  Thread Starter [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/plugin-breaks-visual-composer/#post-5619405)
 * does support exist for this plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BePro Listings] plugin breaks Visual Composer](https://wordpress.org/support/topic/plugin-breaks-visual-composer/)
 *  Thread Starter [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/plugin-breaks-visual-composer/#post-5619305)
 * here is a pic of the [problem](http://www.meshgeo.com/wp-content/uploads/Edit-Page-‹-MeshGeo-—-WordPress.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Business Contact Widget] How to change the heading or size and style of the font?](https://wordpress.org/support/topic/how-to-change-the-heading-or-size-and-style-of-the-font/)
 *  [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/how-to-change-the-heading-or-size-and-style-of-the-font/#post-5054609)
 * what exactly is the css used to change telephone number size and color, email
   size and color etc?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Marketing Plugin - WP Email Capture] submit button alignment?](https://wordpress.org/support/topic/submit-button-alignment-1/)
 *  Thread Starter [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/submit-button-alignment-1/#post-4246814)
 * i added this css to make it work:
 *     ```
       #wp_email_capture_2
       {
           display: block;
           width: 160px;
           float: left;
   
           text-align: left;
           border: none;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Custom Profile Menu] Plugin Not Working With BP 1.9](https://wordpress.org/support/topic/plugin-not-working-with-bp-19/)
 *  [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/plugin-not-working-with-bp-19/#post-4473646)
 * [@sensibleplugins](https://wordpress.org/support/users/sensibleplugins/),
 * this is easy to reproduce:
    1)add actual buddypress links (not the direct page
   link, the actual dynamic links provided in your “menus” screen under “buddypress”
   NOT “pages”)
 * and whala, errors occur. this happens on a fresh install of the theme with ONLY
   BP installed, so this is a conflict with your plugin and buddypress. I know for
   a fact it is not the theme because it happens in 2012 and 2013, as well as the
   official BP theme.
 * your plugin works ONLY if you use a direct link to an actual page. Unfortunately,
   to add buddypress pages to the official WP menu you need to use dynamic links
   provided by buddypress itself, as no 2 profiles have the same url. I can accomplish
   the same thing by simply putting an activity page link in my menu without your
   plugin, but then the user is not taken directly to “profile” or ” friends” etc.
 * that is what your plugin is supposed to facilitate.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BP My Home] incredible, just one question](https://wordpress.org/support/topic/incredible-just-one-question/)
 *  Thread Starter [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/incredible-just-one-question/#post-4549442)
 * i figured it out and its great heres a pic:
    [http://i61.tinypic.com/2ps3oxz.png](http://i61.tinypic.com/2ps3oxz.png)
 * could you maybe make it so we can create many tabs, reorder/remove other tabs
   and perhaps select how many widgetized areas we want on each page?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Custom Profile Menu] shortcodes](https://wordpress.org/support/topic/shortcodes-86/)
 *  Thread Starter [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/shortcodes-86/#post-4546723)
 * its called By My Home
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Custom Profile Menu] shortcodes](https://wordpress.org/support/topic/shortcodes-86/)
 *  Thread Starter [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/shortcodes-86/#post-4546722)
 * I got your email saying that BuddyPress doesnt allow non buddypress shortcodes.
   well i am happy to show you a plugin that you could learn from, because they 
   found a way to create an extra bp menu tab and it runs that shortcode perfectly.
   its amazing. it does this by widgetizing the tab it creates. the problem is it
   only has the ability to create one tab.
 * your plugin can create unlimited tabs but it doesnt have the ability to widgetize
   the tab.
 * here is a pic of it in action:
    [http://i61.tinypic.com/2ps3oxz.png](http://i61.tinypic.com/2ps3oxz.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BP My Home] Creating Redirect Loop for Member Pages](https://wordpress.org/support/topic/creating-redirect-loop-for-member-pages/)
 *  [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/creating-redirect-loop-for-member-pages/#post-4503220)
 * [@producist](https://wordpress.org/support/users/producist/)
 * I have been considering buying that plugin as i run custom profile menu free 
   atm, and also i run this plugin from imath. are you able to now run both plugins
   together without a bug?
 * i have had problems with custom menu not performing well, but the only reason
   you could/would want that plugin is for adding tabs to bp.
 * I bring this up because i was going to ask imath if he could add that ability
   to his plugin to make it all inclusive.
 * @imath
    great plugin man, very much props to you. I needed a way to run shortcode
   on a bp tab, so i could create custom profile content for a CMS i am building
   using bp as the backbone. BPCM can not do this, the plugin author emailed me 
   to say that BP themselves made it impossible, perhaps you could collaborate to
   make your plugins almost like standalone extensions of each other. Or if you 
   can add a way to create more than one tab and also reorder them then you would
   just hav the best available solution as an all in one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Custom Profile Menu] Plugin Not Working With BP 1.9](https://wordpress.org/support/topic/plugin-not-working-with-bp-19/)
 *  [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/plugin-not-working-with-bp-19/#post-4473638)
 * Jermon, your issue sounds like a plugin conflict. i am running the same version
   of BP and the settings page works fine. In my experience, blacked out admin oages
   are usually due to CSS conflicts with your theme and the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyDrive] Permission to change "Buddydrive" name into other](https://wordpress.org/support/topic/permission-to-change-buddydrive-name-into-other/)
 *  [philmay](https://wordpress.org/support/users/philmay/)
 * (@philmay)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/permission-to-change-buddydrive-name-into-other/#post-4541788)
 * i also wonder this

Viewing 15 replies - 1 through 15 (of 63 total)

1 [2](https://wordpress.org/support/users/philmay/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/philmay/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/philmay/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/philmay/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/philmay/replies/page/2/?output_format=md)