hello all

10 posts / 0 new
Last post
truth
truth's picture
Offline
Joined: 28 Aug 2010
Points: 80
hello all

Hi, I am not Indonesian. I don't know if you guys speak english but I'm hoping somebody here would be

able to understand this. Basically I just wanted to ask how what did you do to make the forum look  this way.

I understand you used Advanced Forum Module but other than that, did you have to customize it or did you just download some theme from Drupal.org. Please let me know because

I really like the way this forum looks and I want my forum to look similar to this.

Ki Drupadi
Ki Drupadi's picture
Offline
Joined: 1 May 2010
Points: 1079
As you know this forum using

As you know this forum using Adv Forum. see these files adv_forum.css and adv_forum_structure.css in your AdForum modules directory.

try to changing the background color and then replacing with your fav image.

for enhanced user information use userpoint module and activate statistic module (core).

truth
truth's picture
Offline
Joined: 28 Aug 2010
Points: 80
So is that all you did, you

So is that all you did, you just installed the Adv. Forum module and userpoint module? And then you just changed the colors and the background imgages and stuff? Is there anything else that you downloaded?

anjjriit
anjjriit's picture
Offline
Joined: 1 May 2010
Points: 862
Try this my modification

I have a modification with advancanced_forum http://ftp.drupal.org/files/projects/advanced_forum-6.x-1.1.tar.gz

I create a style called dark_grey from blue_lagoon in folder advanced_forum/styles (you can make the others one)

to use this style try this steps

  • copy blue_lagoon folder (or the other one) and give a name such as my_style
  • edit file advanced_forum.css, in your my_style folder, to change color style, please see this sample in my dark_grey/advanced_forum.css file.
    Colors used:
      #ffffff Text on headers
      #0062A0 Pager number
      #383838 Borders & headers
      #AEAEAE Container background, sticky topic
      #2A2A2A Container description
      #545454 Forum description
      #D4D4D4 Author pane background

    you can change all of #ffffff for Text on headers, and so the others color.
  • edit your advanced_forum.module, to let the advanced forum module knows your new style,
    for my dark_grey i have added this code after line 1168
      $items['dark_grey'] = array(
        'directory' => 'styles/dark_grey',
      );

    For my_style you can added
      $items['my_style'] = array(
        'directory' => 'styles/my_style',
      );

    That all, a simple thing, at last install your module, and you will see a dark_grey and my_style in advanced forums style.
truth
truth's picture
Offline
Joined: 28 Aug 2010
Points: 80
Thanks for the replies. Hey

Thanks for the replies. Hey what is the url of your forum? I would like to see it. Is this your forum?

anjjriit
anjjriit's picture
Offline
Joined: 1 May 2010
Points: 862
unfortunately

I don't have any forums, this is not my forum, this is Ki Drupadi's forum Indonesian Drupaller's forum

truth
truth's picture
Offline
Joined: 28 Aug 2010
Points: 80
Hey do you think you could

Hey do you think you could help me tweak my forum a little bit. I just want to put some bg image on some parts of my forum and also I installed some modules that I can't get to work. Can you do this for me?

admin
admin's picture
Offline
Joined: 1 May 2010
Points: 1417
this's sample code to adding

this's sample code to adding bg-image in your Container section, then save in your advanced_forum.css file. for another code you can learning this adv forum code by pressing Ctrl+U (Firefox) in your browser to view page source of this Forum.

/* Containers & Forums */
#forum td.container {
  background: #D1D1E9 url(images/forum-counter.png) no-repeat right center;
  font-size: 120%;
  line-height: 95%;
  color: #4B0082;
  font-weight: bold;
}
truth
truth's picture
Offline
Joined: 28 Aug 2010
Points: 80
Thanks. Are you familiar with

Thanks. Are you familiar with the User Titles module? I installed it and it's not working properly. There's supposed to be a text and an image that shows up in the author pane but only the text shows up, the image doesn't show up in the forums. But when you go to the Administration section for the User Title module you can see the image there. Do you know how to fix this?
 

xcilion
xcilion's picture
Offline
Joined: 10 Jun 2010
Points: 206
Cuman bengong aja nih

Cuman bengong aja nih gue.....harus belajar bahasa inggris nih.....

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.