In the Knowledge base statistics. It's four off; meaning it's four more than the real amount.pertneer wrote:Where is this displayed, In the Knowledge base statistics or another location.
In the Knowledge base statistics. It's four off; meaning it's four more than the real amount.pertneer wrote:Where is this displayed, In the Knowledge base statistics or another location.
Code: Select all
UPDATE `phpbb_config` SET `config_value`= 8 WHERE `config_name` = 'kb_total_articles'
Okay I'll try that. Hopefully that doesn't mess up the mod like when I edited the user's article count in phpMyAdminpertneer wrote:you can change this number in phpbb_config "kb_total_articles" in the database.
SQL (change the 8 to your desired value)I will work on a way to reset from mod maintenance much like the article count.Code: Select all
UPDATE `phpbb_config` SET `config_value`= 8 WHERE `config_name` = 'kb_total_articles'
Yep, no problemJessica wrote:It's all good now! Thanks.
Any updates on a way to reset?pertneer wrote:you can change this number in phpbb_config "kb_total_articles" in the database.
SQL (change the 8 to your desired value)I will work on a way to reset from mod maintenance much like the article count.Code: Select all
UPDATE `phpbb_config` SET `config_value`= 8 WHERE `config_name` = 'kb_total_articles'
I will add this to my list of item to check.ninja250 wrote:Hi,
When i add @import url("kb.css"); in styles/prosilver/theme/stylesheet.css i have appearance problem whith all my blocks on forum index (mchat, calendar and classifieds)
NB: It's a prosilver based style.
I am hoping to get this added to the mod, but I have not worked on this yet.salvocortesiano wrote:Hi pertneer,
i think this is a very useful mod, in the installation root i saw the template for subsilver2 but im the install xml the stile subsilver is not mentioned! I want to know if in the future in the folder contribution there will be the installation files for the subsilver2 based style!
Thanks
Best regards
Salvo Cortesiano
still waiting :SJessica wrote:Any updates on a way to reset?pertneer wrote:you can change this number in phpbb_config "kb_total_articles" in the database.
SQL (change the 8 to your desired value)I will work on a way to reset from mod maintenance much like the article count.Code: Select all
UPDATE `phpbb_config` SET `config_value`= 8 WHERE `config_name` = 'kb_total_articles'