Snat
Forum Replies Created
-
Forum: Themes and Templates
In reply to: WordPress.com–>WordPress.orgWell, you could move over your whole .com over to your .org installation and then upload your premium theme.
Sadly, you are not able to upload your own theme onto your .com blog.
Forum: Everything else WordPress
In reply to: You know what’s great about this forum?Well, sadly it is mostly luck at the mo if someone sees your question. But thing is, alot of questions on here you can actually do a search for and it has been answered.
I never heard of that blog, might be worth a look to see if it is in the library.
Forum: Fixing WordPress
In reply to: How many posts and pages can WordPress handle?It really mostly depends on the hardware used to host WordPress. You have to think, WordPress is used on WordPress.com which gets g-d knows how many posts a day.
Forum: Everything else WordPress
In reply to: What can Plugin Developers See?I haven’t been able to download it yet, but I am going to be trying again at about 6pm.
Edit
Umm, I have just notice that all of a sudden that link doesn’t work. Going to see if I can find another link on his website.
Edit 2
Heh, the whole thing is IonCube encoded. Although am going to try it still and see if my server calls out to an random server. To be honest, I wouldn’t trust any script that is encoded more defo if the download comes from not a well known person.
Forum: Installing WordPress
In reply to: How do I uninstall 2.9?I have started with 2.9.1 but want to go back to 2.8.6 so that I can use a range of plugins connected to buddypress. How do I do this?
Not easily, more defo if you started out with WP 2.9.
Forum: Everything else WordPress
In reply to: Ooops! Locked myself out of admin!http://yourdomain/wp-admin/ <- That is it in most cases.
Forum: Themes and Templates
In reply to: EZwpthemes – doesn’t preview and problems when I activateThere seems to be two download links. One Blogger and one WordPress. Did you use the WordPress one ?
Forum: Plugins
In reply to: Different header for each pageHaven’t tested, but try.
<?php if (is_page('about')) {include(TEMPLATEPATH . '/about_header.php');} elseif(is_page('portfolio')) {include(TEMPLATEPATH . '/portfolio_header.php');} elseif(is_page('blog')) {include(TEMPLATEPATH . '/blog_header.php');} elseif(is_page('contact')) {include(TEMPLATEPATH . '/contact_header.php');} else {include (TEMPLATEPATH . '/home_header.php');} ?>Forum: Fixing WordPress
In reply to: Blog going to diffirent siteForum: Everything else WordPress
In reply to: A Licence Question1) You said the code would belong to the public. I understand that wordpress code belongs to the public. But what about the code I write on top of wordpress?
Well, in theory one could debate that you are just adding code to WordPress and thus it is covered by the open source licence. You may be better off contacting legal advice in this case.
2) If I build a site for a client and put it on my own server am I required to give him the code? Or am I allowed charge for “Software as Service” where the client doesn’t own the code?
Well in theory, you don’t need to hand any code to your client but if I was your client, I would be really annoyed if you made a website for me and didn’t give me the actual code.
Once again, you would be advice to contact actual legal advice as these forums can only say so much sadly.
Forum: Everything else WordPress
In reply to: Reporting Websites for BugsThe same still applies. If they report your website has a virus on it to WordPress.org, no on here will be bothered and will very likely just ignore the e-mail.
If they report it to your webhost however, there is a chance the webhost will look at it first but I doubt your website will suspend you just become someone reported it has a virus without looking into it.
Forum: Everything else WordPress
In reply to: What can Plugin Developers See?I am going to have a look now. I am not going to get the pro version so I can’t speak for that one.
And no worries about the newsletter, that is what my spam e-mail address is for 🙂
Edit
I can’t even download the plugin (server problems). I will check again in an hour or so.
Ideally, the same user that is setup for what the web server runs as. However if you can’t log into that user, do it as root but make sure to change the permissions back afterwards.
In terminal of your Ubuntu VPS, do.
chmod -R 777 /var/www/*****/wp-content/uploads
Then try again. If it works, make sure to limit the permissions back to what you want it to be. If it doesn’t work, come back and we will have to work out why.
Also, I would NEVER advice to do it as root but to only do it as the same user that Apache (or whatever your webserver) runs as.
Forum: Themes and Templates
In reply to: Footer.phpI think would be much better if you can either give us a link to where this is happening or a screenshot.