Snat
Forum Replies Created
-
Forum: Plugins
In reply to: FeedWordPress & qTransalte not working toghether?Does anyone have an idea if it is possible ?
Forum: Fixing WordPress
In reply to: trying to find site code within wordpress/wp-content/themes/your-theme-name/header.php
In there, paste that code just before </head>
Forum: Everything else WordPress
In reply to: Website in more than one language using WordPress?qTranslate. Really, you can do wonders with it. I do it on my blog for two different languages, UDL and my portfolio.
Give it a try, you will be very surprised 🙂
Forum: Everything else WordPress
In reply to: My Blog QuestionBlog.com is nothing to do with WordPress.com or .org. I ain’t sure what backend it uses but any questions should be directed to blog.com.
However, WordPress does it own free blog hosting which by the sounds of your post, will be far much better. Go to http://www.wordpress.com and have a look. You won’t reget it.
Forum: Everything else WordPress
In reply to: A Small Orange Hacked?(http://forums.asmallorange.com/index.php?showtopic=12878)
We had a hacker attack our dns servers around 2am which affected all domains for a short time. They updated the dns zones with an offsite address which gave a fake error message asking you to download an accelerator because your site was over traffic.
We caught the problem within minutes of it taking effect and have since corrected it. If you did download anything you should run a virus check as it was not something we put up. If you are having any issues now please clear your dns cache. If that still doesn’t work you can submit a ticket and we’ll look into it.
Very likely explains why 😉
Forum: Everything else WordPress
In reply to: Do a lot of comments increase page loading time ?Comments within the PHP pages itself won’t do alot, if anything. However, alot of HTML comments will slow down your pages as your user’s web browser we have to download more code that is needed.
Forum: Plugins
In reply to: [Plugin: DISQUS Comment System] disqus not compatible with wordpress 2.8?Works for me with WordPress 2.8
Whats your problem with the plugin ?
Forum: Everything else WordPress
In reply to: Cannot open my web thru Internet explorerI dunno if it is a problem, but personally I would advice using it. If you want software to post then use Windows Live Writer – Much better.
It is possible that the code Microsoft Word is putting in isn’t being liked by your browser.
Forum: Everything else WordPress
In reply to: Cannot open my web thru Internet explorerAre you using Microsoft Word by any chance in publishing the blog posts ?
Reason I ask is that I see alot of useless Microsoft Word code that it loves putting everywhere it can.
Forum: Everything else WordPress
In reply to: Cannot open my web thru Internet explorerWorks in IE on my Windows installation. Lets see what a few others say first.
Forum: Everything else WordPress
In reply to: Cannot open my web thru Internet explorerThe URL to your website will be helpful.
Forum: Fixing WordPress
In reply to: Defining theme in wp-configNevermind. Got another idea.
Seeing it is in the database, I could just hardcode an SQL statement in the wp-config which then changes the theme each time. However, I wonder why the CPU usage would be like lol.
Any other ideas before I try that ?
Forum: Fixing WordPress
In reply to: Defining theme in wp-configRight okay. Let me explain what I am doing, it might be easier to see 🙂
I am using qTranslate. Now, I have both English and Hebrew on the site. In my wp-config file, I have made it so if the url is snat.co.uk then to set qTranslate as English and if it is snat.co.il then to set the language as snat.co.il.
What I am trying to do now that if the domain is snat.co.uk it will use a theme called “English” or if it is snat.co.il it will use a theme called “Hebrew”.
Now, I do this in wp-config. What I am looking to do is able to change the theme depending on what domain it is. That part sadly, I am not having much luck on 🙁
Forum: Fixing WordPress
In reply to: Defining theme in wp-configYes, I know that. What I wanted to know if I could somehow define it in the config file.
Reason being is that I want to be able to overwrite it depending which domain the person accessed my site on.
Forum: Everything else WordPress
In reply to: Pointing at a different WP DatabaseAt where the co.uk is hosted, open up your .htaccess and insert the following.
This will re-direct all traffic to your co.uk domain to your .com
RewriteCond %{HTTP_HOST} ^(www\.)?domain\.co.uk [NC] RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]