[ABD] Knowledge Base 0.2.14

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
Darthmat
Registered User
Posts: 114
Joined: Mon Jun 23, 2008 4:08 pm

Re: [BETA] Mini Knowledge Base

Post by Darthmat »

Darthmat wrote:Is there a way to disable guest access?
If anyone is curious, follow the 'Bonus Tip' on http://www.phpbb.com/kb/article/add-a-n ... -to-phpbb/
Use it on
  • kb>index.php
    kb>kb_search.php
    kb>kb_categorie.php
    kb>kb_show.php
User avatar
Behzad_Oblivion
Registered User
Posts: 126
Joined: Sat Mar 22, 2008 9:14 pm
Location: Iran, Tehran
Contact:

Re: [BETA] Mini Knowledge Base

Post by Behzad_Oblivion »

very nice mod ;)
but some problem!
  • when I want to delete a article after confirmation a white page appear (e.g. in page ../knowledge/index.php?mode=delete&id=2&confirm_key=19SV1J5Z5W)
  • cannot see article log. it appear as a white page too.
My MOD: Hidden Smilies - Please PM me your suggestions
~BehzadSh~
User avatar
Behzad_Oblivion
Registered User
Posts: 126
Joined: Sat Mar 22, 2008 9:14 pm
Location: Iran, Tehran
Contact:

Re: [BETA] Mini Knowledge Base

Post by Behzad_Oblivion »

Parse error: parse error, unexpected T_VARIABLE in /home/content/w/e/i/user/html/battlegrounds/forums/knowledge/kb_log.php on line 110
or white page by clicking article log button
for solving this error open "knowledge/kb log.php"

Find:

Code: Select all

include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
Add after:

Code: Select all

include($phpbb_root_path . 'includes/functions_kb.' . $phpEx);
but still one problem
attachment do not work!
when I click on attached file in article it says:
The selected attachment does not exist anymore.
My MOD: Hidden Smilies - Please PM me your suggestions
~BehzadSh~
User avatar
FreakyBlue
Registered User
Posts: 331
Joined: Sun Jul 27, 2008 6:00 pm
Name: David Jansen
Contact:

Re: [BETA] Mini Knowledge Base

Post by FreakyBlue »

Hi there,
I've installed the mod. Works great! But i have some problems with the SEO part.

I did understand that you should do this:

Open kb_common.php

Find

Code: Select all

define('KB_SEO',		false);
Replace with

Code: Select all

define('KB_SEO',		true);
Futher: Upload seo.htaccess to the KB-folder and rename the file to .htaccess.

After that you can give the article the .html extension. Great! It even shows up like the .html page when you look at the link from the article in the knowledge base. But when you click it (the link) i get a "non-existing-html-page error".

The article is there. The normal .php page works ... the .html page not. What did i do wrong ... or what did i forget? Anyone?
Last edited by FreakyBlue on Mon Aug 11, 2008 3:11 pm, edited 1 time in total.
My music and tutorials -> https://youtube.com/gh0stwrit3rMusic/
Former phpBB Style and Mod Author -> https://www.phpbb.com/customise/db/auth ... tributions
divigo
Registered User
Posts: 15
Joined: Wed Apr 23, 2008 7:58 pm

Re: [BETA] Mini Knowledge Base

Post by divigo »

I don't know if it is asked before because there is so much update information in this topic.

Is it possible to create several KB's.
For example I will add a link in the header to a newly created page where they can select what type of KB people want to see.
This is because I work with several organisations that all would like to have their own KB.

I hope I made clear what I am looking for.

Gr Dennis
User avatar
MagicMike304
Registered User
Posts: 185
Joined: Sun Aug 22, 2004 7:04 pm

Re: [BETA] Mini Knowledge Base

Post by MagicMike304 »

divigo wrote:I don't know if it is asked before because there is so much update information in this topic.

Is it possible to create several KB's.
For example I will add a link in the header to a newly created page where they can select what type of KB people want to see.
This is because I work with several organisations that all would like to have their own KB.

I hope I made clear what I am looking for.

Gr Dennis
Anything is possible with code. ;) But as this mod stands, no I don't think you can do it. You could create a category for each organization and then have sub-sections under them.
xxxgamer
Registered User
Posts: 574
Joined: Mon Jul 16, 2007 11:25 pm

Re: [BETA] Mini Knowledge Base

Post by xxxgamer »

divigo wrote:I don't know if it is asked before because there is so much update information in this topic.

Is it possible to create several KB's.
For example I will add a link in the header to a newly created page where they can select what type of KB people want to see.
This is because I work with several organisations that all would like to have their own KB.

I hope I made clear what I am looking for.

Gr Dennis
Yes it is possible. I have 2 kbs working at the moment and making more. Just change the tables being used and in the code change them aswell and their seperate :)
Artack
Registered User
Posts: 312
Joined: Thu Feb 07, 2008 11:26 pm

Re: [BETA] Mini Knowledge Base

Post by Artack »

I can't open file "update".
Can you explane, how update from version 0.2.7?
User avatar
Behzad_Oblivion
Registered User
Posts: 126
Joined: Sat Mar 22, 2008 9:14 pm
Location: Iran, Tehran
Contact:

Re: [BETA] Mini Knowledge Base

Post by Behzad_Oblivion »

I have a request for this mod.
recent articles in index page
could be good!
My MOD: Hidden Smilies - Please PM me your suggestions
~BehzadSh~
absolutex
Registered User
Posts: 57
Joined: Tue Jul 01, 2008 4:33 pm
Contact:

Re: [BETA] Mini Knowledge Base

Post by absolutex »

Behzad_Oblivion wrote:I have a request for this mod.
recent articles in index page
could be good!
hey that's good idea
:D
User avatar
Behzad_Oblivion
Registered User
Posts: 126
Joined: Sat Mar 22, 2008 9:14 pm
Location: Iran, Tehran
Contact:

Re: [BETA] Mini Knowledge Base

Post by Behzad_Oblivion »

absolutex wrote: hey that's good idea
:D
It could be used in custom pages and also as a block for phpbb portals
My MOD: Hidden Smilies - Please PM me your suggestions
~BehzadSh~
Darthmat
Registered User
Posts: 114
Joined: Mon Jun 23, 2008 4:08 pm

Re: [BETA] Mini Knowledge Base

Post by Darthmat »

Behzad_Oblivion wrote:
absolutex wrote: hey that's good idea
:D
It could be used in custom pages and also as a block for phpbb portals
That's a great idea actually.
User avatar
Behzad_Oblivion
Registered User
Posts: 126
Joined: Sat Mar 22, 2008 9:14 pm
Location: Iran, Tehran
Contact:

Re: [BETA] Mini Knowledge Base

Post by Behzad_Oblivion »

It's a long time that "tas" haven't post here!
Does he still support this MOD?
My MOD: Hidden Smilies - Please PM me your suggestions
~BehzadSh~
User avatar
tas2580
Registered User
Posts: 295
Joined: Wed May 30, 2007 1:56 am
Location: Stuttgart, Germany
Contact:

Re: [BETA] Mini Knowledge Base

Post by tas2580 »

Yes I still work on this. And I think I will make a update with some new features in the next days.
User avatar
A_O_C
Registered User
Posts: 2383
Joined: Sun Jul 01, 2007 11:26 pm
Location: phpbb_

Re: [BETA] Mini Knowledge Base

Post by A_O_C »

hes ALIVE!!! :D

thanks for still working on this. i was about to start coding my own...
Locked

Return to “[3.0.x] Abandoned MODs”