Skip to Content Skip to Menu

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

Can't see someone else profile

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
7 years 11 months ago #287770 by krileon
Replied by krileon on topic Can't see someone else profile

I also have the problem with the link to new messages on cb login but there is not configuration for UDDEIM in Cb login anymore.

I've had no issues with the UddeIM link in the CB Login module. We're using it fine here on JP as well. Are you using Private Message System plugin within CB > Plugin Management or the CB plugin UddeIM provides? If using UddeIMs plugin disable it and use Private Message System included with CB. Once done ensure you've a valid Joomla menu item to UddeIMs inbox (doesn't need to have its menu module enabled, but the menu item needs to exist for UddeIM).


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.

  • testeuse
  • testeuse
  • OFFLINE
  • Posts: 93
  • Thanks: 2
  • Karma: 0
7 years 11 months ago #287782 by testeuse
Replied by testeuse on topic Can't see someone else profile
Hi Krileon,

I don't understand, i have followed your instructions and it works, when i click on new messages link in cb login i go to the inbox.
But if i disable uddeim plugin i don't have the field to send fast message directly in profile.

I don't understand why it is not working with uddeim plugin, do you have an idea please?
I worked on a dev before and it was working, strange !

If you have an idea, i take it.

What about the udername in messages when i click i stay on uddeim instead of going to profile.
Did you find a solution for here?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
7 years 11 months ago #287826 by krileon
Replied by krileon on topic Can't see someone else profile

But if i disable uddeim plugin i don't have the field to send fast message directly in profile.

The Quick Message tab works fine with Private Message System so unsure what functionality you're referring to that isn't working.

I don't understand why it is not working with uddeim plugin, do you have an idea please?

We didn't write the UddeIM CB plugin so I've no idea.

What about the udername in messages when i click i stay on uddeim instead of going to profile.
Did you find a solution for here?

Nope, we've the same problem here at JP. It appears to be an issue in UddeIM it self, but have yet to find the time to investigate it further. Have added a bug ticket for CB 2.1 to see if it's an issue in CB or not.

forge.joomlapolis.com/issues/6296


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.

  • testeuse
  • testeuse
  • OFFLINE
  • Posts: 93
  • Thanks: 2
  • Karma: 0
7 years 11 months ago #287948 by testeuse
Replied by testeuse on topic Can't see someone else profile
Awesome, thank you Krileon, i have follow your fix.

I changed that line :
Code:
$gimmeback = "<a href='".$url."'>".$ofaname."</a>";
By that one :
Code:
$gimmeback = CBuser::getInstance( (int) $ofanid, false )->getField( 'formatname', null, 'html', 'none', 'list', 0, true );


and it seems to work fine, now i can click on username and go to their profile.

Should i also uncomment the line like this?

IN: components/com_uddeim/getpiclink.php
ON: Line 137
Code:
FROM: $url=""; //$url = $_CB_framework->userProfileUrl( (int)$ofanid ); TO: $url = $_CB_framework->userProfileUrl( (int)$ofanid );


the only thing is that the code was not on line 136 for me but 271 !

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

  • testeuse
  • testeuse
  • OFFLINE
  • Posts: 93
  • Thanks: 2
  • Karma: 0
7 years 11 months ago #287950 by testeuse
Replied by testeuse on topic Can't see someone else profile
About the Pms plugin / tab.
Code:
The Quick Message tab works fine with Private Message System so unsure what functionality you're referring to that isn't working.
yes but i don't know how to ake it look simple as the UDDEIM one (see screencapture - Uddeim is number 2)


So i have enable both plugin for PMS and so i have 2 bubles to contact members in connections (see screencapture)
Attachments:

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
7 years 11 months ago #287970 by krileon
Replied by krileon on topic Can't see someone else profile

yes but i don't know how to ake it look simple as the UDDEIM one (see screencapture - Uddeim is number 2)

That's just CSS styling applied by Bootstrap as we've the panel classes on it. Guessing it's tiny because it's in a small tab position. The below CSS can remove that styling.

Code:
.cb_template .quickMsgForm .panel, .cb_template .quickMsgForm .panel > .panel-heading, .cb_template .quickMsgForm .panel > .panel-body, .cb_template .quickMsgForm .panel > .panel-footer { border: 0; border-radius: 0; box-shadow: none; background: none; margin: 0; padding: 0; } .cb_template .quickMsgForm .col-sm-12 { padding: 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.

Moderators: beatnantkrileon
Powered by Kunena Forum