neuville
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: failed to open stream error when switching to php5@ whooami: no, it isn’t. I’ve just switched to php4 and it works fine.
@sambroll: yes, the file is there (admin/wordpress/)
Forum: Fixing WordPress
In reply to: wordtube and 2 quick questionsHello Alex,
thanks for your reply!For the #1 is there a way to integrate the wordtube module with the viral plugin at long tail video?
here’s the link: https://www.longtailvideo.com/AddOns/productpage.html?addon=47&q=
ciao!
Forum: Fixing WordPress
In reply to: Add thumbnail in home page without pluginsHello greenshady, just tested, it echoes just the blog main address, with no images attached.
this is the code I’m using:
<?php
global $post;
$default_size = 'thumbnail';$attachments = get_children( array('post_parent' => $post->ID, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID', 'numberposts' => 1) );
if($attachments) :
foreach($attachments as $id => $attachment) :
$img[0] = wp_get_attachment_image_src($id, $default_size);
endforeach;
endif;
?>is there any hack I’ve to do with it?
Forum: Fixing WordPress
In reply to: Add thumbnail in home page without pluginshello Greenshady,
thanks for your quick reply. just tested but not working, no images showing up in the homepage…Forum: Plugins
In reply to: [Plugin request] Add a user as a friendhello there, just a question: buddypress plugins will work also on a classic wordpress installation or is WPMU required?
thanks
Forum: Fixing WordPress
In reply to: Giving last post a different style from recent postsIt works fine, Clicknathan
Thank you a lot! ??
Forum: Fixing WordPress
In reply to: Guys! Urgent help needed!solved, my host was hacked and they changed me the password.
thank you all for your help!
Forum: Fixing WordPress
In reply to: Guys! Urgent help needed!Hey Jetshack,
thank you, that would be great if you drop me the page, so I’ll attach it at the emails sent (I’ve not saved it from myself as I should have done: usually I’m a monster with things related to job but not with my own things… ??I’ll contact you by your weblog, looks good?
Forum: Fixing WordPress
In reply to: Guys! Urgent help needed!Hello whooami,
thank you, every suggestion is welcome and precious. I’m trying to solve the issue with the webhost, but they quite suck at customer service and so I feel I’ll change host very soon.this told, the odd thing is that the prob. started since the update (I saw it because my rss feed was broken) and is not visible coming back to the previous version.
Maybe I’ve lost some security update of the 2.2 version…
Forum: Fixing WordPress
In reply to: Guys! Urgent help needed![ok, I’ve also contacted my webhost :-)]
Forum: Fixing WordPress
In reply to: Guys! Urgent help needed!I switched to the old version of WP (2.0.3) and the problem looks solved.
Maybe it’s a security issue of the new version?
Forum: Fixing WordPress
In reply to: Help! – Allowed memory size errorHi guys,
the thing seems resolved. I’ve progressively disabled all the plugins and tested: the problem was with the Ultimate Tag Warrior. I do not know what kind of problem, but it is working good now without the plugin.Thank you for your time and support ??
Forum: Fixing WordPress
In reply to: Help! – Allowed memory size errorHello David,
it happens just when saving. The posts are saved and published, but instead of getting the new post panel i get the error on the blank page.The weblog is correctly updated, btw.
I’ve not the wysiwyg (but just the html, since the wysiwyg is not precise on formatting), but I don’t know hot to disable teh preview and to get the simple post screen.
I’ve about 25 categories in the panle, but I was thinking it could be a problem of tags: I’ve UTW installed with tons of tags…
Forum: Fixing WordPress
In reply to: Help! – Allowed memory size errorstill not working… it just happens when posting / editing new posts, while the weblog looks working good…
Forum: Fixing WordPress
In reply to: Help! – Allowed memory size errorHey guys, thank you.
The host is really cheap, but is the better I can buy ??
I’ll disable cache and check if it work.
thanks again