andreacimatti
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Use query_posts with multiple post_ids?What I did is I put the query_posts through a loop with a variable $postid
query_posts(‘post_id=$postid’)
it is not pretty but it works
Forum: Everything else WordPress
In reply to: Use query_posts with multiple post_ids?this is exactly what i’ve been trying to do for the past 3 hours. no luck yet.
Forum: Fixing WordPress
In reply to: [Plugin: WPListCal] Date in ItalianI have exactly the same request
Forum: Fixing WordPress
In reply to: remove hyperlink from the_categoryhow did you do it? please share with us.
Forum: Plugins
In reply to: Retrieve posts from multiple categoriesJeremy, your code is good!
Any idea on how to keep the order and hierarchy in the list of categories to check?Forum: Fixing WordPress
In reply to: Fatal error when uploading imagessorry, you are right. for me this is resolved
Forum: Plugins
In reply to: Sharing user data between WordPress sites.C’mon Oliver…share the hack with us or at least give us some hints as to how you achieved this.
Forum: Fixing WordPress
In reply to: Fatal error when uploading imagesok..I fixed the problem. The problem was that I switched server so the image paths were not being read correctly.
To get it to work again I erased everyting and did the following:
1. I did a fresh install of wordpress and made sure that the image upload worked without errors on my first post.
2. I ran an automatic subtituion of the previous server path with the new correct server path in my sql file.
3. I imported the sql file with the substitutions.
everyhing works fine.Forum: Fixing WordPress
In reply to: Editing the TinyMCE configuration to allow tables in pagesdoesn’t work for me with wp 2.0.1
Forum: Fixing WordPress
In reply to: Editor Breaks HTML Tables?Ive read something that says that wordpress does not allow inserting tables trhough TinyMCE
My workaround is not pretty but it works. I use several tables made up of one row one after another.
it seems tinymce allows this.
The TinyMCE however is in my opinion WordPress’ worst feature – the one most of my clients complain about.Forum: Fixing WordPress
In reply to: Changing the website theme doesn’t stickI have identical problems with two blogs… only way to workaround this ‘bug’ is to set the theme you like and rename as default
Forum: Fixing WordPress
In reply to: How do I require first and last names on the Register page?to add user data to your registration pages or to your user profile pages you can try the cimy extra fields plugin.
Forum: Fixing WordPress
In reply to: More user detail upon loginto add user data to your registration pages or to your user profile pages you can try the cimy extra fields plugin.
Forum: Fixing WordPress
In reply to: How to get more info from registration form?to add user data to your registration pages or to your user profile pages you can try the cimy extra fields plugin.
Forum: Fixing WordPress
In reply to: HOWTO: Adding extra custom fields to wp-register.phpto add user data to your registration pages or to your user profile pages you can try the cimy extra fields plugin. It’s all ready to go all you need is follow the instructions.