Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] Issue with cb_forums plugin

  • mibert
  • mibert
  • OFFLINE
  • Posts: 88
  • Thanks: 8
  • Karma: 1
11 years 6 months ago - 11 years 6 months ago #224662 by mibert
[SOLVED] Issue with cb_forums plugin was created by mibert
Hi there,

I am using CB 1.9 on a Joomla 2.5.9 platform together with Kunena 2.0.4 and I am facing a strange problem with the custom sidebar function of the cb_forums plugin.

Basically my customer sidebar is working fine, but the sidebar of the first user, shown in the first forum post on each page, is not complete.

Here is some example, how the sidebar is shwon correctly, when not being hte first user on the page:


And here, how is is shown, when this user is first listed:


As you can see, some parameters, like the forum rank is missing by some reason.

Do you have any idea, what could cause this issue,

Also another problem is, that I have ommited the profile picture in the sidebar for anonymous users, however, this seems not to have any effect and the picture is shown for every visitor.

Thanks in advance for your advise.

Best regards

Michael
Attachments:
Last edit: 11 years 6 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
11 years 6 months ago #224715 by krileon
Replied by krileon on topic Issue with cb_forums plugin
Seams to work fine in all my tests. Please ensure you're using CB Forums 3.0.0. Also ensure if "Forum integration" as also enabled within CB > Plugin Management that it's set to Kunena and its sidebar mode is set to Basic or they could conflict.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

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

  • mibert
  • mibert
  • OFFLINE
  • Posts: 88
  • Thanks: 8
  • Karma: 1
11 years 6 months ago #224719 by mibert
Replied by mibert on topic Issue with cb_forums plugin
Hi Krileon,

thanks for your feedback.
It has all been set correctly as you suggested, but still the Forum Rank is not shown for the user, which is displayed in the first forum post in each topic.

Please see at
Part of the message is hidden for the guests. Please log in or register to see it.


You can see that the first user sunshine7603 has no Forum Rank. Not only in his first entry but also in a later entry for the same topic:
Part of the message is hidden for the guests. Please log in or register to see it.


Once this user is not the first user on the page, it is shown correctly. Please see

Part of the message is hidden for the guests. Please log in or register to see it.


If I set the sidebar to Kunena Standard, then the rank is shown without problem.

Do you have any idea, what could be the root course.

Best regards

Michael

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
11 years 6 months ago #224738 by krileon
Replied by krileon on topic Issue with cb_forums plugin
Are you using CB Forums for the Sidebar display or are you using Forum integration for the sidebar display. Which you're using is very important as they've different usages. If using CB Forums ensure you're using 3.0.0.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

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

  • mibert
  • mibert
  • OFFLINE
  • Posts: 88
  • Thanks: 8
  • Karma: 1
11 years 6 months ago #224751 by mibert
Replied by mibert on topic Issue with cb_forums plugin
Hi Krileon,

thanks for your reply.
As per your suggestion, "Forum integration" is enabled and set to Basic Sidebar.

Then CB Forums 3.0.0 is used to generate the sidebar, using following code:
Code:
<ul class="kpost-profile"> <li class="kpost-username"><a rel="nofollow" title="" href="index.php?option=com_comprofiler&task=userProfile&user=[user_id]&Itemid=47" class="kwho-admin">[cb:userfield field="formatname"/]</a></li> <li class="kpost-karma">[cb:userfield field="cb_mitgliederstatus"/]</li> <li class="kpost-avatar"><a rel="nofollow" title="" href="index.php?option=com_comprofiler&task=userProfile&user=[user_id]&Itemid=47" class="kwho-admin"><span class="kavatar">[cb:userfield field="avatar"/]</span></a></li> <li>[cb:userfield field="onlinestatus"/]</li> <li class="kpost-userrank">[cb:userfield field="forumrank"/]</li> <li class="kpost-userposts">Beiträge: [cb:userfield field="forumposts"/]</li><li><br/><b>Daten zum Kind:</b></li> <li class="kpost-karma">Geschlecht: [cb:userfield field="cb_geschlcht"/]</li> <li class="kpost-karma">Geburtsjahr: [cb:userfield field="cb_kindgebjahr"/]</li> <li class="kpost-karma">Therapieform: [cb:userfield field="cb_therapieform"/]</li></ul>

I have also tried this code with just the "Forum integration" plugin and the problem is exactly the same as with CB Forums 3.0.0. I have installed CB Forums 3.0.0 and was hoping that it solved this issue, but it obviously didn't.

I hope you have anyther idea, what could be the issue.

Best regards

Michael

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
11 years 6 months ago - 11 years 6 months ago #224754 by krileon
Replied by krileon on topic Issue with cb_forums plugin
Do you allow CB Privacy on those fields? or the tabs those fields are on? Privacy settings are respected when using substitutions and would explain why some users may have fields hidden. It does not explain why first entry would display weird then subsequent displaying fine though and could be a Kunena issue. Reviewing your links I only see that 1 user (sunshine7603) with an issue though (no avatar display and no rank).


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Last edit: 11 years 6 months ago by krileon.

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

Moderators: beatnantkrileon
Powered by Kunena Forum