[Extension Support] Ideas, as used here

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

[Extension Support] Ideas, as used here

Post by flumsi »

Hello everyone

Since there's no support for this extension from the people responsible, I'm trying my luck here.
Since I've already seen something on Stoker regarding the Ideas extension, I hope we can solve this together.

I can install and configure the extension, and enter ideas in the selected forum, and they are created.

After creating it, however, I can't select a new status in the dropdown menu.
It's as if the menu is cut off.
Screenshot 2025-05-26 153536.png
The CSS code from the corresponding CSS for the extension

Code: Select all

.status-dropdown {
margin-top: 8px;
}

.status-1 {
background-color: #6495ed;
}

.status-2 {
background-color: #9acd32;
}

.status-3 {
	background-color: #006400;
}

.status-4 {
	background-color: #daa520;
}

.status-5 {
	background-color: #b22222;
}
You do not have the required permissions to view the files attached to this post.

[Extension Support] Ideas, as used here

Post by Stoker »

My best guess is your theme.
Does it work with prosilver?

Maybe ad z-index to the dropdown.

[Extension Support] Ideas, as used here

Post by flumsi »

I've tried the following so far.
With height: 70px; as soon as I go to the 'Vote' screen, the dropdown menu is displayed up to the third status.

Code: Select all

.idea-panel-inner {
box-sizing: border-box;
width: 400px;
height: 70px;
padding: 0px 3px;
}
Everything else has been unsuccessful so far ;(
Screenshot 2025-05-26 190141.png
You do not have the required permissions to view the files attached to this post.

[Extension Support] Ideas, as used here

Post by Stoker »

z-index: 99999;

[Extension Support] Ideas, as used here

Post by flumsi »

Does not result in any improvement

Code: Select all

.idea-panel-inner {
box-sizing: border-box;
width: 400px;
z-Index: 99999;
padding: 0px 3px;
}
Does not result in any improvement

Code: Select all

.idea-panel-inner {
box-sizing: border-box;
width: 400px;
height: 70px;
z-Index: 99999;
padding: 0px 3px;
}
Maximum improvement could not be expanded
Image

[Extension Support] Ideas, as used here

Post by Stoker »

Need my reading glasses for that screenshot :D

Have you tested it in another style?

[Extension Support] Ideas, as used here

Post by flumsi »

Yes, the same effect happens in prosilver ;(

Oh, the screen is really small, sorry. I'll enlarge the page first before taking screenshots in the future ;)

[Extension Support] Ideas, as used here

Post by Stoker »

You are on the right path, Im sure its a css conflict.
Do you have a custom css file like the add.css or an extension that changes the styling?
If so try disable it and see what happens

[Extension Support] Ideas, as used here

Post by flumsi »

Hallo zusammen

Das Problem besteht nach wie vor, da es jedoch nur mich selber betrifft, denn niemand sonst kann ja den Status einer Idee setzten, habe ich nach etlichen Stunden, aufgehört danach zu Suchen und gegebenenfalls, es auch zu korrigieren.

Irgendwann in einem anderen Leben werde ich es herausfinden, denn wen ich alle Extension deaktiviere, Cache leere + CTRL+F5 betätige, besteht der Fehler nach wie vor.

Ich habe jetzt aber eine Testumgebung und wir sind auch https + SSL Zertifiziert :beer:
Kommt Zeit, kommt Idee :lol:

[Extension Support] Ideas, as used here

Post by Stoker »

@flumsi english please ;)