Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
theme system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2008 at 20:07 UTC
Updated:
30 Jan 2010 at 17:39 UTC
Hi, how to make group description shown on group page?
Comments
Comment #1
moshe weitzman commentedtheme the group homepage
Comment #2
kzuser commentedwhere is it change?
in og files with ftp
or in admin control panel?
Comment #3
moshe weitzman commentedsorry, you need to learn about drupal themeing in order to do this. this is not an og issue anymore.
Comment #4
kzuser commentedok! 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?
Comment #5
kzuser commentedComment #6
kzuser commentedComment #7
scoutbaker commentedInformation 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.
Comment #8
kzuser commentedabsolutely 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
Comment #9
keith.smith commentedkzuser, 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.
Comment #10
kzuser commentedok, what code means group description in what files?
Comment #11
keith.smith commentedSeriously. 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.
Comment #12
keith.smith commented(Selected the wrong status by accident.)
Comment #13
keith.smith commentedActually, 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.
Comment #14
kzuser commentedhi, please help with this issue http://drupal.org/node/219421
Comment #15
Village Internet commentedGo 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_descriptionComment #16
Village Internet commentedHere 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_descriptionComment #17
avpaderno