poosk
Forum Replies Created
-
It worked for me too! THANK YOU BAGA
We’ll that might be a quick fix but I still need to get 3.1 up and running eventually
Oh god I just broke my biggest client’s website.. I really hate q-translate. It doesn’t seem to work with anything.
WP 3.0.5 seems to work fine with q-translate but now with 3.1 update I cannot see the admin texteditor input fields at all!
PLEASE SOMEONE HELP!
Forum: Fixing WordPress
In reply to: Blog by Email, Swedish letters, “?”, “?” and “?” not shown!set charset to latin1 from admin or modify the header file. If that doesn’t work remove charset from the congig file as well and leave it blank.
Forum: Fixing WordPress
In reply to: Blog by Email, Swedish letters, “?”, “?” and “?” not shown!bump. anyone? how do you set up your email encoding anyhow? Could the encoding be set to latin or something else than utf-8? How the database will handle it? should i send in plain text or rich text?
Forum: Fixing WordPress
In reply to: index posts limitOK I tracked it down to my left bar.. Basically this is the part that crashes the system:
<li class="widget"> <h2> Latest</h2> <ul> <?php query_posts('showposts=10'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <li><a href="<?php the_permalink() ?>"><?php the_title() ?></a><span class="recent_date"><?php the_time('n.j') ?></span></li> <?php endwhile; endif; ?> </ul> </li>
I’d really love to have it there though.. Any ideas whats wrong with that?
Forum: Fixing WordPress
In reply to: index posts limitnope doesn’t work.. I already tried that and it has no effect. The trouble apparently is on my 3column template file and especially on the left sidebar. This took me a while to notice but if I remove the following include leftbar code from index.php it displays the right amount of posts..
do you think php include somehow messes up something?
<?php get_header(); ?> <div id="content_box"> <?php include (TEMPLATEPATH . '/l_sidebar.php'); ?> <div id="content" class="posts"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>
Forum: Plugins
In reply to: lightbox and the onload problem…Anyone still have solution for this?!?!? My page has been shut down almost a week now for this and I can’t find any solution. Whether gzip is on or off scripts in head section won’t load before images. Only way is to add that code snippet to the bottom of the page mentioned above but it crashes IE totally.
Forum: Fixing WordPress
In reply to: Category PermalinkI REALLY REALLY REALLY NEED TO KNOW HOW TO DO THIS WITH 2.0.5
?!?!?!?! I NEED THE LINK IN TO EACH POSTS CATEGORY WITHOUT THE NAME OF THE CATEGORY INSIDE THE LOOP
Forum: Fixing WordPress
In reply to: get_category_link just gives back the root-dirneed this…someone please
Forum: Plugins
In reply to: best admin wysiwyg editor for 2.xI had this upload form which would be perfect but it has the most annoying habit of resizing all the images to wayy too small.. if anyone has similar plugins that would work hints would be appreciated