如何将织梦DEDEcms后台ckeditor编辑器更换为ueditor百度编辑器

如何将织梦DEDEcms后台ckeditor编辑器更换为ueditor百度编辑器,第1张

您好,朋友,跟版网团队很高兴为您解答:

1这个功能的实现有多种方法,首先我不知道您用的什么内容模型,如果是软件模型的话,那么就直接可以在手动指定地址地方填写即可。演示地址可以建立一个字段即可。

2如果你没有用软件模型也可以通过自定义字段实现的,新手的话直接建立5个自定义字段。分别为下载地址1,提取码,下载地址2,提取码,演示地址。

如下图我的建立:

上面只是给你了思路,希望我的回答能够帮到您。如果你要设置权限的话,建议用织梦自带的软件模型,后续可以设置金币下载,vip下载等。

跟版网-专业织梦模板定制下载站。wwwgenbanorg

1配置环境

2下个dede包

3安装好包后,最起码可以先让默认模版生成的页面用起来,可以进后台熟悉一下文章录入,增加删除属性,排序,移动,静态化,采集等等操作

4熟悉标签(平常用的话其实并不多的,无非频道、列表、详细页什么的),在规划自己的网站的时候应该清楚每个页面会用到哪些标签(比如列表页要用到list,但是列表右边的点击排行之类的要用到arclist),熟悉里面属性的使用,flag,typeid之类的

5修改模版文件,或者自己建模版,在后台建栏目,然后将栏目和模板文件关联起来,注意封面和列表的区别,录入文章,让导航、文章列表之类的可以正常工作

6深入了解的话,就要看看它的结构,比如data存放配置数据,include放核心类库,linux下某些目录要设置777权限等等;另外还有标签库的使用,设计与程序的分离,某些功能在类库中的实现等等。

一、下载ueditor

请自己下载ueditor版本(本人是PHP版本 UFT-8版,不包含_examples、_src等文件夹及文件)。下载完成后,会得到以下这样的目录结构的:

ueditor文件说明:

dialogs 是存放各个弹出窗口应用功能的文件,包含html,js

lang 是存放编辑器语言的文件,有中文和E文

php 是存放文件上传、涂鸦、远程、在线管理,添加视频的php源码文件,可以按自己的需求修改

themes 当然就是主题样式存放的地方

third-party 是第三方插件文件存放地方。

editoralljs 此文件是所有_src里的js源码的合集

editorallminjs 此文件是editor_alljs的压缩版

editorconfigjs 此文件是UE的配置文件

editorparsejs 此文件是UE的解析文件

editorparseminjs 此文件是UE的解析压缩文件

二、重命名文件夹名称,并复制UE到dede

重命名:ueditor1_3_6-utf8-php,为ueditor。将ueditor全部复制到dede的include文件夹下!完成后ueditor在dede里边的结构如下图:

三、修改 include/inc/inc_fun_funAdminphp 让 DD 能够调用到 UE

打开 include/inc/inc_fun_funAdminphp ,大约150行,有个function SpGetEditor,这是DD调用编辑器的,我们要修改它,达到能够调用UE,下拉到226行左右,加上以下代码:

 

 //百度编辑器

   

 else if($GLOBALS['cfg_html_editor']=='ueditor')

    {

        $fvalue = $fvalue==''  '<p></p>' : $fvalue;

        $code = '<script type="text/javascript" charset="utf-8" src="'$GLOBALS['cfg_cmspath']'/include/ueditor/ueditorconfigjs"></script>';

        $code = '<script type="text/javascript" charset="utf-8" src="'$GLOBALS['cfg_cmspath']'/include/ueditor/ueditorallminjs"></script>';

        $code = '<link rel="stylesheet" type="text/css" href="'$GLOBALS['cfg_cmspath']'/include/ueditor/themes/default/css/ueditorcss"/>';

        //$code = '<textarea name="'$fname'" id="'$fname'" style="width:100%;">'$fvalue'</textarea>';

        $code = '<script type="text/plain" name="'$fname'" id="'$fname'">'$fvalue'</script>';

        if($bbcode)

        {

            $code = '<script type="text/javascript">UEgetEditor("'$fname'",{toolbars:[["Source","|",

        "bold", "italic", "underline","|","fontsize","forecolor","emotion","Undo", "Redo"]],initialFrameHeight:100});</script>';

        }

        else

        {

            $code = '<script type="text/javascript">UEgetEditor("'$fname'",{initialFrameHeight:450});</script>';

        }          

 

        if($gtype=="print")

        {

            echo $code;

        }

        else

        {

            return $code;

        }

    }//bd end

   

四:后台=》系统=》系统基本参数=》核心设置=》Html编辑器

填入ueditor就好了

Hi,可以使用dedecms后台的单页面做

我把源码贴给你吧

这是txt版本的,

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

{dede:channel type='top' row='13'}[field:typeurl/]

{/dede:channel}{dede:channel type='son' row='10' typeid='1'}[field:typeurl/]

{/dede:channel}{dede:channel type='son' row='10' typeid='2' }[field:typeurl/]

{/dede:channel}{dede:channel type='son' row='10' typeid='3' }[field:typeurl/]

{/dede:channel}{dede:channel type='son' row='10' typeid='19' }[field:typeurl/]

{/dede:channel}{dede:channel type='son' row='10' typeid='15' }[field:typeurl/]

{/dede:channel}{dede:channel type='son' row='10' typeid='4' }[field:typeurl/]

{/dede:channel}{dede:channel type='son' row='10' typeid='5' }[field:typeurl/]

{/dede:channel}{dede:arclist row='3000' typeid='1' orderby='pubdate'}

[field:arcurl/]

{/dede:arclist}{dede:arclist row='3000' typeid='2' orderby='pubdate'}

[field:arcurl/]

{/dede:arclist}{dede:arclist row='3000' typeid='3' orderby='pubdate'}

[field:arcurl/]

{/dede:arclist}{dede:arclist row='3000' typeid='5' orderby='pubdate'}

[field:arcurl/]

{/dede:arclist}{dede:arclist row='3000' typeid='19' orderby='pubdate'}

[field:arcurl/]

{/dede:arclist}{dede:arclist row='3000' typeid='4' orderby='pubdate'}

[field:arcurl/]

{/dede:arclist}

这是xml版本的

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

78

79

80

81

82

83

84

85

86

87

88

89

90

91

92

93

94

95

96

97

98

99

100

101

102

103

104

105

106

107

108

109

110

111

112

113

114

115

116

117

118

119

120

121

122

123

124

125

126

127

128

129

130

131

132

133

134

135

136

137

138

139

140

141

142

143

144

145

146

147

148

149

150

151

152

<xml version="10" encoding="gb2312">

<xml-stylesheet type="text/xsl" href="sitemapxsl">

<urlset xmlns="

<url>

<loc>

<priority>10</priority>

<lastmod>{dede:php} $_date = date('Y-m-d',time());

echo $_date;

{/dede:php}</lastmod>

<changefreq>Always</changefreq>

</url>

{dede:channelartlist row='13'}

<url>

<loc>{dede:field name='typeurl'/}</loc>

<priority>10</priority>

<lastmod>{dede:php} $_date = date('Y-m-d',time());

echo $_date;

{/dede:php}</lastmod>

<changefreq>Always</changefreq>

</url>

{/dede:channelartlist}

{dede:channelartlist type='son' row='10' typeid='1'}

<url>

<loc>{dede:field name='typeurl'/}</loc>

<priority>10</priority>

<lastmod>{dede:php} $_date = date('Y-m-d',time());

echo $_date;

{/dede:php}</lastmod>

<changefreq>Always</changefreq>

</url>

{/dede:channelartlist}

{dede:channelartlist type='son' row='10' typeid='2' }

<url>

<loc>{dede:field name='typeurl'/}</loc>

<priority>10</priority>

<lastmod>{dede:php} $_date = date('Y-m-d',time());

echo $_date;

{/dede:php}</lastmod>

<changefreq>Always</changefreq>

</url>

{/dede:channelartlist}

{dede:channelartlist type='son' row='10' typeid='3' }

<url>

<loc>{dede:field name='typeurl'/}</loc>

<priority>10</priority>

<lastmod>{dede:php} $_date = date('Y-m-d',time());

echo $_date;

{/dede:php}</lastmod>

<changefreq>Always</changefreq>

</url>

{/dede:channelartlist}

{dede:channelartlist type='son' row='10' typeid='19' }

<url>

<loc>{dede:field name='typeurl'/}</loc>

<priority>10</priority>

<lastmod>{dede:php} $_date = date('Y-m-d',time());

echo $_date;

{/dede:php}</lastmod>

<changefreq>Always</changefreq>

</url>

{/dede:channelartlist}

{dede:channelartlist type='son' row='10' typeid='15' }

<url>

<loc>{dede:field name='typeurl'/}</loc>

<priority>10</priority>

<lastmod>{dede:php} $_date = date('Y-m-d',time());

echo $_date;

{/dede:php}</lastmod>

<changefreq>Always</changefreq>

</url>

{/dede:channelartlist}

{dede:channelartlist type='son' row='10' typeid='4' }

<url>

<loc>{dede:field name='typeurl'/}</loc>

<priority>10</priority>

<lastmod>{dede:php} $_date = date('Y-m-d',time());

echo $_date;

{/dede:php}</lastmod>

<changefreq>Always</changefreq>

</url>

{/dede:channelartlist}

{dede:channelartlist type='son' row='10' typeid='5' }

<url>

<loc>{dede:field name='typeurl'/}</loc>

<priority>10</priority>

<lastmod>{dede:php} $_date = date('Y-m-d',time());

echo $_date;

{/dede:php}</lastmod>

<changefreq>Always</changefreq>

</url>

{/dede:channelartlist}

{dede:arclist row='3000' typeid='1' orderby='pubdate'}

<url>

<loc>[field:arcurl/]</loc>

<priority>08</priority>

<lastmod>[field:pubdate function=mydate('Y-m-d',@me)/]</lastmod>

<changefreq>daily</changefreq>

</url>

{/dede:arclist}

{dede:arclist row='3000' typeid='2' orderby='pubdate'}

<url>

<loc>[field:arcurl/]</loc>

<priority>08</priority>

<lastmod>[field:pubdate function=mydate('Y-m-d',@me)/]</lastmod>

<changefreq>daily</changefreq>

</url>

{/dede:arclist}

{dede:arclist row='3000' typeid='3' orderby='pubdate'}

<url>

<loc>[field:arcurl/]</loc>

<priority>08</priority>

<lastmod>[field:pubdate function=mydate('Y-m-d',@me)/]</lastmod>

<changefreq>daily</changefreq>

</url>

{/dede:arclist}

{dede:arclist row='3000' typeid='5' orderby='pubdate'}

<url>

<loc>[field:arcurl/]</loc>

<priority>08</priority>

<lastmod>[field:pubdate function=mydate('Y-m-d',@me)/]</lastmod>

<changefreq>daily</changefreq>

</url>

{/dede:arclist}

{dede:arclist row='3000' typeid='19' orderby='pubdate'}

<url>

<loc>[field:arcurl/]</loc>

<priority>08</priority>

<lastmod>[field:pubdate function=mydate('Y-m-d',@me)/]</lastmod>

<changefreq>daily</changefreq>

</url>

{/dede:arclist}

{dede:arclist row='3000' typeid='4' orderby='pubdate'}

<url>

<loc>[field:arcurl/]</loc>

<priority>08</priority>

<lastmod>[field:pubdate function=mydate('Y-m-d',@me)/]</lastmod>

<changefreq>daily</changefreq>

</url>

{/dede:arclist}

{dede:arclist row='3000' typeid='15' orderby='pubdate'}

<url>

<loc>[field:arcurl/]</loc>

<priority>08</priority>

<lastmod>[field:pubdate function=mydate('Y-m-d',@me)/]</lastmod>

<changefreq>daily</changefreq>

</url>

{/dede:arclist}

</urlset>

HTML的版本

<!doctype html>

<html lang="zh-cn">

<head>

<meta charset="gb2312">

<title>{dede:globalcfg_webname/}</title>

<meta name="keywords" content="{dede:globalcfg_keywords/}" />

<meta name="description" content="{dede:globalcfg_description/}" />

<meta name="Author" content="杨雨">

<meta name="Copyright" content="http://itbyccom">

</head>

<body>

<h1><a title="{dede:globalcfg_webname/}" href="

{dede:globalcfg_webname/}</a></h1>

<nav>

{dede:channelartlist }

<ul onmouseover="ShowMenuDd(this)" class="repeatItem">

<li><a title="{dede:field name='typename'/}" href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></li>

<li><ol>{dede:sql sql='Select from `dede_arctype` where reid=~id~ ORDER BY id'}

<li>

<a class="link" href="[field:typedir function="cn_substr(@me,200,9) " /]">[field:typename/]</a>

</li>

{/dede:sql}</ol></li>

</ul>

{/dede:channelartlist}

</nav>

<div>

<ol>{dede:arclist orderby='pubdate' row=100000 }

<li>

<a title="[field:fulltitle/]" href="[field:arcurl/]">[field:fulltitle/]</a>

<time>[field:pubdate function=MyDate('y-m-d',@me)/]</time>

</li>{/dede:arclist}

</ol>

</div>

</body>

</html>

应该是你建网站的时候,直接绑定的域名,然后做的网站修改对吧?在修改过程中,百度有抓取到某个页面,就造成了这种情况,遇到这种情况没有其它的办法,只有等,自己平时该怎么更新就怎么更新网站,后期可能会收录一些内页,慢慢的首页就会更正过来了,以前我也遇到过这样的情况。

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » 如何将织梦DEDEcms后台ckeditor编辑器更换为ueditor百度编辑器

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情