曼波中国
曼波社区
曼波知识库
曼波搜索

查看完整版本: [原创]mambo整合phpbb的详细图文教程

BigSlam 2004-10-18 22:08

[原创]mambo整合phpbb的详细图文教程

吃饱饭没事做弄了一个:P

lang3 2004-10-18 22:10

不够详细呀

BigSlam 2004-10-18 22:16

文档也上传了,老大可以补充……

BigSlam 2004-10-18 22:19

多传了一个108.gif图片,删不了,晕:(

lang3 2004-10-18 23:06

换了个论坛加速方式file cache,现在可以删图了。我已经帮你把108删掉了。

BigSlam 2004-10-19 08:01

谢啦 :lol:

to:新手
安装要点:com_forum_install.zip一定要在“组件”部分上传,由于该文件较大,由于一些服务器配置和网络原因建议从mambo本地后台上传,phpbb_login.zip一定要在“模块”部分上传。

sdmike 2004-11-16 15:56

楼主上穿的setup.zip在我这里解压不了,不知道是不是压缩包的问题。

focxu 2004-12-3 15:28

谁能做一个完整可用的?

七月十五 2004-12-11 13:58

PHPBB中文版整合mambo本站“下载”有下,刚刚安装成功。 :lol:

靠靠 2004-12-17 14:27

安装PHPBB时出现这个错误

phpBB :: Installation
DB function failed with error number 1050
Table 'phpbb_auth_access' already exists SQL=CREATE TABLE phpbb_auth_access ( group_id mediumint(8) DEFAULT '0' NOT NULL, forum_id smallint(5) UNSIGNED DEFAULT '0' NOT NULL, auth_view tinyint(1) DEFAULT '0' NOT NULL, auth_read tinyint(1) DEFAULT '0' NOT NULL, auth_post tinyint(1) DEFAULT '0' NOT NULL, auth_reply tinyint(1) DEFAULT '0' NOT NULL, auth_edit tinyint(1) DEFAULT '0' NOT NULL, auth_delete tinyint(1) DEFAULT '0' NOT NULL, auth_sticky tinyint(1) DEFAULT '0' NOT NULL, auth_announce tinyint(1) DEFAULT '0' NOT NULL, auth_vote tinyint(1) DEFAULT '0' NOT NULL, auth_pollcreate tinyint(1) DEFAULT '0' NOT NULL, auth_attachments tinyint(1) DEFAULT '0' NOT NULL, auth_mod tinyint(1) DEFAULT '0' NOT NULL, KEY group_id (group_id), KEY forum_id (forum_id) )
SQL =
CREATE TABLE phpbb_auth_access (
   group_id mediumint(8) DEFAULT '0' NOT NULL,
   forum_id smallint(5) UNSIGNED DEFAULT '0' NOT NULL,
   auth_view tinyint(1) DEFAULT '0' NOT NULL,
   auth_read tinyint(1) DEFAULT '0' NOT NULL,
   auth_post tinyint(1) DEFAULT '0' NOT NULL,
   auth_reply tinyint(1) DEFAULT '0' NOT NULL,
   auth_edit tinyint(1) DEFAULT '0' NOT NULL,
   auth_delete tinyint(1) DEFAULT '0' NOT NULL,
   auth_sticky tinyint(1) DEFAULT '0' NOT NULL,
   auth_announce tinyint(1) DEFAULT '0' NOT NULL,
   auth_vote tinyint(1) DEFAULT '0' NOT NULL,
   auth_pollcreate tinyint(1) DEFAULT '0' NOT NULL,
   auth_attachments tinyint(1) DEFAULT '0' NOT NULL,
   auth_mod tinyint(1) DEFAULT '0' NOT NULL,
   KEY group_id (group_id),
   KEY forum_id (forum_id)
)

无不为 2005-1-25 11:57

压缩文件被破坏,打不开哈

leo1 2005-2-13 04:45

谢谢啦,缘分那

today4us 2005-2-19 19:35

这个帖子要顶一下:P

txkss 2005-3-4 23:19

[其他][原创]你在PHPBB配置向导中把数据库前缀改成其它的就可以

安装PHPBB时出现这个错误

phpBB :: Installation
DB function failed with error number 1050
Table 'phpbb_auth_access' already exists SQL=CREATE TABLE phpbb_auth_access ( group_id mediumint( DEFAULT '0' NOT NULL, forum_id smallint(5) UNSIGNED DEFAULT '0' NOT NULL, auth_view tinyint(1) DEFAULT '0' NOT NULL, auth_read tinyint(1) DEFAULT '0' NOT NULL, auth_post tinyint(1) DEFAULT '0' NOT NULL, auth_reply tinyint(1) DEFAULT '0' NOT NULL, auth_edit tinyint(1) DEFAULT '0' NOT NULL, auth_delete tinyint(1) DEFAULT '0' NOT NULL, auth_sticky tinyint(1) DEFAULT '0' NOT NULL, auth_announce tinyint(1) DEFAULT '0' NOT NULL, auth_vote tinyint(1) DEFAULT '0' NOT NULL, auth_pollcreate tinyint(1) DEFAULT '0' NOT NULL, auth_attachments tinyint(1) DEFAULT '0' NOT NULL, auth_mod tinyint(1) DEFAULT '0' NOT NULL, KEY group_id (group_id), KEY forum_id (forum_id) )
SQL =
CREATE TABLE phpbb_auth_access (
group_id mediumint( DEFAULT '0' NOT NULL,
forum_id smallint(5) UNSIGNED DEFAULT '0' NOT NULL,
auth_view tinyint(1) DEFAULT '0' NOT NULL,
auth_read tinyint(1) DEFAULT '0' NOT NULL,
auth_post tinyint(1) DEFAULT '0' NOT NULL,
auth_reply tinyint(1) DEFAULT '0' NOT NULL,
auth_edit tinyint(1) DEFAULT '0' NOT NULL,
auth_delete tinyint(1) DEFAULT '0' NOT NULL,
auth_sticky tinyint(1) DEFAULT '0' NOT NULL,
auth_announce tinyint(1) DEFAULT '0' NOT NULL,
auth_vote tinyint(1) DEFAULT '0' NOT NULL,
auth_pollcreate tinyint(1) DEFAULT '0' NOT NULL,
auth_attachments tinyint(1) DEFAULT '0' NOT NULL,
auth_mod tinyint(1) DEFAULT '0' NOT NULL,
KEY group_id (group_id),
KEY forum_id (forum_id)
)

龙的船人 2005-4-8 17:52

如果是独立安装phpbb的,就不用这样整合,只要加挂一个登录模块和最新文章模块也可以吗?

arbor 2005-4-8 21:01

如果我以前有phpBB 2.0.4 mod版的,有了数百注册用户和很多帖子,想转移过来可以吗?
我在一台全新的服务器上面安装系统后安装mambo、phpBB,转移数据是否方便?我对数据库不熟悉。

wodmaya 2005-4-10 02:58

我在安装phpbb login的时候,出现错误,说“上传 module - 失败”试了好几次都是,重新下载了也一样,包里面只有两个文件,是吗?我怀疑有点不全?

wodmaya 2005-4-10 03:16

我又把Mambo和phpbb全删掉,重装了一下,都装好了,可phpbb login不出现,这不急死人

wodmaya 2005-4-10 03:19

啊,看到啦,哈哈,不好意思,原来是分页的啊,我只看了第一页,这个查资料啊

lianghuilong 2005-4-11 11:26

还是不太懂啊.为什么?

arbor 2005-4-19 09:20

[quote="七月十五"]PHPBB中文版整合mambo本站“下载”有下,刚刚安装成功。 :lol:[/quote]

给个链接好吗?谢谢!

我去找了,没有找到,或者我不知道哪个是。

daobazhu 2005-4-22 11:34

[原创]这样就不要用MAMHOO吗?

[quote="龙的船人"]如果是独立安装phpbb的,就不用这样整合,只要加挂一个登录模块和最新文章模块也可以吗?[/quote]
楼上的,这样行吗?这样就不要用MAMHOO吗?

btang 2005-4-24 11:22

文件有问题,解压不了了!

wbbwb 2005-5-6 11:12

谢谢!

wbbwb 2005-5-9 01:08

4.5.2简单多了,直接把下载的压缩包上传后就开始安装了。

feelshanghai 2005-5-18 10:57

下载了压缩包上传不了

feelshanghai 2005-5-18 11:27

怪事,再装一次就好了。可是如何进入论坛管理员面板呢

sangmo 2005-6-30 21:47

数据库怎么办?PHPBB和  Mambo要用两个不同的数据库?
还是可以整合到一起?

hato 2005-7-15 17:39

到哪里下载啊,找不到啊

自由我 2005-7-30 23:30

真是好东西,可惜mambo.cn简体的那个下载没有了,搜索半天也找不到:(谁能提供一个

freeme99 2006-11-6 23:44

55555555555555

ddddddddddddddddddd

112115 2007-5-15 12:19

速展网络科技永久免费为您提供100M全能空间及赠送MYSQL数据库空间

*** 作者被禁止或删除 内容自动屏蔽 ***

Haiyang 2007-12-7 22:38

很详细的。phpbb 的精神很好,我用过好长一段时间。
页: [1]
查看完整版本: [原创]mambo整合phpbb的详细图文教程