Your description is exactly the manifestation of the bug that I fixed on my system. I don't know what david63 did to the file on github but it still has the bug here is the complete fix before(commented code) and after (uncomment the print_r's and echo's to see how it works. protected function set_o...
Before I login to board for first time I identify the database in config.php Then I set various values in the mysql phpbb_config database table cookie_name of the ACP cookie settings board_email of the ACP email settings site_home_url of the ACP board settings server_name of the ACP Server settings ...
phpBB 3.2.7 privacypolicy-3.2 Another bug: 1. the select file should only list files for the selected language it shows file for every language in the drop down all with same name Critique: 1. Policy Files Editor, Select language drop down shows languages installed for board should show only languag...
phpBB 3.2.7 privacypolicy-3.2 bugs: 1. After Reset policy acceptance: YES get error "There are no registered paths for namespace "" in "policy_accept.html" at line 19." can't get to ACP and can't log in had to manually clear phpbb cache and clear browser cache and remove extension from DB 2. Enable ...
it almost works with the pages ext it does get confused if there is > character in a php string variable. and I don't believe it executes because it does not echo to the page. the setting says "Allow php in templates:" well pages ext is really not a template or maybe it is I don't know. thanks for s...
There was another bug - code did build the bitfield The correction is in admin_controller.php $bitfield = $this->config['ud_options']; //echo decbin($bitfield) . "<br />"; $bitfield = phpbb_optionset($this->constants['attachsig'], $this->request->variable('ud_sig', ''), $bitfield); $bitfield = phpbb...
I currently use pages.
But:
It does not support PHP so to read a text file and write a text file.
Java script does not support r/w files.
thanks for sharing
davye
I created a new page per this https://wiki.phpbb.com/Tutorial.Adding_pages The page has a simple <form action back to the page, a textarea and buttons to Save or Cancel editing of textarea. Questions: how do I detect that it is a post back? how do I detect it is a get with query string after the URL...
I created a new page per this https://wiki.phpbb.com/Tutorial.Adding_pages The page has a simple <form action back to the page, a textarea and buttons to Save or Cancel editing of textarea. Questions: how do I detect that it is a post back? how do I detect it is a get with query string after the URL...
fixed it but maybe not the way you would do it! the constants:: are undefined I set an array $keyoptions = array('viewimg' => 0, 'viewflash' => 1, 'viewsmilies' => 2, 'viewsigs' => 3, 'viewavatars' => 4, 'viewcensors' => 5, 'attachsig' => 6, 'bbcode' => 8, 'smilies' => 9, 'sig_bbcode' => 15, 'sig_sm...
I looked at it could you desk check and spot anything obviously hosed? the bug is in all the follow commented lines echo "phpbb_optionset"; //$this->config->set('ud_options', phpbb_optionset(constants::ATTACHSIG, $this->request->variable('ud_sig', 0), $this->config['ud_options'])); //$this->config->...
After install extension does not show up at ACP->CUSTOMISE?
unzip to sub-directory ext/userdefaults-3.2
also tried unzip to sub-directory ext/travis/userdefaults-3.2
also tried unzip to sub-directory ext/travis/userdefaults
PHP 7.2
phpbb 3.2.7