<a href="{$jamroom_url}/{$_post.module_url}/{$_post.option}/{$_post._1}/thing={$_post.thing}/promo_id={$_post.promo_id}">link</a>
<a href="{$jamroom_url}/{$_post._uri} ">link</a>
//------------------------------
// profile_default
//------------------------------
function profile_view_jrBlog_default($_profile,$_post,$_user,$_conf)
{
// fdebug($_post);
// (2014-02-13T20:53:35+00:00 0.50365100)-(mem: 10485760)-(pid: 35317)-(uri: /admin/blog/category/testing)
// Array
// (
// [_uri] => /admin/blog/category/testing
// [module_url] => admin
// [module] => jrBlog
// [option] => category
// [_1] => category
// [_2] => testing
// [_profile_id] => 1
// )
if (!isset($_post['_1']) || strlen($_post['_1']) === 0) {
return false;
}
switch ($_post['_1']) {
// list all categories OR blog posts in a category
//------------------------------
// invite send
//------------------------------
function view_ujTogether_invite_send($_post, $_user, $_conf)
{
//fdebug($_post);
// (2013-12-02T00:32:26+00:00 0.53703800)-(mem: 7864320)-(pid: 6061)-(uri: /together/invite_send/__ajax=1)
// Array
// (
// [_uri] => /together/invite_send/__ajax=1
// [jr_html_form_token] => f0833dd3179b19bf4950ed8906812c4a
// [jr_html_form_profile_id] => 1
// [invite_id] => 2
// [note_subject] => here you go
// [module_url] => together
// [module] => ujTogether
// [option] => invite_send
// [__ajax] => 1
// )
// Must be logged in
jrUser_session_require_login();
jrUser_check_quota_access('ujTogether');
// need to cache this before validating
$xid = $_post['invite_id'];
// validate the form
jrCore_form_validate($_post);