Chat+ and images - logos

I had a recent question about where or how to setup the images in the chat + module.

Hope this helps others as the only reason I'm posting here is to be able to link the image in the PM to the member..

You can set your logo in the assets section, the logo is then stored in /assets.

You add them in the "layout" section.

 

The example is to inject the image on the "home body" page, it can also be inserted in the "side navigation footer" as well.

image_chat+.JPG · 41K · 781 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 23 Oct 2016

Hi Newton, for some reason I can't see Login Header & Login Footer.  I thought it is under administration > layout - but I don't see it.. not sure if they put in different on the new version. Please see the screenchot attached to see what I am talking about.. 

Thanks. 

login-header.PNG · 52K · 346 views
Quote · 14 Nov 2016

 

I thought it is under administration > layout

 administration > layout > Content

chat-1.JPG · 123K · 708 views
chat-2.JPG · 143.6K · 763 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 14 Nov 2016

I found the login footer by going to:  Admin > Layout > Lgin Terms

I also, uploaded my logo by going to:  Admin > Asset > Logo

But I still can't see the Logo on the main page before you login ? 

Quote · 14 Nov 2016

 

But I still can't see the Logo on the main page before you login ? 

 My logo is pulled from the main site.

chat3.JPG · 100K · 666 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 14 Nov 2016

I understand, the Logo can be pulled from anywhere, but where in Admin you set it up ? under Admin > Asset > Logo ? or you hard coded it somewhere ?  

 

Thanks.

Quote · 14 Nov 2016

 

where in Admin you set it up ?

 That's what I'm trying to tell you.

I didn't. It's done when you activate the Chat+ module.

If I change the logo in the admin of the main site, it changes on the chat site.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Nov 2016

@Newton, please see attached.. I believe the logo is in the right place in Admin unless I am missing something.. Can you tell me what is the path of your Asset folder ?

Please note, in the prior version of Chat+ I did not have this issue, I've been trying to display my Logo on top of the Login Form for the last 3 days w/o success.. I even reinstalled Chat+ .43 to make sure I did not do anything wrong, but no success..

Thanks. 

asset-logo.PNG · 12.8K · 310 views
Quote · 15 Nov 2016

 

@Newton, please see attached.. I believe the logo is in the right place in Admin unless I am missing something.. Can you tell me what is the path of your Asset folder ?

Please note, in the prior version of Chat+ I did not have this issue, I've been trying to display my Logo on top of the Login Form for the last 3 days w/o success.. I even reinstalled Chat+ .43 to make sure I did not do anything wrong, but no success..

Thanks. 

 That asset is only shown after the user has logged into the chat.

My chat logo, before login is pulled from site.

Please look at this file.

modules/boonex/chat_plus/classes/BxChatPlusModule.php

you will see where it's pulled from,

function actionLogo ()
    {
        if (!($sLogoUrl = BxTemplFunctions::getInstance()->getMainLogoUrl())) {
            header("HTTP/1.0 404 Not Found");
            echo '404 Not Found';
            return;
        }
 
        header("Location:" . $sLogoUrl);
logo-chat.JPG · 49.5K · 656 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Nov 2016

 

Please note, in the prior version of Chat+ I did not have this issue

 After looking at your site, or the one I think your having a problem with, it looks to me that your Dolphin connect is not enabled. When you turn that back on I think the logo will show.

 

When on the chat+ you either have to use FB connect, or an email. The login should get the account info, now I have a Chat+ account and a regular site account. [on your site that is]

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Nov 2016

@newton - you are absolutely right & thx for the heads up.. 

Please see:  https://www.boonex.com/forums/topic/Chat-Misc-2016-11-15.htm

Quote · 15 Nov 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.