Title: DesktopMasters's Replies | WordPress.org

---

# DesktopMasters

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Category Description Widget] No idea how to use this](https://wordpress.org/support/topic/no-idea-how-to-use-this-5/)
 *  Thread Starter [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [3 years ago](https://wordpress.org/support/topic/no-idea-how-to-use-this-5/#post-16835731)
 * Okay, so you are limiting this to only programmers who are willing to sort through
   your code. Got it. Seems like it would make more sense to.. at the VERY LEAST..
   supply us with the information about the shortcode to activate it. Anyhow.. no
   matter I found something that was well documented and does what I need.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Use [each] on a group of fields..](https://wordpress.org/support/topic/use-each-on-a-group-of-fields/)
 *  Thread Starter [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [3 years ago](https://wordpress.org/support/topic/use-each-on-a-group-of-fields/#post-16809439)
 * Thank you very much!
 * I ended up getting it to work with your code. But I feel like there is a better
   way to get the value. It took me a minute to figure out I had to grab the number
   of the group and not use the name of it.
 *     ```wp-block-code
       <?php
       $pod = pods('product');
   
       $fields = $pod->fields();
   
       foreach ($fields as $field) {
           if ($field['group'] === '1724') {
               echo $field['label'] . ': {@' . $field['name'] . '}<br>';
           }
       }
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Is it possible to have more than one input field on a row](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-one-input-field-on-a-row/)
 *  Thread Starter [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/is-it-possible-to-have-more-than-one-input-field-on-a-row/#post-15566410)
 * I do not have access to slack.
    Seems like it should be something built into 
   pods. I found this: [https://webappguides.com/how-to-add-css-to-wp_head/](https://webappguides.com/how-to-add-css-to-wp_head/)
   I will play with it and see if I can figure it out.
    -  This reply was modified 4 years, 2 months ago by [DesktopMasters](https://wordpress.org/support/users/desktopmasters/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] No template folder in my TML](https://wordpress.org/support/topic/no-template-folder-in-my-tml/)
 *  [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/no-template-folder-in-my-tml/#post-13278481)
 * Greetings Jeff,
 * Thank you for TML it is an amazing app. And I thank you for it as well I appreciate
   you. So please know that what I am about to write is not meant in malice or anger.
   
   I just wanted to give you the prospective of a (slightly) victimized user…
 * I found this page through a search…
    [https://docs.thememylogin.com/article/53-legacy-adding-extra-registration-fields](https://docs.thememylogin.com/article/53-legacy-adding-extra-registration-fields)
   I did not bother to read the URL because why would I? I did not notice that tiny
   arrow pointing at the green LEGACY in the upper right hand corner, as most people
   would not. I then spent a bit of time trying to understand why there was no templates
   folder. It was not until I found this post that it all sort of came together 
   for me. Even if I had, I would not have been able to get to the correct page 
   easily…
 * So…
    Instead of having a clear banner at the top.. “THIS DOCUMENT IS OUTDATED
   AND HERE FOR ARCHIVE PURPOSES” with a link leading to the current document.
 * You are relying on people to get lost.. then search further, and with luck find
   this document and follow the link here to the correct place.. as I just did.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] WP Mail SMTP with Multisite](https://wordpress.org/support/topic/wp-mail-smtp-with-multisite/)
 *  [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/wp-mail-smtp-with-multisite/#post-12285529)
 * 587 the settings I put in the wp-config.php file are all right there in the first
   picture. The settings page reflects the right information. The test page does
   not use them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] WP Mail SMTP with Multisite](https://wordpress.org/support/topic/wp-mail-smtp-with-multisite/)
 *  [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/wp-mail-smtp-with-multisite/#post-12283506)
 * Just an FYI.. The above does not ring true.
    I configured the constants in the
   wp-config.php file. The main site can send EMail. The subsite cannot. The config
   page reads and shows the contents however when I send the test EMail it does 
   not use them…
 * > [View post on imgur.com](https://imgur.com/6PDX4jz)
 * > [View post on imgur.com](https://imgur.com/NmSwmiy)
 * It would mean a great deal to me if you would list that you do not support multisite
   on your main description page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 Widget] Contact form in the text widget doesn’t work after the latest update](https://wordpress.org/support/topic/contact-form-in-the-text-widget-doesnt-work-after-the-latest-update/)
 *  [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/contact-form-in-the-text-widget-doesnt-work-after-the-latest-update/#post-11015517)
 * I do not know if you have noticed this but the developer stopped working on this
   quite some time ago. But if you create a small html form and then paste the WP
   tag into a text widget it will work fine. This is what I use…
 *     ```
       <p style="margin-top: -40px; text-align: center;">
       <span style="font-family: Times New Roman, Georgia, Serif; text-align: center; color: #0000ff; font-size: 14pt; font-weight:bold;">CONTACT US TODAY</span>
   
       <center>Please fill out this short form and we will contact you immediately...</center>
       </p>
       <p style="text-align: left;">
       <font style="color:red;">*</font> <font style="font-weight: bold;"><label for="your-name">Your Name...</label></font></p>
       <p style="margin-top: -20px; text-align: center; ">
           [text* your-name 25/]
       </p>
   
       <p style="margin-top: -20px; text-align: left;">
       <font style="color:red;">*</font> <font style="font-weight: bold;"><label for="your-email">eMail Address</label></font>
   
       </p>
       <p style="margin-top: -20px; text-align: center;">
           [email your-email 25/]
       </p>
   
       <p style="margin-top: -20px; text-align: left;">
       <font style="font-weight: bold;">Telephone...</font>
       </p>
       <p style="margin-top: -20px; text-align: center;">
           [text primary-phone 25/]
       </p>
   
       <p style="margin-top: -20px; text-align: left;">
       <font style="font-weight: bold;"><label for="your-subject">Legal Matter...</label></font>
       </p>
       <p style="margin-top: -20px; text-align: center;">
           [text your-subject 25/]
       </p>
   
       <p style="text-align: right;">[submit "Send"]</p>
   
       <hr />
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 Widget] Is this plugin abandoned?](https://wordpress.org/support/topic/is-this-plugin-abandoned-37/)
 *  [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/is-this-plugin-abandoned-37/#post-10980771)
 * This plugin has stopped working for me with WP v4.9.8. I would also like to know
   if this has been abandoned.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CM Ad Changer - A simple tool to control and optimize your site's banners] Shortcode? Shortcode? Shortcode?](https://wordpress.org/support/topic/shortcode-shortcode-shortcode/)
 *  Thread Starter [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/shortcode-shortcode-shortcode/#post-5410809)
 * You know.. I looked everywhere but the settings page. I looked in the install
   instructions and got very frustrated when it did not include that. I do not understand
   why programmers assume people know things. They get you half way through the 
   install then NOTHING. I had to go hunting for it in your user guide. I did look
   on the page where I setup the campaign. I rather expected it to be right by or
   near the ID. But I never noticed it on the settings page.
 * I must say, set aside the dead end I hit.. I really like the plugin. If I had
   know what the shortcode was the setup would have gone quick and easy. I would
   like to suggest you simply include it in the install instructions as that is 
   where EVERYONE goes first. I see you linked the userguide there now. That is 
   defiantly a step in the right direction. It would have saved me hunting for it.
 * Thank you for allowing this plugin free use. I *do* apprecate it.
 * ~ Merlin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Activation Keys] 3.6 ?](https://wordpress.org/support/topic/36-2/)
 *  [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/36-2/#post-4116291)
 * Update, while testing my registration I got a temp1 account that does the same
   thing. There is something in random accounts that is preventing them from being
   deleted. I would be happy to work with you on this and give you direct access
   to troubleshoot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Activation Keys] 3.6 ?](https://wordpress.org/support/topic/36-2/)
 *  [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/36-2/#post-4116290)
 * I am having this refresh issue trying to remove a key using the username of temp
   and [temp@desktopmasters.com](https://wordpress.org/support/users/desktopmasters/replies/temp@desktopmasters.com?output_format=md)
   while temp1 and [temp1@desktopmasters.com](https://wordpress.org/support/users/desktopmasters/replies/temp1@desktopmasters.com?output_format=md)
   seems to work fine. Also.. “uncecessary” is actually spelled “unnecessary”. You
   have a typo in your interface.
 * THANK YOU for this amazing app. It has made my life so much better. (:
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] spam users in wp_users after wpsc upgrade](https://wordpress.org/support/topic/spam-users-in-wp_users-after-wpsc-upgrade/)
 *  [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/spam-users-in-wp_users-after-wpsc-upgrade/page/11/#post-4448935)
 * [@newzoo](https://wordpress.org/support/users/newzoo/) I am pleased to hear I
   could help make your world a better place.
 * [@alfredo49](https://wordpress.org/support/users/alfredo49/) Try using the plugin
   version I posted it will stop the problem. But then do NOT update after until
   we hear they have removed this silly feature from the plugin.
 * [@getshopped](https://wordpress.org/support/users/getshopped/) I am very disappointed
   in you. You should have eMailed us about this issue and you should have posted
   that version as I did or you should have rolled back your plugin. You should 
   tell us WHEN (time frame) we will have this issue resolved and if you plan to
   take this temporary user thing out entirely as it really breaks your plugin. 
   Especially on multisites like mine.
 * [@everyone](https://wordpress.org/support/users/everyone/)…
    Go to the getshopped
   website and tell them how they have affected your life with this problem and 
   ask them for the above information. I think you can post to their website here:
   [http://getshopped.org/submit-your-news/](http://getshopped.org/submit-your-news/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] spam users in wp_users after wpsc upgrade](https://wordpress.org/support/topic/spam-users-in-wp_users-after-wpsc-upgrade/)
 *  [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/spam-users-in-wp_users-after-wpsc-upgrade/page/11/#post-4448931)
 * Here is an easy to implement temporary SOLUTION. I spoke to the programmer that
   set this up for me, and he informed me that the plugin folder is not modified(
   I wish I had known this sooner). I have zipped up my version of the plugin from
   before the version that implemented the user accounts solution. This version 
   will NOT create user accounts. I am still disappointed that GetShopped has not
   supplied us with this or given us any tangible information. I still feel like
   they could redeem themselves by releasing an official version of this and some
   sort of timeline.
 * This is zipped up from my plugin folder and I take NO responsibility for its 
   contents or affect on your site. However, I am fairly certain it will solve your
   problems, although it will obviously be missing any of the most recent but fixes
   and features.
 * [http://www.desktopmasters.com/wp-sitecontent/wp-e-commerce-3.8.12.1.zip](http://www.desktopmasters.com/wp-sitecontent/wp-e-commerce-3.8.12.1.zip)
 * Again, I urge all people who read this thread to contact the publisher of this
   plugin at [http://getshopped.org/submit-your-news/](http://getshopped.org/submit-your-news/)
   and urge them to post a due date to solve this issue and URGE them to remove 
   the entire use of temporary users and switch to their own private sessions table.
 * ~ Merlin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] spam users in wp_users after wpsc upgrade](https://wordpress.org/support/topic/spam-users-in-wp_users-after-wpsc-upgrade/)
 *  [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/spam-users-in-wp_users-after-wpsc-upgrade/page/11/#post-4448929)
 * @Pye Brook, I am not sure how you fit into all this.. however… Nothing I have
   said is incorrect or untrue. I am PAID user of this product like the rest. And
   for you to suggest that I should not be upset at the way getshoppped.org has 
   handled this is just silly. Look at all the pain this has caused so many people.
   I am sure MANY more people than have shown up on this thread.
 * You listed out a very nice Q & A that really had no answers. We have been asking
   when and if this is going to be resolved. Your answer: When it gets done. That
   is actually a bit rude. Do you or ANYONE know if they are going to take the temporary
   user system out? I really want to know? That has been another question asked 
   quite a bit.
 * I paid my programmer to clean my database then removed restored my backup of 
   the plugin. YOU should do the same. Your format may have been different but you
   pretty much stated what I have been asking all along. I suggested getting a hold
   of the plugin prior to the change to others. Instead of bashing me perhaps YOU
   should post the link to it as I have NO CLUE where it is.
 * I am not sure who you directed the “trolling” comment at. But it made no sense
   to me and I am sure has very little to do with what is going on here. There is
   NO TROLL this is ACTUALLY happening to people.
 * Again, I urge all people who read this thread to contact the publisher of this
   plugin at [http://getshopped.org/submit-your-news/](http://getshopped.org/submit-your-news/)
   and urge them to post a due date to solve this issue and URGE them to remove 
   the entire use of temporary users and switch to their own private sessions table.
 * ~ Merlin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] spam users in wp_users after wpsc upgrade](https://wordpress.org/support/topic/spam-users-in-wp_users-after-wpsc-upgrade/)
 *  [DesktopMasters](https://wordpress.org/support/users/desktopmasters/)
 * (@desktopmasters)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/spam-users-in-wp_users-after-wpsc-upgrade/page/11/#post-4448925)
 * I think sometimes companies like to put these forums up so we have a place to
   vent and leave them alone. I do not think the developer is reading this thread.
   I would like to recommend that you ALL go to THIS below link and tell them how
   you feel about what is happening. It may help get their attention.. In that be
   sure to link them back to this thread.
 * [http://getshopped.org/submit-your-news/](http://getshopped.org/submit-your-news/)

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

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