Hide "Subscribe?" Column in Forum

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.
8/1/2012 12:07:57 PM
Gravatar
Total Posts 18

Hide "Subscribe?" Column in Forum

Hey Joe,

is there any setting to hide the Subscribe buttons for authenticated users?

It´s hidden for not authenticated users, tho..

 

 

8/1/2012 12:13:14 PM
Gravatar
Total Posts 216
Community Expert

mojoPortal Hosting & Design @ i7MEDIA!

Re: Hide "Subscribe?" Column in Forum

Hello Tim,


For most standard mojo features there is a way to hide them from either authenticated or unauthenticated users. You simply click the "settings" link for the module you want to hide, then click the "general" tab in your jquery ui, then look for the "Hide From Authenticated Users?" and "Hide From Anonymous Users?" checkboxes.

Hope this helps,
-Isaac

8/1/2012 12:19:29 PM
Gravatar
Total Posts 18

Re: Hide "Subscribe?" Column in Forum

That only tells me you have not read my post....but thanks anyways. 

It´s not about hiding the whole Forum, only hiding a column in forum listing.
There is no setting for that...........

8/1/2012 12:25:51 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Hide "Subscribe?" Column in Forum

In this case you can't hide the subscription link through module settings, but you could use CSS to hide it like this:

.forumnotify {
   display: none;
}

Jamie

8/1/2012 12:26:23 PM
Gravatar
Total Posts 216
Community Expert

mojoPortal Hosting & Design @ i7MEDIA!

Re: Hide "Subscribe?" Column in Forum

Ah, sorry, I read it via e-mail where the heading isn't so noticeable amongst all the mojo notifications I get.

I've actually run into a similar issue on my own website - I wanted to put the subscription icon on the thread level instead of the full forum level.

There's no way in mojo to hide it that I know of without using CSS. Assuming you really want the whole forum column to go away, the following CSS should do the trick:

.fsubscribe {
     display: none;
}

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