rudolf45
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: “MichaelH” blocked my IP Blockage. Why?I am afraid you have a reading impairment. Nobody accused you with anything – if I read that message correctly. It says you share an IP address with a spammer, i.e. the spammer named “Aukcje” logs to the internet from the same IPS (maybe he’s your naighbour? LOL – just kidding), and the admin of the Codex blocked everybody from that IP address. That’s the nature of the shared IP addresses that are assigned to us by our internet providers.
As for contact… click above your post on MH’s name.
Forum: Fixing WordPress
In reply to: Why can’t I modify my sidebar?Why doesn’t your site let me come back here with my Back button and tries instead to keep me there?
(maybe others got as annoyed as I did)
Good luck!Forum: Requests and Feedback
In reply to: Opinion on taking over plugin developmentYou mean a “button” in the Quicktags? Just modify the quicktags.js (I think it’s in the wp-includes).
Forum: Everything else WordPress
In reply to: “MichaelH” blocked my IP Blockage. Why?Your IP address shouldn’t be your host but your internet service provider (unless they are the same). In other words: the company that sold you the internet access.
Forum: Themes and Templates
In reply to: Navigation Menu itemsDon’t mix the blogs on wordpress.com and a self-hosted WP installation. They use two different software! That’s what we were trying to tell you…
On wordpress.com you have limited possibility for customization. Playing with a blog there will never give you the idea what can you do with your own installation.
What I see on your wp.com blog is not your design: it’s a premade blog where you added some Pages. That’s still far from your own design.
If you want your own hosted blog – forget the wordpress.com and don’t even mention it in this forum 🙂However, if you want things like my account and similar tabs seen at wp.com – you need to install WP MU > http://mu.wordpress.org the multiuser version of WP.
Forum: Plugins
In reply to: SRG Clean Archives not workingIsn’t that plugin for displaying your list of archived posts in a Page (as it is in the author’s demo)?
Forum: Fixing WordPress
In reply to: Creating A SidebarWith all due respect, samboll, I don’t think that get_1_sidebar would work. There is no such function defined in the WP engine.
However, you can include any file from the theme’s directory using a simple code like:
<?php include (TEMPLATEPATH . '/anothersidebar.php'); ?>
Also, keep in mind: if you are adding additonal sidebar or sidebars you’ll need to alter the original width of your blog and maybe to make other changes in your css file and/or html code.Forum: Themes and Templates
In reply to: outline of include filesDo you mean how the different template files in a theme are put together to display the blog? If yes, they all are more or less following the outline shown in this article.
Forum: Fixing WordPress
In reply to: How to make sticky posts/bannersThose are two very different questions.
For “sticky” posts – saerch for a plugin named Adhesive.
For inserting banners in between your posts – see this tutorial: http://www.tamba2.org.uk/wordpress/adsense/Forum: Fixing WordPress
In reply to: Please Help. Comments and Pages show ErrorCheck and reset your permalink settings.
Forum: Themes and Templates
In reply to: different pages with different themes?What you could do: hide/exclude that page from being listed in the menu in all the other themes.
That is done on theme level; i.e. the Page will be always in the database, you just don’t show it in your other themes.Forum: Themes and Templates
In reply to: Navigation Menu itemsi tried to modify the blog which i created using wordpress.com
If by that you meant you are using WP MU – you are in the wrong forum!
If you have a blog hosted on wordpress.com – you are in the wrong forum again.Having a simple blog using WP on your own server or having WPMU installed on your server or having a blog at wordpress.com they are 3 (three) different things.
Which one are you talking about?Forum: Fixing WordPress
In reply to: No access to front pageI can see the frontpage of your blog by going to the address you gave above. Did you fix it?
Forum: Installing WordPress
In reply to: After upgrading to 2.1.2 no menubarFirst, make sure your theme is WP 2.1. compatible.
If the menu is based on a special query for Pages – that might cause problems, see this article.
But if the menu is using the “classic” wp_list_pages template tag – you should be fine.Forum: Fixing WordPress
In reply to: changing blog’s nameYou should tak to your host: “mod security” is a server setting that they have to change.
and upgrade to 2.1.2!