JustBlogIt and pLog howto
You're surfing the net, reading news, you find something interesting JustBlogIt with simple right click ! Its really cool tool, I tryed to used on pLog so here is a tip how you can use it too
First edit your /templates/admin/newpost.template and add this code just before the form
{if $smarty.request.postText}
{assign var=postText value=$smarty.request.postText}
{/if}
{if $smarty.request.postTopic}
{assign var=postTopic value=$smarty.request.postTopic}
{/if}
Then you need to configure JustBlogIt, so here is the line you can use :
http://yourdomain/admin.php?op=newPost&postTopic=%TITLE%&postText=
I added quotes to text so you can just add your comments, some notes, or just post it as it.
%TEXT%
source


