Title: Pooria's Replies | WordPress.org

---

# Pooria

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] [Plugin: WP e-Commerce] Customer File Upload](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/)
 *  [Pooria](https://wordpress.org/support/users/pooriaweb/)
 * (@pooriaweb)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/#post-2867865)
 * do you can generate this code to file type:
 * wp-e-commerce/wpsc-includes/checkout.class.php
 * case “textarea”:
    $output .= “<textarea title='” . $this->checkout_item->unique_name.“‘
   class=’text’ id='” . $this->form_element_id() . “‘ name=’collected_data[{$this-
   >checkout_item->id}]” . $an_array . “‘ rows=’3′ cols=’40’ >” . esc_html( (string)
   $saved_form_data ) . “</textarea>”; break;
 * ————
 * case “file”:
    $output .= “<input type=’file’ title='” . $this->checkout_item-
   >unique_name . “‘ class=’file’ id='” . $this->form_element_id() . “‘ name=’collected_data[{
   $this->checkout_item->id}]” . $an_array . “‘ >” . esc_html( (string) $saved_form_data).“/
   >”; break;
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] [Plugin: WP e-Commerce] Customer File Upload](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/)
 *  [Pooria](https://wordpress.org/support/users/pooriaweb/)
 * (@pooriaweb)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/#post-2867863)
 * how to input “file” upload in checkout form?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [content management & generator hidden](https://wordpress.org/support/topic/content-management-generator-hidden/)
 *  Thread Starter [Pooria](https://wordpress.org/support/users/pooriaweb/)
 * (@pooriaweb)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/content-management-generator-hidden/#post-2492061)
 * I read rootstheme.com/#clean and i thing that’s mean to change wp-content address,
   i know a way for edit wp-content address with add a code to .httaccess, is it
   true?
 * Add before >> require_once(ABSPATH . ‘wp-settings.php’);
 * define(‘WP_CONTENT_FOLDERNAME’, ‘name-folder’);
    define(‘WP_CONTENT_DIR’, ABSPATH.
   WP_CONTENT_FOLDERNAME ); define(‘WP_CONTENT_URL’, ‘[http://www.site.com/&#8217](http://www.site.com/&#8217);.
   WP_CONTENT_FOLDERNAME); define(‘WP_PLUGIN_DIR’, WP_CONTENT_DIR . ‘/plugins’ );
   define(‘WP_PLUGIN_URL’, WP_CONTENT_URL.’/plugins’);
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [content management & generator hidden](https://wordpress.org/support/topic/content-management-generator-hidden/)
 *  Thread Starter [Pooria](https://wordpress.org/support/users/pooriaweb/)
 * (@pooriaweb)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/content-management-generator-hidden/#post-2491978)
 * > use roots theme framework for that.
 * what is it? is it plugin? how i can use it?

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