@phenomlab said in Layout Issues/Transparency:
Does it work properly now?
Yes, it does 🙂
Found an issue here? Let us know!
Hello,
I am on Sudonix.org and have noticed the following issues and wanted to make sure you knew about them. See the screenshots. When starting a new post or replying to a post, the preview portion is transparent and doesn’t have a more solid background.
It also looks like the tool bar for the editor is transparent as well.
I hope this helps. Thank you!
47f4013b-85c2-45d6-9b40-f92966a5c1af-image.png
f2149efa-0cee-4f25-9c03-8f6789910720-image.png
Hi @phenomlab , I cannot click any of the options on the top right side except “tags” button… those buttons cannot be clicked, so I cannot filter the search results…
Screenshot 2024-03-11 at 19.45.20.png
additionally, it is not that important, it could be nicer if we can see the top of the “search” title on left top corner…
Hi Mark
As you know i m using your proxy and all your js/css.
I updated to 3.6.0 but when i want to copy/paste photo i faced the problem which shown below;
a7035282-9513-4adb-b03c-2bc3df9b44f9-image.png
this is my nodebblog;
f1173ded-f11e-4ce0-9e2b-d000989ad28c-image.png
8bade6d2-dd25-4266-bef9-c272fee4a412-image.png
I’m curious if this is just on my mobile, or if this is replicated on iphone?
I have posted previously about difficulties doing Admin tasks on mobile, and accept that more complicated tasks may not be achieveable.
However since upgrading to v3.x, some simpler tasks have become difficult.
An example is moving a topic from one category to another.
On mobile, in mobile or desktop view, a popup window obscures clicking the category to move to.
Here is example, clicking Move seems to do nothing!
The box asking ‘to which category’ has opened but is completely obscured behind this menu!
Screenshot_20230624_141510_Chrome~2.jpg
Disclaimer, I’m not a CSS fan. But others on this site are more CSS aware, so I ask this general question.
The Admin side panel on NodeBB vanishes in Desktop mode on mobile. What could be happening to cause that?
Its an issue Ive raised on NodeBB site a few times now but its one of those topics that has been ignored.
I thought if I could propose why this is happening, it might help get a fix.
I dont see why it would be so different. Admin side panel works on Desktop, and on mobile (mobile view), so why not mobile (Desktop view)?
I made post on NodeBB community under the Bug thread: about not being able to adjust or save repuation related action values in admin>settings>reputation
It wont accept any less than zero anywhere.
The reply was to raise a bug issue on github which I did.
However I note in my console log I get errors:
error loading admin/settings/reputation
Error: Cannot find module ‘./settings/reputation’
Its as if its looking for a file thats not in my set up?
Can a bug this fundemental really still exist for everyone?
If anyone could try adjusting a setting on your admin panel,
E.g minimum reputation needed to chat -1
will yours save the page with any negative value in any field?
On my site An annoying ‘n out of n’ banner comes over the reply button, and the forum bar is just below that
So I can just see a fraction of the reply button but cant click it.
I cant even screenshot it to show example now as that seems ‘disabled’ as a new ‘feature’
Id like to stop screenshot disabled, and remove this ‘8 out of 8 banner’. Is that possible?
NodeBB:
For some accounts the email asking for account email validation never arrived (particularly with gmail)
In v2 this would show a warning now and again, but in v3 you can’t get past the signin page. It asks for email address / password, and again the email doesnt come to inbox or spam
Ive temporarily turned off requiring email validation. I want to change the text message it shows. Because it says “Email this is optional…”
I want to reword that as would like people to enter an email, even if its not validated.
I cant find the large file that has the list of all the codes and corresponding messages sent to users.
Does anyone know what that file is called and location?
This post is in relation to
https://sudonix.com/topic/473/solved-fancybox-doesn-t-work-in-chat
hmm yes that work for local image but for me, I have a imgur plugin for all my image uploaded on the forum with heberged on imgur website and the script open the link on new tab browser. It’s possible to change that and modify this script ?
See the result with external link image :
test3.gif
For those of you using Fancybox, you’ve probably noticed that it doesn’t seem to work in Chat since the upgrade to v3. Looking at the function, it’s pretty obvious why
if (top.location.pathname !== '/login') { $(document).ready(function() { $(window).on('action:ajaxify.end', function(data) { this.$('a').not('.forum-logo').not(".avatar").not(".emoji").not(".bmac-noanimate").each(function() { $('a[href*=".jpg"], a[href*=".jpeg"], a[href*=".png"], a[href*=".gif"], a[href*=".webp"]').addClass("noanimate"); data.preventDefault() // Strip out the images contained inside blockquotes as this looks nasty :) $('blockquote img').remove(); }); Fancybox.bind( 'a[href*=".jpg"], a[href*=".jpeg"], a[href*=".png"], a[href*=".gif"], a[href*=".webp"]', { groupAll: true, } ); }); }); }The function above targets a href where in fact, in the chat window, it doesn’t exist - it’s just an img tag
6e601da6-93a0-44a0-b49f-d1a78e589804-image.png
Not very helpful, so I will need to modify this function. I’ll advise as soon as I have it working in case you want to use on your own forums 🙂