Hi, how to make group description shown on group page?

Comments

moshe weitzman’s picture

Status: Active » Closed (fixed)

theme the group homepage

kzuser’s picture

Status: Closed (fixed) » Active

where is it change?

in og files with ftp

or in admin control panel?

moshe weitzman’s picture

Project: Organic Groups » Drupal core
Version: 5.x-5.0-rc2 » 7.x-dev
Component: og.module » theme system
Priority: Critical » Minor
Status: Active » Closed (fixed)

sorry, you need to learn about drupal themeing in order to do this. this is not an og issue anymore.

kzuser’s picture

Priority: Critical » Minor
Status: Active » Closed (fixed)

ok! thank you!

but before can you provide me a little bit direction where to start
or short explain me how to show description like on drupal groups page

can you give me start point to learn this things?
links?

kzuser’s picture

Priority: Minor » Normal
kzuser’s picture

Priority: Normal » Critical
Status: Closed (fixed) » Active
scoutbaker’s picture

Information on theming can be found in the handbook at http://drupal.org/theme-guide. There is also a Drupal 5 Themes book that has been published. You can get more information by clicking on the add on the right side of the main handbook page at http://drupal.org/handbooks.

You might also find some useful information in the customization area: http://drupal.org/node/257.

kzuser’s picture

Priority: Minor » Critical
Status: Closed (fixed) » Postponed (maintainer needs more info)

absolutely anybody wont help me?

hey guys why you keep its like secret?

can you help me with this issue

im sure you know how to solve it

keith.smith’s picture

Priority: Critical » Normal
Status: Postponed (maintainer needs more info) » Closed (works as designed)

kzuser, no one has the intention of keeping anything secret. ScoutBaker referred you to some very good resources in #7.

I know this an important issue for you, but "critical" is reserved for issues that cause Drupal to break. This is a normal support issue, and I'm setting it to by design because I think the software is acting as it should -- you just have to tell it what you'd like it to do, by using some custom theming on your group home page. This is not something that can be accomplished through the Drupal web interface, but may involve writing some custom code, modifying the *.tpl.php (and template.php) files in your theme's directory, or adjusting the CSS style sheets for your theme.

The theming forum might be a better place for this support request.

kzuser’s picture

Component: theme system » Garland theme
Priority: Normal » Critical
Status: Closed (works as designed) » Postponed (maintainer needs more info)

ok, what code means group description in what files?

keith.smith’s picture

Component: Garland theme » theme system
Priority: Critical » Normal
Status: Postponed (maintainer needs more info) » Fixed

Seriously. If you'll go post in the theming forum (and respond here with a link to your post), I'll do my best to respond and help you there.

But the core issue queue is not an appropriate place for this discussion.

keith.smith’s picture

Status: Fixed » Closed (works as designed)

(Selected the wrong status by accident.)

keith.smith’s picture

Actually, I see from your tracker that http://drupal.org/node/219676 (among others) is such a post in the forums. I'm just going to continue there, and (hopefully) we can let this issue rest.

kzuser’s picture

Priority: Normal » Critical

hi, please help with this issue http://drupal.org/node/219421

Village Internet’s picture

Go to /modules/og/theme

Copy node-og-group.tpl.php into your theme directory

add the following code into the content section (after the title)

print $node->og_description

Village Internet’s picture

Here is how to add the description to the group pages

Go to /modules/og/theme

Copy node-og-group.tpl.php into your theme directory

add the following code into the content section (after the title)

print $node->og_description

avpaderno’s picture

Assigned: kzuser » Unassigned
Priority: Critical » Normal
Status: Closed (works as designed) » Closed (fixed)