Your ultimate PunBB resource!
You are not logged in.
## ## ## Mod title: PunDokuWiki ## ## Mod version: 1.1 ## Works on PunBB: 1.2, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5 ## Release date: 2005-04-12 ## Author: Connorhd (Connorhd@mypunbb.com) ## ## Description: Adds the DokuWiki interface to punbb via Doku.php ## ## Affects DB: Yes ## ## Affected files: header.php ## ## Notes: After you install this you can access the wiki via ## www.yoursite.com/doku.php and you will need to either ## add it to the additional menu items in the Admin Options ## or create a redirect forum for it ## ## Upgrading: Too upgrade reupload all the wiki files (however do not ## replace your data files), there is no need to run the ## install_mod.php, but you do need to re-edit header.php ## ## DISCLAIMER: Please note that 'mods' are not officially supported by ## PunBB. Installation of this modification is done at your ## own risk. Backup your forum database and any and all ## applicable files before proceeding. ##
Offline
Awesome mod!
I've been waiting for something like this.
I'll have to install it when I get home.
Offline
Offline
I just upgraded from 1.0 to 1.1. and _ in the namespaces is not replaced to space.
Also something stange happened with the layout of the bars (i.e. with the buttons "Edit this page", "Old versions"). The bars widened and placed the buttons not in one row but in two, example here: http://www.bulgaricus.com/forum/doku.php?do=index
Offline
you sure you uploaded all the new files?
Offline
Yes, I hope so! I uploaded only the files which seemed to be changed, because I was afraid of loosing the already entered data. Is there any list of the changed files (I will try to upload them again)?
Offline
I uploaded the files again but the _ in the namespaces remained ![]()
How can I remove the headers "Start" and "PunDokuWiki" as it is on this site?
Offline
it'll be in the next version which will also be a new version of the wiki with a better parser apparently
Offline
Is there any file where I can easily edit what is displayed? As I have wrotitten above I want to get rid of the headers "Start" and "PunDokuWiki" and IP adress of the posting person as well. Any hint where I can do this?
Offline
I had to upgrade my forum to 1.2.6 and now I have a problem with my PunBB, exactly with the coding. Previosuly I changed the coding from utf-8 to iso-8859-2 and everything worked properly but now there is some problem. I would be grateful if someone can have a look at my PunDokuWiki http://www.bulgaricus.com/forum/doku.php?do=index and give me a hint where can be the problem?
Offline
Is there any possibilty to change the name of a category?
Offline
Sorry about the delay, i'll look into the encoding, but i'm not really very knowledgeable about it, anyway to rename a category i think youjust need to physically rename the folder in data (however that will break the previous versions but nvm)
Offline
Is it possible to remplace wiki folder in PunDokuWiki by an actual version of dokuwiki wich support plugins ?
Thanks ![]()
Offline
It doesnt works on 1.2.8 :s
Offline
ZeFroG wrote:
It doesnt works on 1.2.8 :s
Not true, it works fine on my site, and I'm using 128
Offline
Would it be possible to integrate the forum-search with the Wiki?
So that searching the forum also searches the wiki? That would be the foundation of a great community-driven information-site!
Offline
Hello
I installed it on 1.2.10 and have a problem : all buttons (edit etc..) does not have any txt in it.
Anyone know what could be the problem ?
Offline
I installed this in my punbb (1.2.5)
now it works very good. i could login my punbb account on my site and make wikipages.
if i logout, i couldn't make wikipage. the only thing i counld is reading page.
i configured it on admin page>plugin>wiki.
now.. the only thing i haven't solved is a wiki signature.
i saw the source code of leave signature part. ( /wiki/inc/html.php )
in the php code
if($conf['useacl'] && $_SERVER['REMOTE_USER']){
echo "insertButton('wiki/images/sig.png','".$langk['qb_sig']."','".html_signature()."','y');";$_SERVER['REMOTE_USER'] may be null.
and in the php function code
function html_signature(){
global $conf;
global $INFO;
$sig = $conf['signature'];
$sig = strftime($sig);
$sig = str_replace('@USER@',$_SERVER['REMOTE_USER'],$sig);
$sig = str_replace('@NAME@',$INFO['userinfo']['name'],$sig);
$sig = str_replace('@MAIL@',$INFO['userinfo']['mail'],$sig);
$sig = str_replace('@DATE@',date($conf['dformat']),$sig);
return $sig;
}$_SERVER['REMOTE_USER'] and $INFO['userinfo'] are maybe empty.
what should i do for fixing it?
Hi people!
Seems like there are some problem with this mod. I run 1.2.10, does it work correctly with this version or should i wait for an update? Would really like to have this mod.
Thanks!
Last edited by Adam (2006-02-14 05:37:51)
Offline
Yes it works fine on 1.2.10, but you may want to read all about the different problems that you will encounter. The only major one, I presume, is the one where it does not recognize the $lang() array, so no text shows up. Other than that, just add 1.2.10 to the installer prerequisites, and let it fly.
Currently using on 1.2.10: http://www.rose-na.com/doku.php
Offline
I'm getting garbled layout on my site, at http://www.mkdsc.com/doku.php
Running 1.2.10, I have a few mods installed, but I don't think any of them messed with my CSS as far as I know ![]()
Offline
hi,
casual, how did you make it work? i'm using PunDokuWiki (pubb 1.2.10) with french language and no text shows up.
is there a way to fix it?
thks
edit : fixed
for Adam & tj9991:
Connorhd wrote:
no its a funny bug seems to appear sometimes and not others
wiki/common.php line 10:
Code:
@include_once("lang/".$pun_user['language']."/lang.php");
should be
Code:
@include("lang/".$pun_user['language']."/lang.php");
Last edited by neblio (2006-02-15 01:21:52)
Offline