Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] I18N Blog System
#2
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
Code:
<?php $blogusername = return_special_field('user','',false); ?>
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
Code:
{% blog-functions %}
from the i18n-blog page and add
Code:
<?php get_component('blog-functions'); ?>
in the i18n-blog special page type search code. Just my experience.
Reply


Messages In This Thread
[Tutorial] I18N Blog System - by Angryboy - 2012-03-25, 04:56:54
[Tutorial] I18N Blog System - by jay_m - 2012-04-14, 10:48:19
[Tutorial] I18N Blog System - by Angryboy - 2012-04-15, 17:00:19
[Tutorial] I18N Blog System - by jay_m - 2012-04-16, 02:43:52
[Tutorial] I18N Blog System - by Angryboy - 2012-04-17, 00:29:12
[Tutorial] I18N Blog System - by m1k3y - 2012-05-06, 21:41:44
[Tutorial] I18N Blog System - by Angryboy - 2012-05-07, 04:37:14
[Tutorial] I18N Blog System - by m1k3y - 2012-05-07, 05:27:46
[Tutorial] I18N Blog System - by snooze - 2012-10-24, 09:06:52
RE: [Tutorial] I18N Blog System - by datiswous - 2012-12-20, 19:36:55



Users browsing this thread: 1 Guest(s)