Hello, its me, again
I have been playing a bit with the ideas: https://github.com/phpbb/ideas
I would like very much that top ideas also included implemented ideas.
When i search the files i can find:in the index_controller
But I simply cant figure out how and where the top_ideas are defined.
Would be great with a little help here?

I have been playing a bit with the ideas: https://github.com/phpbb/ideas
I would like very much that top ideas also included implemented ideas.
When i search the files i can find:
Code:
// Generate top ideas$ideas = $this->entity->get_ideas(ext::NUM_IDEAS, ext::SORT_TOP, 'DESC');$this->assign_template_block_vars('top_ideas', $ideas);
But I simply cant figure out how and where the top_ideas are defined.
Would be great with a little help here?
Statistics: Posted by Stoker 4.0 — Thu Mar 06, 2025 2:51 pm