Introducing Advanced Forum

Comments

18 comments posted
No replies to replies

I was looking at the test site and noticed that you can only reply to the topic, not to an individual reply. Is that the intended behavior? Is is configurable?

Posted by Cary Gordon (not verified) on Mon, 12/24/2007 - 11:40
That's flatcomment

Every comment has a reply link on it but the flatcomment module forces it to be attached to the main post. This is intentional otherwise it gets confusing having the post be threaded behind the scenes and presented flat. If you don't want that, just don't use the flatcomment module.

Michelle

Posted by Michelle on Mon, 12/24/2007 - 16:06
Garland-Theme template.php

I just post my template.php here just to make the install desription a bit easier. It was taken from a clean Drupal5.5 installation with nothing more than advanced-forum installed and the Theme is Garland.

Michelle you did a great job. THX.

function _phptemplate_variables($hook, $vars) {
  if (module_exists('advanced_forum')) {
    $vars = advanced_forum_addvars($hook, $vars);
  }

  if ($hook == 'page') {

    if ($secondary = menu_secondary_local_tasks()) {
      $output = '<span class="clear"></span>';
      $output .= "<ul class=\"tabs secondary\">\n". $secondary ."</ul>\n";
      $vars['tabs2'] = $output;
    }

    // Hook into color.module
    if (module_exists('color')) {
      _color_page_alter($vars);
    }
    return $vars;
  }
  return $vars;
}

I haven't tested it yet, but it must work this way. ;-)

Posted by nortix@drupal.org on Tue, 12/25/2007 - 06:28
Garland

Garland is such a pain in the butt to modify. That's why I included the template.php for it with the module. I guess you missed that, but you got it right anyway. :)

Michelle

Posted by Michelle on Tue, 12/25/2007 - 14:31
Thank you :)

I just wanted to say thank you for all the hard work you put into bringing this module to the community. It was a pleasure working with you on it for my small part. You did an awesome job on it. :)

Posted by Jacine (not verified) on Wed, 01/02/2008 - 13:52
Aww :)

Thanks, Jacine. I've spent all my computer time today fighting with advforum/advprofile issues despite the fact that I was supposed to be taking a break to work on client stuff so a nice post like this really makes my day.

I also need to apologize to the previous poster. Turns out the garland template.php never made it to CVS. Doh!

Michelle

Posted by Michelle on Wed, 01/02/2008 - 16:18
need for right side bar - newbie

Hi ,
I need to have a right hand side bar in the basic sky theme,
Could someone give any pointers clues for the same.
Thanks,
-Sujay

Posted by SujayG (not verified) on Tue, 01/29/2008 - 07:58
Sky issue queue

Please use the sky issue queue. I'm not the sky theme maintainer.

Michelle

Posted by Michelle on Tue, 01/29/2008 - 09:02
Thanks for the information!

Thanks for the information! I have a question, I met a lot of forums at which the banners Google Adsense between posts topic! how to do the same in their own forum?

Posted by mp3 song (not verified) on Wed, 04/09/2008 - 12:05
Ads

You can try adding it to the bottom of the top post.

Michelle

Posted by Michelle on Wed, 04/09/2008 - 21:30
Hi, this is quite good. Just

Hi, this is quite good.

Just curious, is there a "forum-bot" in this software? Say if I wanna auto post stuff based on an RSS feed or something, is that easily doable?

Thanks!

Posted by earth4energy (not verified) on Tue, 09/30/2008 - 13:08
drupal is indeed very

drupal is indeed very advanced but I think it may lack a bit compared to of invision boards of vbulletin.

Posted by Warhammer (not verified) on Tue, 10/14/2008 - 00:46
Yeah

Sure, they've had several years head start. Plus vBulletin, at least, is commercial software. But considering AF (not counting the contrib modules that help it out) is mostly me working on it in my very limited spare time, I think it's done a pretty good job of adding most of what the average user needs in a forum.

Not really sure what the point of this is... If you're trying to troll, you missed the mark. I never claimed it was as good as commercial software.

Michelle

Posted by Michelle on Tue, 10/14/2008 - 07:13
hikaye

thanks you

Posted by Hikayeler (not verified) on Wed, 10/29/2008 - 22:00
Hi Michelle, Just wanted to

Hi Michelle,
Just wanted to drop a line and thank you for the wonderful work you have done here. You helped me out a lot back in drupal 5 before advanced forum was around, on irc, with getting a decent forum up, and now with this module its even easier...keep up the good work and I have made a small donation for you.

Thanks,
Cameron

Posted by cameron on Thu, 11/13/2008 - 07:41
Thanks!

Thanks for the donation. Glad the module helped you.

Michelle

Posted by Michelle on Thu, 11/13/2008 - 10:29
Your Demo site link ^^ is

Your Demo site link ^^ is broken.

Posted by Antony (not verified) on Tue, 03/24/2009 - 18:16
Thanks a lot

Thanks a lot

Posted by hikaye (not verified) on Wed, 04/01/2009 - 05:49