nlex
Forum Replies Created
-
Forum: Plugins
In reply to: Use with plugin Language Switcher?maybe ask the author (yeh i know it doesn’t help but its sill a good idea)
Forum: Plugins
In reply to: Language switcher troubleshootingMaybe write an email tot he author, it seems bizarre if it’s only ‘somtimes’
Forum: Plugins
In reply to: Language Switcher and HTML outputi’m not a specialist but don’t you think you need to localise your theme ?
https://www.zyblog.de/2006/01/15/localizing-wordpress-themes/1/check LS homepage too
Forum: Fixing WordPress
In reply to: Language Switcher Not working completelyAre you using a default theme or your own theme ?
Forum: Fixing WordPress
In reply to: I can see thumbnails on my posts, but not when I browse my uploadsWell i need to correct this : when i upload a file i can see the thumbnails and it works, but i can still see old files that are no more here and i suspect i don’t see files uploaded thru ftp
Forum: Fixing WordPress
In reply to: I can see thumbnails on my posts, but not when I browse my uploadsSame problem here with WP 2.3.3
If i click on the thumb then Edit : i see a wrong path. Its tryin to browse a folder that no longer exist (i’m no more using the option “Organize my uploads into month- and year-based folders” and i change the folder where i upload my image.
It’s like WP didn’t updated this, what can i do ?
Forum: Fixing WordPress
In reply to: Browse and Browse All does not work…SOrry what is IIS manager ? I’m on a Mac it sounds like its Windows app… ?!
Forum: Fixing WordPress
In reply to: browsing upload problemmay i add,
in the browse all ‘window’ i see thumbs (but with no working previews) when i click ‘edit’ i can the url of the image that is :
/wp-content/uploads/2008/03/blabla.gifBut there is no more 2008 folder !!
It actually tries to preview files that no longer exis ! help !Forum: Plugins
In reply to: New plugin: Post Thumbssettings are a bit tricky, pay special attention to the URL you provide in the options
you have to know the REAL adress of your site on your server, it may require using a little PHP script (i found it here on the forum, i think this thread)
Forum: Plugins
In reply to: New plugin: Post Thumbsi realise it was a nonsense to work in my sidebar.php if i want this thumbs to appear in the main page (i mean where the single post appears). So i worked on my category.php and it looks better. The only problem is that it shows all (thumbs of) the posts i have instead of just the one from the category. In other word the category function doesn’t work anymore.
any idea ?
Forum: Plugins
In reply to: Post Thumbs Revisited : problemi hae a feeling what i’m tryin to do is not so complicated, anyone got an idea of the code ?
Forum: Plugins
In reply to: Post Thumbs Revisited : problemis there a way to check if the plugin is well installed and works ?
Forum: Plugins
In reply to: New plugin: Post Thumbsi tried this from the Read me :
<?php
$posts = get_posts(“numberposts=8&offset=0”);
foreach ($posts as $post) :
setup_postdata($post);
$post_link = get_thumb(“SHOWTITLE=TD”);
if ( !empty($post_link) ) { echo $post_link; }
endforeach;?>but it displays the list of posts direcly in the sidebar, me i want to have this list as a result of clicking one of the sidebar’s catgegories
the list should appear where the posts take place…
am i making sense ?
Forum: Plugins
In reply to: New plugin: Post ThumbsOk i’m tryin to do somethin and i’m pretty new to those things so i’m gonna try to be clear :
Actually i have a (left) sidebar, and there is a category list. So you can click on one of the listed categories and the post appears (at the right)… no surprise ok.
Now what i would like is when you click on one categories you have a list of thumbnails that appear at the right (where the posts appeared previsouly). Then you click on one of the thumbs – each one representing one post – and then ‘bang’ you have your post.
I have no idea how to achieve this, it look like PTR could do this but i have installed it and try to put some code i got from the forum here in my sidebar.php just after :
<?php wp_list_categories('title_li=<h2>' . __('mot-cl√?s.') . '</h2>' ) ?>
but it doesn’t seem to work and thumbs are not created anyway in the server
any help ?
Forum: Fixing WordPress
In reply to: visualy browsing posts in a category ? (yeh the title sucks…)maybe
i have installed the plugin but i don’t know what code to use exactly, actually i have this in my sidebar :
<div id=”sidebar”>
-
<?php wp_list_categories(‘title_li=<h2>’ . __(‘categories.’) . ‘</h2>’ ) ?>
any tip ?