[BETA] phpBB3-Knowledgebase

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [BETA] phpBB3-Knowledgebase

Post by Jessica »

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.
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
pertneer
Registered User
Posts: 205
Joined: Tue Dec 05, 2006 3:56 pm
Contact:

Re: [BETA] phpBB3-Knowledgebase

Post by pertneer »

you can change this number in phpbb_config "kb_total_articles" in the database.
SQL (change the 8 to your desired value)

Code: Select all

UPDATE `phpbb_config` SET `config_value`= 8 WHERE `config_name` = 'kb_total_articles'
I will work on a way to reset from mod maintenance much like the article count.
I intend to live forever. So far, so good.
Steven Wright
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [BETA] phpBB3-Knowledgebase

Post by Jessica »

pertneer wrote:you can change this number in phpbb_config "kb_total_articles" in the database.
SQL (change the 8 to your desired value)

Code: Select all

UPDATE `phpbb_config` SET `config_value`= 8 WHERE `config_name` = 'kb_total_articles'
I will work on a way to reset from mod maintenance much like the article count.
Okay I'll try that. Hopefully that doesn't mess up the mod like when I edited the user's article count in phpMyAdmin

EDIT: It's all good now! Thanks.
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
pertneer
Registered User
Posts: 205
Joined: Tue Dec 05, 2006 3:56 pm
Contact:

Re: [BETA] phpBB3-Knowledgebase

Post by pertneer »

Jessica wrote:It's all good now! Thanks.
Yep, no problem
I intend to live forever. So far, so good.
Steven Wright
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [BETA] phpBB3-Knowledgebase

Post by Jessica »

pertneer wrote:you can change this number in phpbb_config "kb_total_articles" in the database.
SQL (change the 8 to your desired value)

Code: Select all

UPDATE `phpbb_config` SET `config_value`= 8 WHERE `config_name` = 'kb_total_articles'
I will work on a way to reset from mod maintenance much like the article count.
Any updates on a way to reset?
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
pertneer
Registered User
Posts: 205
Joined: Tue Dec 05, 2006 3:56 pm
Contact:

Re: [BETA] phpBB3-Knowledgebase

Post by pertneer »

I have done some work on this, but this time of year i work two jobs and do not have a lot of free time. I will try to get to this as soon as i can.
I intend to live forever. So far, so good.
Steven Wright
ninja250
Registered User
Posts: 11
Joined: Mon Nov 30, 2009 1:46 pm
Contact:

Re: [BETA] phpBB3-Knowledgebase

Post by ninja250 »

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 apologyse for my poor English.
User avatar
pertneer
Registered User
Posts: 205
Joined: Tue Dec 05, 2006 3:56 pm
Contact:

Re: [BETA] phpBB3-Knowledgebase

Post by pertneer »

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 will add this to my list of item to check.

On another note I just installed phpBB version 3.0.12 on my dev board and did not notice any new issues with this mod. Let me know if anything new arrises.
I intend to live forever. So far, so good.
Steven Wright
User avatar
salvocortesiano
Registered User
Posts: 190
Joined: Mon Mar 22, 2010 1:49 pm
Location: Florence (Italy)
Name: Salvo Cortesiano
Contact:

Re: [BETA] phpBB3-Knowledgebase

Post by salvocortesiano »

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
The best way to predict the future is to invent it!
Image
User avatar
pertneer
Registered User
Posts: 205
Joined: Tue Dec 05, 2006 3:56 pm
Contact:

Re: [BETA] phpBB3-Knowledgebase

Post by pertneer »

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
I am hoping to get this added to the mod, but I have not worked on this yet.
I intend to live forever. So far, so good.
Steven Wright
panhead
Registered User
Posts: 950
Joined: Sat Dec 20, 2003 8:17 pm

Re: [BETA] phpBB3-Knowledgebase

Post by panhead »

Any idea when this very useful mod will be approved?
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [BETA] phpBB3-Knowledgebase

Post by Jessica »

Jessica wrote:
pertneer wrote:you can change this number in phpbb_config "kb_total_articles" in the database.
SQL (change the 8 to your desired value)

Code: Select all

UPDATE `phpbb_config` SET `config_value`= 8 WHERE `config_name` = 'kb_total_articles'
I will work on a way to reset from mod maintenance much like the article count.
Any updates on a way to reset?
still waiting :S
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
sinamics
Registered User
Posts: 8
Joined: Wed Dec 11, 2013 8:16 pm

Re: [BETA] phpBB3-Knowledgebase

Post by sinamics »

Hi

Nice mod :)
I do have couple of issues though...

Im using Aero style and the upload of attachment does`t work.. When i select the file and hit the upload button, the page just refresh and nothing happens.
I cant see the file or the inline button as you normally do after i press add file.

I checked the Orphaned attachment and the file are not there either.

If im using Prosilver style everything is working perfect.

Any advice is much appreciated.

Sinamics
sinamics
Registered User
Posts: 8
Joined: Wed Dec 11, 2013 8:16 pm

Re: [BETA] phpBB3-Knowledgebase

Post by sinamics »

Bump!
dattigerle
Registered User
Posts: 16
Joined: Sun Sep 19, 2010 10:52 am

Re: [BETA] phpBB3-Knowledgebase

Post by dattigerle »

Hello thx for take over this mod :)

I have a question, is this Mod compatible with phpbb 3.0.12?

And i realy need the Automod? Or i can install myself with the codechanges too? And my 3rd question, is there for the actualy version a german language pack?

Sry for my bad english ;)


Greets,
Locked

Return to “[3.0.x] MODs in Development”