Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics contains old discussions (generally more than one year ago or based on circumstances that subsequently changed) or topics resolved in other ways. Topics moved into this category are closed from further discussion.

Question Visibility of Categories for Google on seperate Pages with Ads and no Avatar

More
15 years 6 months ago #63701 by beonmedia
Hi Folks,

we are working with several communites using Kunena.
For at least one of them we would be glad to handle Forum/Categories Content in the way f.e. XING does it.
Means: the outside visibility is reduced to the content (even without the hidden sequences) without Avatars but containing Google Ads and banners etc.

Only registered users should see, who posted what and when and outside readers don't see hidden areas & Avatars but Google Ads.

Is this already possible or a future option?

Cheers
beonmedia

Please Log in or Create an account to join the conversation.

More
15 years 6 months ago #63705 by Matias
Currently it's not possible to hide avatars from unregistered users. Showing Google ads is done by Joomla and it's pretty restricted on what you can do with ACL. :(

We are currently adding support for ACL components, like NoixACL and JXtended Control, but I've not looked at if you can do something like this in those. Maybe there's a component that allows you to do this -- it needs some investigation.
The following user(s) said Thank You: beonmedia

Please Log in or Create an account to join the conversation.

More
15 years 6 months ago #63714 by beonmedia
Thanks so far for your fast response, Matias.

The main idea behind my question was to convert readers into community members and don't bother them with Google Ads and so on.

Probably there are even other approaches to achieve that....

Has anybody an idea?

Please Log in or Create an account to join the conversation.

More
15 years 6 months ago #63729 by Matias
You can customize a module to show ads only if user has not been registered..?

It shuold be just one line change:

if (JFactory::getUser()->id) return;

..or something like that..
The following user(s) said Thank You: beonmedia

Please Log in or Create an account to join the conversation.

Time to create page: 0.215 seconds