13Q13
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to list subpages of active pageAnyone?
Forum: Hacks
In reply to: Add time to recent comments widgetAnyone?
Forum: Plugins
In reply to: Add time to recent commentsCome on?
Forum: Hacks
In reply to: Add time to recent comments widgetCome onnn, I’m not the only one trying to do this, right???
Forum: Fixing WordPress
In reply to: No excerpt and custom fields @ New Post/Page???Nevermind, I forgot I disabled them @ screenoptions waaaaayyyy back, got them now.
Forum: Plugins
In reply to: Change language, last visit member datetime!Someone?
Forum: Plugins
In reply to: Return VIDEO thumbnail from postsGot it.
<?php query_posts('posts_per_page=4'); //define amount of posts while (have_posts()) : the_post(); global $post, $posts; $first_img = ''; ob_start(); ob_end_clean(); $output = preg_match_all('/\/watch\?v=(.*?)[&\"]/i', $post->post_content, $matches); $first_img = $matches [1] [0]; if(!empty($first_img)){ $img = "http://i2.ytimg.com/vi/{$first_img}/default.jpg"; echo $img; //gives URL to thumbnail } endwhile; rewind_posts(); ?>Forum: Fixing WordPress
In reply to: Adding an image …Please, someone help me out???
Man, this plugin is just AWESOME (it really is), but it lacks a few things like the ability to create multiple directories (e.g. recipes directory, business directory, address book, …) and also for some reason viewing the ‘single’ and ‘category’ page gives a 404 when the WP Recipe Press plugin is active as well.
Forum: Plugins
In reply to: Get 404 with Recipe Press & Business ManagerAnyone got a clue???
Forum: Fixing WordPress
In reply to: Cannot embed IMG, OBJECT, etc.Anyone???
Forum: Fixing WordPress
In reply to: Cannot embed IMG, OBJECT, etc.The strange thing is… I CAN embed JPEG files with IMG. but GIF gets refuesed.
So:
<img src=”some_image.gif”/> simply does not work, nothing shows up.
But a jpeg image does how up.
<img src=”another_image.jpeg” />
I tried all sort of things. I disabled BuddyPress, reïnstalled WordPress, version 3.0, 3.01, 3.02 … nothing helps, for some reason some extensions such as GIF are being ignored when you hardcode them in for example index.php.
Forum: Plugins
In reply to: Need a custom directory plugin PLEASE HELP!!!Isn’t there anyone who can help me with this? Come on…
I just need a plugin which can do:
– a directory where I can add categories
– users can add pages/listings to those categories
– those pages/listing got custom fields presetup by mePlease help me…
Forum: Plugins
In reply to: Need a custom directory plugin PLEASE HELP!!!By the wayyy, WP BUSINESS DIRECTORY MANAGER is a really nice plugin for this purpose, but the main diadvantage of this plugin is that you only can create categories for just one directory. So you can’t make multiple directories with each its own custom fields & categories. What a bummer…