There should be an option to set the status to Implemented (not looked though for some time)Jessica wrote: EDIT: oh and when was "Recently Implemented Ideas" added to this board's Ideas center? I'd like that on mine too. Don't see any changes made to add that on github :/
I know that already but there's no list of recently implemented. And I still have that issue of the top ideas not showing up...Danielx64 wrote:There should be an option to set the status to Implemented (not looked though for some time)Jessica wrote: EDIT: oh and when was "Recently Implemented Ideas" added to this board's Ideas center? I'd like that on mine too. Don't see any changes made to add that on github :/
Jessica wrote:Any help here...?
Has development for the Ideas Center stopped or something? It's been given barely any attention. I would say none at all
phpBB Ideas - Bug Reporting & Support wrote:Support is not available for phpBB Ideas however you may email website [at] phpbb [dot] com where you may recieve some limited support should the problem be with phpBB Ideas.
Give yourself moderator access on the forum Ideas is posting in, and you will see a number of moderation options on the idea itself:Anuj Dhawan wrote:2. I did not get a work around for second query yet - can we delete the idea if the "posts created by idea are itself deleted"? Possibly someone can assist.
Code: Select all
<?php
// phpBB Ideas configuration file
define('PHPBB_ROOT_PATH', '../');
define('IDEAS_FORUM_ID', 11);
define('IDEAS_POSTER_ID', 50);
Code: Select all
Fatal error: Call to undefined function: page_header() in /homepages/xx/xxxxxxxx/htdocs/phpBB3/ideas/index.php on line 15
What version of phpBB are you using?saschakiefer wrote:Hi,
I tried to install ideas. I copied everything into a subfolder called "ideas" underneath my phpbb installation directory. I created the following config.phpThe installation log reports everything as green. So it seems that the installation was successful.Code: Select all
<?php // phpBB Ideas configuration file define('PHPBB_ROOT_PATH', '../'); define('IDEAS_FORUM_ID', 11); define('IDEAS_POSTER_ID', 50);
However, when I try to open ideas http:<forum.mydomain>/ideas I get the following error message:
Do you have any idea, what the issue could be?Code: Select all
Fatal error: Call to undefined function: page_header() in /homepages/xx/xxxxxxxx/htdocs/phpBB3/ideas/index.php on line 15
Thanks,
Sascha
I will need to check. Get back to you asapcallumacrae wrote:Sorry for the delay, I haven't been keeping an idea on this topic.
Give yourself moderator access on the forum Ideas is posting in, and you will see a number of moderation options on the idea itself:Anuj Dhawan wrote:2. I did not get a work around for second query yet - can we delete the idea if the "posts created by idea are itself deleted"? Possibly someone can assist.
See the bottom row.
Jessica, are you still having issues?
Not in this format it isn'tcombuster wrote:Is this somehow compatible with 3.1?