vlp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to count users?Forum: Fixing WordPress
In reply to: Examples of wordpress as CMSI mentioned here before but here is again
Forum: Fixing WordPress
In reply to: My server is pinging itseftMoshu: Not a lot, but yes, sometimes
Otto42: I’m using version 2.0.10, not 2.1
The host company told me it is like 10 request to server instead of one (if it is not pinging itself).
Forum: Plugins
In reply to: How can I use an alternative header.phpMaybe look sometime to Docs/Codex and save yourself time…
Anyway, this is the solution
<?php include (TEMPLATEPATH . ‘/header2.php’); ?>
for sidebar use the same principle
Forum: Plugins
In reply to: Table of Authors/Registered Usershttps://wordpress-plugins.biggnuts.com/ try this one
Forum: Themes and Templates
In reply to: Splash page?It works great, thanks:)))
Forum: Fixing WordPress
In reply to: Customize and upgrade the write pageI think this plugin (maybe with some others like Limit Cats) will solve your problem
https://thedeadone.net/software/tdo-mini-forms-wordpress-plugin-v01/
Forum: Plugins
In reply to: multiple authors in a web magazine…Hi, I think this could solved your problem
Forum: Your WordPress
In reply to: New Mag based on WordPressthanks theiconoclast31, I did that too before and didn’t find any broken example (not including IE 5.01). That’s the reason I would like to have screenshot from Daath.
Forum: Your WordPress
In reply to: New Mag based on WordPressthanks theiconoclast31, I did that too before and didn’t find any broken example (not including IE 5.01). That’s the reason I would like to have screenshot from Daath.
Forum: Your WordPress
In reply to: New Mag based on WordPressmhains: never think of that, but I’m not sure If I would be able to do that, many plugins has been used and changed, it would not work without them.
Daath: Can you specify what you mean *completely* broken in FF2? Because I’m running FF2 and everythinks looks all right. Maybe a screenshot will be helpfull. thanks
Forum: Your WordPress
In reply to: New Mag based on WordPressI installed HTML Validator plugin – it shows me no error just warnings.
I cleanup some of the warning (25 from 66), but when I tried the other one, it mess up my design.
Most of the warning are with images in the middle, where this php code is used:
<?php $clanky_query = new WP_Query('category_name=clanky&showposts=4');
while ($clanky_query->have_posts()) : $clanky_query->the_post(); ?><div class='clanky'>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>">
<?php
if (function_exists('samsarin_the_thumbnail'))
$before = "";
$after = "";
samsarin_the_thumbnail("before=$before&after=$after");
?>
<h3><?php the_title(); ?></h3></a></div><?php endwhile; ?>
Forum: Your WordPress
In reply to: New Mag based on WordPresshi, thanks for feedback:)
mhains: for tag clouds I’m using jerome keywords plugins 2.0 beta
evertj: I designed myself
Nitallica: I know about the errors, some of them are made because of PHP, i’m trying to fix it but sometimes I have no idea how;)
Forum: Fixing WordPress
In reply to: Display list of users (with a twist) – help!Anybody found solution for this topic? This is exactly what I need right now.
Forum: Themes and Templates
In reply to: Display Random Posts from Specific Categoriesthanks rembem, you save me a lot of time;))) it works very well, finally easy to use and customize random plugin