Forums
When a user click on course description on the right sidebar it just shows subscribe to course link nothing else.But for admin and manager can see all details regarding course like price,purchase button if course is paid,user expiration etc..How can i customize of able to show for non members some specific information in that block.
Hi vantony,
Hi vantony,
Look at the css.
Currently it is beeing shown or not based on css, and if you are admin.
Take a look at template.php and styles.css
Best regards
I can see in template.php
$roles = og_get_user_roles('node', $vars['node']->nid); foreach ($roles as $role) { $vars['classes_array'][] = str_replace(' ', '-', $role); } if (user_access('administer nodes')) { $vars['classes_array'][] = 'is-admin'; } } }
Any idea ?Is that a block ?
Hi vantony,
Hi vantony,
As i said, look at the styles.css file.
Its just css hiding it.
Best regards