Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing chat icon on the top panel in NC14.0.3 #111

Closed
lvarnava opened this issue Oct 12, 2018 · 12 comments
Closed

Missing chat icon on the top panel in NC14.0.3 #111

lvarnava opened this issue Oct 12, 2018 · 12 comments

Comments

@lvarnava
Copy link

lvarnava commented Oct 12, 2018

Nextcloud server 14.0.3
ubuntu 16.04.5
php 7.0.32
JavaScript XMPP Chat 3.4.2

Disappeared chat icon on the top toolbar, the application "files" and "bookmarks" after upgrading to NC14.0.3

@lvarnava lvarnava changed the title Missing chat icon on the top panel in NC14.0.2 Missing chat icon on the top panel in NC14.0.3 Oct 12, 2018
@sualko
Copy link
Member

sualko commented Oct 24, 2018

the application "files" and "bookmarks" after upgrading to NC14.0.3

What do you mean by this? Can you post a screenshot of the top right corner of your nc?

@lvarnava
Copy link
Author

lvarnava commented Oct 24, 2018

2018-10-24_12-40-30
2018-10-24_12-40-53
2018-10-24_12-44-26

@sualko
Copy link
Member

sualko commented Oct 24, 2018

Do you use any search app? Because the magnifier doesn't look like from the core. We place your icon before the search icon and if it is replaced this will probably fail.

@lvarnava
Copy link
Author

2018-10-24_15-53-48

@lvarnava
Copy link
Author

When the "fulltextsearch" is disabled then the icon appears!
And the application "bookmarks" is running, which was previously blocked!

@sualko
Copy link
Member

sualko commented Nov 19, 2018

Can you try to replace

$('#header form.searchbox').after(div);

with the following:

if ($('#header form.searchbox').length) {
     $('#header form.searchbox').after(div);
} else {
     $('#fulltextsearch').after(div);
}

@lvarnava
Copy link
Author

lvarnava commented Nov 21, 2018

I tried to do it. With "Bookmarks" and "Files" it all worked.

@lvarnava
Copy link
Author

but after indexing the bookmarks instead of the usual search, a full-text search icon appeared, and the bookmarks became inaccessible.

@sualko
Copy link
Member

sualko commented Nov 21, 2018

the bookmarks became inaccessible

but how is this related to JSXC? Maybe you can post another screenshot.

@lvarnava
Copy link
Author

2018-11-21_20-13-48

@lvarnava
Copy link
Author

I think this is a glitch application "Full text search - Bookmarks".

@lvarnava
Copy link
Author

lvarnava commented Nov 21, 2018

when i turned off "Full text search - Bookmarks"
2018-11-21_20-21-29

@sualko sualko closed this as completed in 292ffdc Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants