[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!
User avatar
flumsi Offline
BBCoder III
BBCoder III
Posts: 95
Joined: 03 Mar 2025, 10:55
Local time: 07 Sep 2025 05:52
Last active: -
Location: Schweiz
Contact:

[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;
}
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,561
Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 05:52
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

[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.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
flumsi Offline
BBCoder III
BBCoder III
Posts: 95
Joined: 03 Mar 2025, 10:55
Local time: 07 Sep 2025 05:52
Last active: -
Location: Schweiz
Contact:

[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
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,561
Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 05:52
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

[Extension Support] Ideas, as used here

Post by Stoker »

z-index: 99999;
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
flumsi Offline
BBCoder III
BBCoder III
Posts: 95
Joined: 03 Mar 2025, 10:55
Local time: 07 Sep 2025 05:52
Last active: -
Location: Schweiz
Contact:

[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
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,561
Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 05:52
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

[Extension Support] Ideas, as used here

Post by Stoker »

Need my reading glasses for that screenshot :D

Have you tested it in another style?
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
flumsi Offline
BBCoder III
BBCoder III
Posts: 95
Joined: 03 Mar 2025, 10:55
Local time: 07 Sep 2025 05:52
Last active: -
Location: Schweiz
Contact:

[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 ;)
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,561
Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 05:52
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

[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
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
flumsi Offline
BBCoder III
BBCoder III
Posts: 95
Joined: 03 Mar 2025, 10:55
Local time: 07 Sep 2025 05:52
Last active: -
Location: Schweiz
Contact:

[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:
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,561
Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 05:52
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

[Extension Support] Ideas, as used here

Post by Stoker »

@flumsi english please ;)
~ The greatest achievement in life is to inspire ~
Regards Stoker
Post Reply