@Madchatthew said in TNG + Nodebb:
you have to try and use duck tape and super glue to change something to make it do what you want it to do
I couldn’t have put that better myself.
@Panda Hmm - can you try to add this CSS
.card.tool-modal.shadow {
z-index: 2500;
}
Let me know if that then works?
@phenomlab That doesn’t seem to work.
The menu only offers a list of which category you want to fork, then says No Posts Selected.
@Panda You should be able to tap the posts behind as you scroll through.
@phenomlab I’ve tried but cant select anything?
This is my view on Android
@Panda Try tapping “inferior” for example, and see if the post count increases?
@phenomlab Nope, can’t grab it at all.
My mobile is Android,
Does it work on iPhone for you?
@Panda it works fine on Android which I am a primary user of. I just tested it. I’d expect it to work on an iPhone also. Is this your own site, or your friends?
@phenomlab not mine, a friends
aignite.nodebb.com
@Panda Let me check
@Panda Odd. Seems I can select the last post with just text, but not the one directly above
@phenomlab
Yes I just got one text selected, and Fork button turned dark blue, but didnt do anything!
So button doesnt respond even with post selected
@Panda that needs a closer look. If this is the hosted one, then perhaps the NodeBB guys should have a look.
@phenomlab
Ah, got it working!
I reversed the CSS addition to put z index high, and then I could see another error box saying fork title must be at least 3 characters.
So made the new fork title longer and button responded.