Title: Restless Web's Replies | WordPress.org

---

# Restless Web

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Category Permalink] Infinite user meta](https://wordpress.org/support/topic/infinite-user-meta/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/infinite-user-meta/#post-6800969)
 * Thanks [@jordy](https://wordpress.org/support/users/jordy/)! Have a good one 
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simplr Registration Form Plus+] Translating Plugin](https://wordpress.org/support/topic/translating-plugin/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/translating-plugin/#post-4712033)
 * (sorry, a label broke the code field, here it is again)
 *     ```
       function rw_email () { $newlabel = "Addresse Email:"; return $newlabel; }
       function rw_confirmemail () { $newlabel = "Confirmez Addresse Email:"; return $newlabel; }
       function rw_username () { $newlabel = "Nom dutilisateur:"; return $newlabel; }
       function rw_password () { $newlabel = "Mot de Passe:"; return $newlabel; }
       function rw_confirmpass () { $newlabel = "Confirmez Mot de Passe:"; return $newlabel; }
   
       add_filter('simplr_label_email', 'rw_email' );
       add_filter('simplr_label_confirm_email', 'rw_confirmemail' );
       add_filter('simplr_label_username','rw_username' );
       add_filter('simplr_label_password', 'rw_password');
       add_filter('simplr_label_confirm', 'rw_confirmpass');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Importing Many Locations](https://wordpress.org/support/topic/importing-many-locations/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/importing-many-locations/#post-4523618)
 * oooh, i see sorry about that!
 * Hmm, ok interesting! I’ll look into that! Thanks for the tip
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Importing Many Locations](https://wordpress.org/support/topic/importing-many-locations/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/importing-many-locations/#post-4523614)
 * FranceImage, there’s no way I can do that 2000+ times. A database import is the
   only option for me
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Importing Many Locations](https://wordpress.org/support/topic/importing-many-locations/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/importing-many-locations/#post-4523608)
 * Yeah, that is what I’ve been doing. I actually found that the plugin needs somewhat
   duplicate content for it to work. You can’t just populate the fields in wp_em_locations.
   You also need to add the address fields to the corresponding meta key in wp_postmeta–
   eg. _location_address, _location_state etc.
 * Once I had populated the wp_postmeta table the locations started showing the 
   addresses properly.
 * Do you guys have any plans for an import add-on to the plugin? It would be a 
   huge help for a lot of people I’m sure
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Importing Many Locations](https://wordpress.org/support/topic/importing-many-locations/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/importing-many-locations/#post-4523574)
 * Hey thanks for the response.
 * I did actually split the address. I’ve even found a plugin that allows me to 
   import a csv directly into the MySQL DB ([http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116](http://www.tipsandtricks-hq.com/wp-csv-to-database-plugin-import-excel-file-content-into-wordpress-database-2116)
   very cool!)
 * I imported all the necessary data into wp_em_locations but the addresses won’t
   pick up in the admin. Only when I add a location and manually enter the address
   does it pick it up…
 * What am I missing here? My client has around 2000 locations that I need to import
   so this is critical.
 * Thanks again for your help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] Duplicator doesn't seem to work with WP 3.8](https://wordpress.org/support/topic/duplicator-doesnt-seem-to-work-with-wp-38/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/duplicator-doesnt-seem-to-work-with-wp-38/#post-4410311)
 * Hi Cory,
 * Thanks for responding – I was on holiday and neglected work for a bit! I’ve tried
   using another site locally and remotely duplicating, even tried the new dev version
   of duplicator (which looks awesome btw) – but none of it has worked..I’m wondering
   if there’s a plugin conflict?
 * I see others have been able to get it to work. What am I doing wrong?
 * Brian
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite Installation 404 Error](https://wordpress.org/support/topic/multisite-installation-404-error/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [15 years ago](https://wordpress.org/support/topic/multisite-installation-404-error/#post-2206801)
 * Hey guys, I just wanted to say thanks for all the help.
 * Hostgator was EXTREMELY helpful and took it into their own hands to edit my htaccess
   file. They said they changed it to the following and now it works:
 *     ```
       # BEGIN WordPress
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       # uploaded files
       RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
       # add a trailing slash to /wp-admin
       RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
       RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
       RewriteRule . index.php [L]
       # END WordPress
       ```
   
 * I would recommend Hostgator for anyone looking for WordPress hosting. They were
   just awesome.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite Installation 404 Error](https://wordpress.org/support/topic/multisite-installation-404-error/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [15 years ago](https://wordpress.org/support/topic/multisite-installation-404-error/#post-2206770)
 * Ok, so I emailed hostgator and they said the httpd.conf file is already set to
   AllowOverride…
 * They did mention the following though:
 * > Our servers fully support mod_rewrite. If you could give some examples of which
   > rewrite rules aren’t working properly (and to where they should properly redirect)
   > we would be glad to help you get it straightened out.
 * And yes, Andrea, this install is an add-on domain. Not the primary domain on 
   the account. Should I switch it to the primary account to remedy this?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite Installation 404 Error](https://wordpress.org/support/topic/multisite-installation-404-error/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [15 years ago](https://wordpress.org/support/topic/multisite-installation-404-error/#post-2206742)
 * Hmm, I see, thanks for the update Ipstenu.
 * I’ll have to email hostgator support to get them to update it. Looks like I don’t
   have access to it with my hosting. Will that be an issue I wonder? I guess we’ll
   see…
 * I’ll let you know if that sorts it out
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite Installation 404 Error](https://wordpress.org/support/topic/multisite-installation-404-error/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [15 years ago](https://wordpress.org/support/topic/multisite-installation-404-error/#post-2206740)
 * Interesting update that may help you help me.
 * I changed the permalinks back to default and everything works. Does this mean
   there’s an issue with my .htaccess file?
 * Looking forward to a response!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite Installation 404 Error](https://wordpress.org/support/topic/multisite-installation-404-error/)
 *  Thread Starter [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [15 years ago](https://wordpress.org/support/topic/multisite-installation-404-error/#post-2206739)
 * Hi Andrea,
 * THank you very much for your response.
 * – Yes, it’s in the same folder
    – Yes, I didn’t create the file. I just edited
   the one that was there – Yes, mod_rewrite is enabled as far as I know. I have
   2 other wordpress (singlesite however) installations on the same server. – I 
   didn’t test a different permalink structure before enabling multisite so I’m 
   not sure.
 * Could it be my plug ins? I’m going to disable them all now and will post back
   if I have any luck. If not, I hope you might have another suggestion!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Google Analytics for WordPress Cannot Handle .co.za Domains?](https://wordpress.org/support/topic/google-analytics-for-wordpress-cannot-handle-coza-domains/)
 *  [Restless Web](https://wordpress.org/support/users/triharder/)
 * (@triharder)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/google-analytics-for-wordpress-cannot-handle-coza-domains/#post-1090507)
 * Hey man, I’m using Google Analyticator on my site at [http://www.triharder.co.za](http://www.triharder.co.za)
   and haven’t had any problems. Try using that one instead?

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