Hi,
the link in the FAQ for creating a 'real' management page is dead (http://lab.duechiacchiere.it/index.php?topic=71.0)
How can such a page been created?
Thanks.
http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/
Hi,
the link in the FAQ for creating a 'real' management page is dead (http://lab.duechiacchiere.it/index.php?topic=71.0)
How can such a page been created?
Thanks.
http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/
Support is welcome on this topic! I can't run the plugin without the real page.
It's from his site and should work.
-----------------------------------
Create a real management page
Depending on what other plugins you are using, you may need to manually create a real page in WordPress, that my plugin will use as its public "management" page. In order to create the page, follow these steps:
make a copy of your template's index.php (or page.php, if you have one), and call it subscribe.php
open it with notepad and add the following code at the very beginning
Code:
<?php
/*
Template Name: Subscribe To Comments
*/
if (isset($wp_subscribe_reloaded)){ global $posts; $posts = $wp_subscribe_reloaded->subscribe_reloaded_manage(); }
?>
set the corresponding option under Settings > Subscribe to Comments > Management Page > Virtual Management Page to NO
create a new page in wordpress and choose the template you created earlier in this process from the dropdown menu; the permalink of this page should match what you have in the corresponding option, in my plugin
You must log in to post.