Title: VisualData's Replies - page 3 | WordPress.org

---

# VisualData

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 82 total)

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Customer form and login](https://wordpress.org/support/topic/customer-form-and-login/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customer-form-and-login/#post-6465389)
 * another option is to use a contact form plugin for the clients to upload the 
   file and send to you. the contact form can be wrapped in a page template after
   checking user has logged in. there are quite a few plugins available, such as
   contact form 7, or the newer Caldera forms with many new features.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Can guide me in the right way?](https://wordpress.org/support/topic/can-guide-me-in-the-right-way/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/can-guide-me-in-the-right-way/#post-6452191)
 * HI there,
 * there are a few plugins to manage custom content type and custom fields in wordpress.
   You may try pods, or Caldera forms. with Caldera forms you can build impressive
   forms allowing visitors to submit data without logging in. pods is more flexible
   and powerful but users need to register for an account before submitting data.
 * with pods you may set up a custom post type and set the default status to draft.
   thus in the admin panel the admin can change the status to publish so the data
   will be visible.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why I am not able to import any .XML file?](https://wordpress.org/support/topic/why-i-am-not-able-to-import-any-xml-file/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/why-i-am-not-able-to-import-any-xml-file/#post-6490226)
 * HI there,
 * The xml seems to be a collection of photos and formatted differently from normal
   pages. could you try importing again? this time choose “update pages” rather 
   than create new. please scroll down in step 3 and look for something meaningful
   in English, drag the element and drop to the title and content area.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I find the meta key name?](https://wordpress.org/support/topic/how-do-i-find-the-meta-key-name/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-find-the-meta-key-name/#post-6452190)
 * Hi there,
 * do you have access to the control panel of the hosting server? if yes, you may
   use a database tool such as phpmyadmin to check for meta keys in table. meta 
   keys of custom post types are located in a table called wp_postmeta.
 * best regards.
 * Oliver
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to show different content on different user profiles](https://wordpress.org/support/topic/how-to-show-different-content-on-different-user-profiles/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/how-to-show-different-content-on-different-user-profiles/#post-6440757)
 * Hi,
 * what plugin do you use for the review? you may check with the plugin author and
   see whether a feature of checking user role has been included, or can be added.
 * If you are comfortable with php code, you can write a function to obtain current
   user role before applying the review short code, save in your functions.php file
   under your theme folder, and hook to one of the action hooks in edit_user.php
   which is located under wp-admin folder of wordpress installation.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Customer form and login](https://wordpress.org/support/topic/customer-form-and-login/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customer-form-and-login/#post-6465388)
 * Hi Derek,
 * You may consider using an ecommerce plugin such as WooCommerce to handle customer
   registration. WooCommerce has a big user base and many add-on plugins available,
   highly customizable to suit your needs. customers can edit their account information
   after logging in.
 * as for security, you may use a ssl certificate to encrypt password during transmission.
 * There are a few plugins that can add custom fields at woocommerce registration
   page. I have recently released a plugin [custom fields for woo customers ](https://wordpress.org/plugins/custom-fields-for-woo-customers/).
   The free version provides basic features and allows you to add custom text fields
   at customer registration, checkout and user profile page at the back end. You
   may use a custom login form template and css to control the display of the added
   fields.
 * as for the file upload, you may consider another plugin pods. it takes some time
   to learn pods but once you know how it works, pods can help you to do a lot without
   coding. for example you can create a custom post type with custom fields to store
   the uploaded file and other information, set permission to the fields, and use
   a short code to generate a form on account page. when customers log in, the form
   will display for your customers to upload files.
 * You will probably need to write a custom function to trigger the email after 
   file uploaded.
 * I hope the above helps you in your project.
 * best regards.
 * Oliver
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unknown column 'EMAIL' in 'field list'](https://wordpress.org/support/topic/unknown-column-email-in-field-list/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/unknown-column-email-in-field-list/#post-6440186)
 * HI there,
 * have you found a solution to this problem yet? It might have been caused by a
   plugin. if you deactivate all of your plugins and activate them one by one, you
   will find which plugin is causing the problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why I am not able to import any .XML file?](https://wordpress.org/support/topic/why-i-am-not-able-to-import-any-xml-file/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/why-i-am-not-able-to-import-any-xml-file/#post-6490219)
 * Hi Nick,
 * What specific questions or difficulties did you have with the import? I know 
   something about WP All Import and have actually written a plugin to extend its
   functions. Please post your questions here and I will see how to help.
 * best regards.
 * Oliver
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Author for posts without New User](https://wordpress.org/support/topic/custom-author-for-posts-without-new-user/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/custom-author-for-posts-without-new-user/#post-6426070)
 * Hi,
 * If you don’t want to type the author name in the post content, you will need 
   to create a custom field to store the author name. the easiest way is to create
   and manage the custom fields using a plugin. You may search for such a plugin
   in the plugin repository.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is there a way to add user categories?](https://wordpress.org/support/topic/is-there-a-way-to-add-user-categories/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/is-there-a-way-to-add-user-categories/#post-6488013)
 * Hi,
 * there isn’t an easy way to add taxonomy to users.
 * You may achieve this by adding a custom field in user profile, and generate an
   input cell for users to choose from a list. then in the front end use a link 
   to produce a list of users who have a certain value in their custom field. some
   php coding will be required.
 * here is a link of how to set and retrieve custom fields
 * [https://developer.wordpress.org/plugins/users/working-with-user-metadata/](https://developer.wordpress.org/plugins/users/working-with-user-metadata/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why I am not able to import any .XML file?](https://wordpress.org/support/topic/why-i-am-not-able-to-import-any-xml-file/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/why-i-am-not-able-to-import-any-xml-file/#post-6490048)
 * Hi Nick,
    I am sorry you are experiencing problems with xml import. If a query
   takes too long to run, or too much memory, or too much cpu power, the shared 
   hosting server may kill the process.
 * You may try WP All Import and reduce the number of records per iteration until
   the script can run. some users have reported success on shared servers using 
   WP all import. WP All import breaks up big files into smaller ones to speed up
   the import process. it is worth trying.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[CIO Custom Fields Importer] Great for Importing Our Data Feed for Pods ACTs](https://wordpress.org/support/topic/great-for-importing-our-data-feed-for-pods-acts/)
 *  Plugin Author [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/great-for-importing-our-data-feed-for-pods-acts/#post-7999894)
 * Thank you Jason for your encouraging words. I am glad the plugin works for you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Calling Database table rows](https://wordpress.org/support/topic/calling-database-table-rows/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/calling-database-table-rows/#post-6397693)
 * Hi,
 * It is possible to specify how many records to return by running a customised 
   query. Sorry are you a developer of themes, or a user of a theme? Please provide
   more specific information about the problem so someone can help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Calling Database table rows](https://wordpress.org/support/topic/calling-database-table-rows/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/calling-database-table-rows/#post-6397691)
 * Hi there,
 * Have you found a solution yet? What theme are you using and what options are 
   available for configure in the theme settings?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Database Relations and Tables in PHP](https://wordpress.org/support/topic/database-relations-and-tables-in-php/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/database-relations-and-tables-in-php/#post-6464716)
 * Thanks Tobias. the template tag function is a good idea.
 * HI L4SN,
 * How many items will share the same template? if you have a few items (for example
   pages) sharing this template and you don’t need custom fields somewhere else,
   Tobias’s solution actually works better, without the overhead of another plugin
   for custom fields. You may first retrieve the slug of the page, and produce a
   table specific to this page using a “if” statement or “switch” statement.
 * If you have many items or you want to add new items (for example posts) frequently
   in the future sharing the same template, then storing TablePress short codes 
   in custom fields may be a better alternative.

Viewing 15 replies - 31 through 45 (of 82 total)

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