Forum Replies Created
-
In reply to: Error activation plugin
OK, tested the nightgunner5’s patch and it works for me on Windows XP.
Thank you very much chrishajer!
“Why would you use a testing environment?”
Because we are 2 developpers.
In reply to: Error activation pluginI have WordPress 2.9 and bbPress 1.0.2
Everything works well on the host’s server. It’s in localhost that the activation of the extensions is impossible.
I have determined that this worked if I put the file of the plugin(ie unread-posts.php) directly in the “my-plugins” directory.
If I put unread-posts.php in the “unread-posts” directory, this does not work.
/forum/my-plugins/unread-posts.php work fine
/forum/my-plugins/unread-posts/unread-posts.php does not work.
In reply to: Error activation pluginNo, i have installed WordPress then bbpress in a directory /forum. When I want to active a plugin of bbpress i have this message.
In reply to: list of unread postsSince-last-visit displays all new posts since user’s last visit as view.
How could they changed so that display is manually triggered off, ie by adding a view?
In reply to: list of unread postsIn fact, I would like to add a view in footer.php but I do not know how to make.
<?php if ( bb_is_user_logged_in() ) : ?><br />
<div id="viewdiv" class="widget"><!--Accès direct --><br />
<h2><?php _e('Views'); ?></h2><br />
<ul id="views"><br />
<li class="view"><a href="#">Messages non lus</a><br />
<?php foreach ( bb_get_views() as $the_view => $title ) : ?><br />
<li class="view"><a>"><?php view_name( $the_view ); ?></a><br />
<?php endforeach; ?> </p>
<p> </div><br />
<?php endif; // bb_is_user_logged_in() ?>In reply to: list of unread postsI was tested this plugin but it does not make what I want. I want to show a list and not to mark forums or topics or posts.