Remove Forum Columns...

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
10/13/2011 5:00:52 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Remove Forum Columns...

Hi,

I have a page I have created called "Support" and it contains 2 Forums.  It also has 3 columns at the right of the actual forum title (Total Threads  Total Posts  Last Post).

How can I set the Forum properties to NOT show those columns?

10/13/2011 5:15:41 PM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Remove Forum Columns...

I do not think there is a setting that will turn off the display of these columns but you can use CSS to hide them. You would have to set a few selectors to get this done but it should not be that difficult.

In looking at a site that I have done the "Total Thread" heading has he class "fthreadcount". So what you would need to do is set the CSS for that using the visibility or the display property. The difference is visibility with still render the white space.

.fthreadcount { visibility:hidden; } or .fthreadcount { display:none; }

10/14/2011 11:50:53 AM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: Remove Forum Columns...

Hi Aaron,

Thanks for the come-back.  I have been trying to figure this out using the sytleforum.css file in the Skins folder.  To no avail.  No matter what I try it is NOT changing anything.  So I think that I am missing something?

10/14/2011 1:29:14 PM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Remove Forum Columns...

Check the cache setting would be the only thing I could think of. See if you have the values set to true.

<add key="CacheCssOnServer" value="false" />
<add key="CacheCssInBrowser" value="false" />

10/14/2011 3:40:20 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: Remove Forum Columns...

Hi,

I have the Cache turned OFF (Administration > Advanced Tools > Design Tools > Cache Tool) so that should NOT be an issue. 

I have put this issue aside for a bit as I have a couple of other items that have a higher priority at the moment...

  • Creating a Newsletter...
  • SMTP configuration...
  • SEO and applying to Google & Bing...

So thanks and I'll get back to this one later.

Phill

You must sign in to post in the forums. This thread is closed to new posts.