Restless Web
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Category Permalink] Infinite user metaThanks @jordy! Have a good one 🙂
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Translating Plugin(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');oooh, i see sorry about that!
Hmm, ok interesting! I’ll look into that! Thanks for the tip
FranceImage, there’s no way I can do that 2000+ times. A database import is the only option for me
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
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 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
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
In reply to: Multisite Installation 404 ErrorHey 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 WordPressI would recommend Hostgator for anyone looking for WordPress hosting. They were just awesome.
Forum: Networking WordPress
In reply to: Multisite Installation 404 ErrorOk, 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
In reply to: Multisite Installation 404 ErrorHmm, 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
In reply to: Multisite Installation 404 ErrorInteresting 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
In reply to: Multisite Installation 404 ErrorHi 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
In reply to: Google Analytics for WordPress Cannot Handle .co.za Domains?Hey man, I’m using Google Analyticator on my site at http://www.triharder.co.za and haven’t had any problems. Try using that one instead?