Title: dtmp's Replies - page 2 | WordPress.org

---

# dtmp

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 32 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Shopping Cart] Shortcode for form field](https://wordpress.org/support/topic/shortcode-for-form-field/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/shortcode-for-form-field/#post-7322525)
 * I have the same question. I currently have a paypal generated button to make 
   a payment for a class and it allows me a form field for the student name. This
   allows someone to make a payment for several students at once. e.g. `<input type
   ="hidden" name="on1" value="class participant name">Enter the Class Participant's
   name you are paying for:</td></tr><tr><td><input type="text" name="os1" maxlength
   ="200">`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Quick Search only posts or pages](https://wordpress.org/support/topic/quick-search-only-posts-or-pages/)
 *  Thread Starter [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/quick-search-only-posts-or-pages/#post-6203636)
 * Well, a plugin is okay if I needed it for the user, but really, typing it in 
   for when I need it is fine and a lot less overhead for the site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Timthumb Alternative](https://wordpress.org/support/topic/timthumb-alternative-1/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/timthumb-alternative-1/#post-4640603)
 * Where are you on implementing this? All the talk about how bad timthumb is makes
   me nervous.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Thumbnails] wrong thumbnail shows in search results](https://wordpress.org/support/topic/wrong-thumbnail-shows-in-search-results/)
 *  Thread Starter [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/wrong-thumbnail-shows-in-search-results/#post-5187900)
 * Since no one replied to this post, I assume that this problem may be unique to
   me, but since I finally figured out how to fix it, I’ll share what I learned.
   I think I’ve come across a bug in the plug in. If you try to reset the thumbnail
   and it continues to show the old one or a thumbnail from a different post, here’s
   what you can do to fix it, if you’re brave enough to delve into your database.
   
   It appears that the video thumbnail info is stored in the postmeta section of
   the database. If you search for the post id for the page in question you’ll see
   several meta items associated with that post (depending on what plugins you have
   installed). The ones associated with this plugin are, “_video_thumbnail” and “
   _thumbnail_id”. The _video_thumbnail should have the value of the thumbnail url(
   e.g. [http://www.mywebsite.com/wp-content/uploads/201&#8230](http://www.mywebsite.com/wp-content/uploads/201&#8230);).
   The database item _thumbnail_id should have the post id number of the _wp_attached_file.
   So, if your thumbnail is showing incorrectly on your search results, check this
   post id number for _thumbnail_id. Do a database search for that post id number,
   and I guarantee it will show the file that is displaying incorrectly. All you
   need to do is find the correct _wp_attached_file post id number and replace that
   in _thumbnail_id for your post. I think that the bug is somehow related to the
   plugin not clearing this item and putting the new post id number into _thumbnail_id.
   Hope this helps someone.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comprehensive Google Map Plugin] Map partially shown](https://wordpress.org/support/topic/map-partially-shown/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/map-partially-shown/#post-3202163)
 * I’d like to keep it inside the tab, since I have a different map in each of my
   5 tabs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comprehensive Google Map Plugin] Map partially shown](https://wordpress.org/support/topic/map-partially-shown/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/map-partially-shown/#post-3202161)
 * I tried adding the suggested css to my CSS Stylesheet Editor, but it did not 
   work. Any ideas on how to get this to work in a js tab?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] [Plugin: Better WP Security] READ THIS before creating a new thread.](https://wordpress.org/support/topic/plugin-better-wp-security-read-this-before-creating-a-new-thread/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-better-wp-security-read-this-before-creating-a-new-thread/#post-2773420)
 * I’ll agree dogweather, how do you only search support posts for a single plugin
   instead of the entire wordpress.org site!!!! I guess I’ll just post another topic….
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [White text / invisible text in visual editor on admin panel and WYSIWYG Editor](https://wordpress.org/support/topic/white-text-invisible-text-in-visual-editor-on-admin-panel-and-wysiwyg-editor/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/white-text-invisible-text-in-visual-editor-on-admin-panel-and-wysiwyg-editor/#post-2553823)
 * Hazman, I’d be interested in what you edited in the .htaccess file.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Visual Editor Text White](https://wordpress.org/support/topic/visual-editor-text-white/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/visual-editor-text-white/#post-2409346)
 * client has issues, but not me. I’m stymied!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Client Portal Idea](https://wordpress.org/support/topic/client-portal-idea/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/client-portal-idea/#post-1759152)
 * Going the S2member route requires much more set up than Advanced Client Portal
   which is pretty much ready to go out of the box. Using S2member only gives you
   the structure for setting up separate pages for each client. You have to do the
   set up to get your items for each client to post correctly, by using categories
   and such. Not sure what kind of calendar system you had in mind, but you have
   access to all the WP calendar widgets and plugins that are available.
 * In playing around with S2member, it still required a bit of page layout and setup
   which is something I was trying to streamline. I already accomplish most of this
   with my current client portal system which is just based on an html page I edit
   each time and add links.
 * The biggest benefit of S2member is the way it consolidates all the convoluted
   ways that people were trying to accomplish having an individual and private landing
   page for each log-in.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Client Portal Idea](https://wordpress.org/support/topic/client-portal-idea/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/client-portal-idea/#post-1759150)
 * I posted this on a similar thread…
 * Here’s another method I discovered to add to the list of options, this one uses
   S2member plugin: (bonus: there’s even a video tutorial on how to set it up!)
   
   It appears to be a lot easier than other methods and provides page protection.
 * [http://www.primothemes.com/forums/viewtopic.php?f=4&t=586](http://www.primothemes.com/forums/viewtopic.php?f=4&t=586)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How-to: A simple Client Portal](https://wordpress.org/support/topic/how-to-a-simple-client-portal/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/how-to-a-simple-client-portal/page/2/#post-1374056)
 * Here’s another method I discovered to add to the list of options, this one uses
   S2member plugin: (bonus: there’s even a video tutorial on how to set it up!)
   
   It appears to be a lot easier than these methods and provides page protection.
 * [http://www.primothemes.com/forums/viewtopic.php?f=4&t=586](http://www.primothemes.com/forums/viewtopic.php?f=4&t=586)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Client Portal Idea](https://wordpress.org/support/topic/client-portal-idea/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/client-portal-idea/#post-1759109)
 * I’ve looked for something like this for a while but have yet to find a simple
   solution using WP. Here are two posts that may help, but they are far from a 
   perfect solution.
 * [http://wordpress.org/support/topic/how-to-a-simple-client-portal?replies=17](http://wordpress.org/support/topic/how-to-a-simple-client-portal?replies=17)
 * [http://wordpress.org/support/topic/my-crack-at-a-client-login-sectioncustomer-portal?replies=15](http://wordpress.org/support/topic/my-crack-at-a-client-login-sectioncustomer-portal?replies=15)
 * I have found other options they may work better than WP anyway, like this:
 * [http://codecanyon.net/item/advanced-client-portal/113198](http://codecanyon.net/item/advanced-client-portal/113198)
 * ps- how come this is marked “resolved”?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Client Portal Idea](https://wordpress.org/support/topic/client-portal-idea/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/client-portal-idea/#post-1759106)
 * Do these need to be client specific pages or just general pages to all clients?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How-to: A simple Client Portal](https://wordpress.org/support/topic/how-to-a-simple-client-portal/)
 *  [dtmp](https://wordpress.org/support/users/dtmp/)
 * (@dtmp)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/how-to-a-simple-client-portal/page/2/#post-1374032)
 * For those interested, this is very similar to a method suggested by JTWilcox 
   here:
    [http://wordpress.org/support/topic/my-crack-at-a-client-login-sectioncustomer-portal?replies=15](http://wordpress.org/support/topic/my-crack-at-a-client-login-sectioncustomer-portal?replies=15)
 * It would be nice if someone could build a plugin to do all this.

Viewing 15 replies - 16 through 30 (of 32 total)

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