Snat
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin Failure-Privacy PoliceTurning off the plugin will disable the error message. You can delete the folder terms-and-conditions using FTP should you be unable to disable using the WordPress admin panel.
Forum: Fixing WordPress
In reply to: Comments enabled everywhere, but showing 'comments off' on blog pageStandard three things first to rule out the basics. Have you tried it with the default theme (I did see you say you loaded tons of themes again, but just asking), no plugins and are you running the latest version of WordPress ?
Forum: Fixing WordPress
In reply to: Domain Hacked and RedirectedIt did not redirect on mine. You would be wise to check as many browsers you can. I was using Google Chrome when I clicked it, and not in a position to try others sadly.
Forum: Plugins
In reply to: [Adminimize] What happened to the Adminimize plugin?No idea if it was removed or not but I can see there is an XSS security issue going ahead with that plugin.
Forum: Fixing WordPress
In reply to: Domain Hacked and RedirectedThat looks like it will be in header.php on your theme folder. Without a URL, we can not really check where exactly.
This URL will help on the steps you should do next: http://codex.wordpress.org/FAQ_My_site_was_hacked
While I am not aware of such a plugin, do remember unless you are given the right by the uploader (or if it is under such licence such as Creative Commons), you do not have the right to be able to download their videos and then re-host them yourself.
Forum: Fixing WordPress
In reply to: Embedding an external web page as a blog postI do have two issues here. Not sure if you can also help with these or not but I can move on if it is too much. Anyway.
If by second bit, you mean the iFrame code you can mess around with the bit called “width=XX” to change how wide it should be. Change the value and see if that helps.
Also, I got the first piece of code working. Thanks! Is it possible to insert something that will get this new url to open in a /new/ window instead of taking the place of the page I am in? You know how you can tell a link to open in a new window? Is it possible to tell the code to cause this to happen with the code you kindly supplied?
It’s simple to get any link to open in a new page, just use target=”_blank”. Based on the HTML I given you yesterday, it would be like this.
<a target="_blank" href="Your link here"><img class="alignleft size-full wp-image-5261" title="universal joint on weekly dose of architecture" src="http://formpig.com/blog/wp-content/uploads/2011/09/universal-joint-on-weekly-dose-of-architecture.png" alt="" width="948" /></a>Forum: Plugins
In reply to: Which is the best Forum plugin for WordPress site ?You would be best asking over at http://bbpress.org.
Forum: Fixing WordPress
In reply to: Embedding an external web page as a blog postCan I please /also/ just ask you how I insert additional code to make the /existing/ image an active hyperlink??
<a href="Your link here"><img class="alignleft size-full wp-image-5261" title="universal joint on weekly dose of architecture" src="http://formpig.com/blog/wp-content/uploads/2011/09/universal-joint-on-weekly-dose-of-architecture.png" alt="" width="948" /></a>Not sure what you mean in your other question, but by using the HTML code
<iframe src="http://archidose.org/wp/2011/09/26/grover-residence/" width="948">It will embed in your post / page. You need to insert it in the HTML bit for it to have any affect. Unless I am mistaken (I often check these forums either when I just woke up, or very sleepy) the code above is what you want. If it is not, I will look over again and work out what you mean and get you sorted.
Forum: Fixing WordPress
In reply to: Embedding an external web page as a blog postMake sure to put the iframe code by clicking inserting it as raw html (there is a tab on the edit page that allows you to switch to HTML).
Forum: Fixing WordPress
In reply to: Blog will not open!It looks likes you have not yet setup the domain to point to your hosting account. I would contact 1&1 and ask them to guide you over setting up the domain with their hosting account.
Forum: Fixing WordPress
In reply to: Embedding an external web page as a blog postNot sure if I understand you but here goes.
Sorry, you do not have iframe working. Click here to go to the article.
That part is where you want to include a hyperlink to the website you want to embed the article too. This is just incase the person’s browser does not support iFrames and it allows them to still read the article on the other website.
Forum: Plugins
In reply to: Which is the best Forum plugin for WordPress site ?While Simple:Press currently has quite a nice set of features, I would have a look at bbPress as it is a light weight forum from the same people behind WordPress.
Forum: Plugins
In reply to: Public Board where anyone can post without registering. [Plugin]Although a little work would be needed, bbPress should be able to do this. First of all just enable bbPress so it accepts guests posting and starting topics and then use the template tag to show the latest topics on the home page.
Although bbPress plugin is still in development, it may be a worth looking at. I would also advise going onto bbPress website itself to look around how to do the template part of it – http://bbPress.org
Forum: Fixing WordPress
In reply to: Embedding an external web page as a blog postI suppose you could use an iframe to do it, but not sure if the other website would like you doing so.
That said, if you want to use iframe try this.
<iframe src="URL" width="XXXX" height="XXXX">Sorry, you do not have iframe working. Click here to go to the article.</iframe>