Snat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Revert Back to an Old PluginYou will need to upload it by hand, you won’t be able to use the WordPress inbuilt plugin searcher to do so.
For most plugins, you should be able to do: http://wordpress.org/extend/plugins/XXX-PLUGIN-NAME/download/
Replace XXX-PLUGIN with the plugin name.
Forum: Fixing WordPress
In reply to: wp-config.phpYou should not have to edit the wp-config.php to back it up. Just copy the file using FTP to your local hard drive.
Forum: Themes and Templates
In reply to: syntax errorDelete the theme via FTP, it should by default switch back to the default theme and then you can get into the admin cp.
Forum: Everything else WordPress
In reply to: Plagiarism of my articles.DMCA the webhost if the webhost is within the United States, WordPress can not do anything for you.
Forum: Fixing WordPress
In reply to: hosting videoYou should be able to just upload videos using the built in media manager. Then just use a membership plugin or something (look on Extend) and go from there.
Most of those plugins allow you to use tags to hide content within post, pages etc.
Forum: Everything else WordPress
In reply to: Should I get an SSL certificate for my WordPress site?To what I am aware off, WordPress works with SSL fine and the whole site can be.
Honestly, SSL used to slow things down in the past but nowadays not really other then when it comes to browser’s cache. Besides, you could just do the login and user profiles pages if you really wanted too.
When it comes to non-commerce websites, most do not see it as being important for what often is just a username, e-mail address and a password. Then there is the issue of having to get your own IP address, install it and all that stuff and I doubt most know how or do not care.
Forum: Everything else WordPress
In reply to: Should I get an SSL certificate for my WordPress site?I do not think anyone will care if you have SSL installed and enabled for your forums. I say if you want to set one up then go ahead, it ain’t like anyone will moan about it.
And no, when it comes to security then nothing is an overkill.
Forum: Themes and Templates
In reply to: converting HTML to wp PHPDo you mind posting your /themes/scottsword/index.ph here so we can all have a look and see where the error is ?
Forum: Your WordPress
In reply to: Would appreciate feedbackA link to your site would be very useful 😉
Forum: Your WordPress
In reply to: Look at my SpamNo, as the actual spam articles will not have Adsense (I am aware they do right now as they was there during design). The about pages and the pages about how to help stop spam will.
Right now, it is work in process. I do understand what you mean though.
Edit: I do understand what you mean by a moral point of few as I would be making money from other people losing out and that is why I am not going to have Google Adsense on the actual post with the spam in it. The pages which do not have the actual spam e-mails published will have Adsense as I do need to fund the website and the project behind it.
You can have a try using Simple:Press. I would advise however you wait a bit and use bbPress Plugin when it is ready.
Forum: Fixing WordPress
In reply to: i erased the home page permanently…please HelpWell first, can you tell us how you erased it and secondly what is the URL to your website.
Forum: Plugins
In reply to: My WordPress.com Stats plugin has stopped workingRight click, View Source is enough to see there is no footer 😉
Forum: Plugins
In reply to: WordPress won't install plugins.It is forcing all .php files to be loaded via PHP 5 … in a basic sense. 1and1 I believe supports both PHP4 and PHP5.
Forum: Plugins
In reply to: WordPress won't install plugins.Try adding
AddType x-mapp-php5 .phpto your .htaccess file in your root directory.