Active
Project:
GoJoinGo
Version:
4.6.x-1.x-dev
Component:
Documentation
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2006 at 01:07 UTC
Updated:
22 Feb 2006 at 04:26 UTC
Josh and I talked about conglomerating some links to help with GJG administration....here is something to start us off:
GJG Blocks (josh these are dynamic links since the blocks will change URL):
<h2>Configure GJG Blocks<h2>
$blocks = array('GJG: Group profile','GJG: Group actions','GJG: My friends','GJG: Recommendations','GJG: User block *CODE
ONLY*','GJG: Personal content');
foreach($blocks AS $info) {
$block_no = variable_get($info, '');
if(is_numeric($block_no)) print '<a href="/admin/block/configure/block/'.$block_no .' "> '. $info.' </a><br>';
}
<a href="/admin/settings/gjg">Change the help text and threshold at the top of my events, my home, my friends, my groups.</a>
<a href="/admin/theme">Configure your theme</a>
Comments
Comment #1
webchickSome others:
- Groups users should be joined to upon registration
- Users who should automatically be friends with user upon registration