Bloody
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Vice Versa] Blank screenServemark,
Same problem as you got.
I use pTypeConverter now.
https://www.ads-software.com/plugins/ptypeconverter/Forum: Plugins
In reply to: [WP Bulletin Board] Have a suggestion? Post it hereMaybe, a phpBB convertor will be useful ? ??
Forum: Fixing WordPress
In reply to: Author's page with paginationHere’s the code
<?php global $paged; query_posts( array( 'post_type' => 'galerie', 'author' => $curauth->ID, 'paged' => $paged ) ); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php the_title(); ?> <?php endwhile; else: ?> <?php endif; ?>
[No bumping, thank you.]
Thanks a lot for answer Mlazarov.
I’m using another plugin since 2 months.
Mlazarov,
I’ve got the 5.3.5 php version running.
mlazarov,
I’ve got these warnings.
Warning: disk_total_space() [function.disk-total-space]: Value too large for defined data type in /homez.346/chantdel/www/wp-content/plugins/hyper-cache-extended/options.php on line 116 Warning: disk_free_space() [function.disk-free-space]: Value too large for defined data type in /homez.346/chantdel/www/wp-content/plugins/hyper-cache-extended/options.php on line 117 Warning: Division by zero in /homez.346/chantdel/www/wp-content/plugins/hyper-cache-extended/options.php on line 119
Have you got a solution ?
ThanksCleanup,
Your code is a plugin for Wordpres or code to put in Punbb register.php file ?
Can you give me how to use this code.
I am very interested about that.
I’m using Alakhnor (french compatriot)plugin on my site, but i’m want more integration.
Viewing 7 replies - 1 through 7 (of 7 total)