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.
ManOfTeal.COM a Proud UNA site, six years running strong! |
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. |
I thought it is under administration > layout
administration > layout > Content
ManOfTeal.COM a Proud UNA site, six years running strong! |
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 ?
|
But I still can't see the Logo on the main page before you login ?
My logo is pulled from the main site.
ManOfTeal.COM a Proud UNA site, six years running strong! |
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.
|
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! |
@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. |
@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);
ManOfTeal.COM a Proud UNA site, six years running strong! |
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! |
@newton - you are absolutely right & thx for the heads up..
Please see: https://www.boonex.com/forums/topic/Chat-Misc-2016-11-15.htm |