Rayd Forums » New Forums Discussion

Remove Hot Tags Column

(5 posts)
  • Started 1 year ago by Sam Hughey
  • Latest reply from Ardentfrost
  1. Sam Hughey
    Member

    Does anyone know how to remove the Hot Tags column? It's really not serving any useful purpose (for me) and when moving the entire content area into a smaller area (to match my site's template-620px width) the discussion area becomes too narrow.

    Thanks,
    Sam Hughey

    Posted 1 year ago #
  2. go to your templates directory either in bb-templates/kakumi (if you haven't changed anything) or my-templates/[your template name] if you have changed something.

    I opened the page source and saw that section was in the div called "hottags" so I typed "grep hottags *" from the templates directory and saw this:

    front-page.php:<div id="hottags">

    I opened front-page.php and saw this section:

    <div id="hottags">
    <h2><?php _e('Hot Tags'); ?></h2>
    <p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
    </div>

    Remove all that and hottags will go away.

    Posted 1 year ago #
  3. Sam Hughey
    Member

    Ardentfrost,

    Thanks, that worked just fine. The reason I wanted to do this is to make the entire forum 618px wide so it will fit into my main site. However, after doing this, the reply text area protrudes beyond the 618px I set on the css, everything else is ok.

    I've looked on the post.php, topic.php, css and just about anywhere I thought I would find this text area to adjust the width but I haven't found it. Do you know where it is?

    Thanks,
    Sam

    Posted 1 year ago #
  4. Sam Hughey
    Member

    Disregard please. I found it.

    Posted 1 year ago #
  5. To figure out how to adjust CSS the way you want, I suggest downloading firebug plugin for firefox.

    Using mine, I believe the one you need to adjust is .postform

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.