2012-04-14, 10:48:19
I was looking for something like this. Awesome work tying the special pages together like that. I made one slight change. I have the Multi User plugin installed and set the $blogusername variable with
to set the username of the blogger instead of having a field in the i18n-blog special page for them to type it in. Of course the user name defined in the author special page and the username defined in the multiuser plugin must be the same.
Note...I had some issues getting your script to work out of the box. I had to remove from the i18n-blog page and add in the i18n-blog special page type search code. Just my experience.
Code:
<?php $blogusername = return_special_field('user','',false); ?>
Note...I had some issues getting your script to work out of the box. I had to remove
Code:
{% blog-functions %}
Code:
<?php get_component('blog-functions'); ?>