discuz首页的快速发帖项目修改文字
网站根目录下/template/当前模板文件夹/forum/discuzhtm 或者 discuzphp
如果不明白,可以百度搜索“DZ起点网”里面有Disucz模板开发视频教程,很经典值得一看!
修改discuz论坛修改默认模板:
1、打开Window——Preferences
2、选择MyEclipse——Filed andEditors——JSP——JSP Source——Templates
看到右边的New Jsp编辑即可
编辑 template\default\forum\forumdisplay_listhtm文件 查找:
<cite><!--{if $thread['authorid'] && $thread['author']}--><a href="homephpmod=space&uid=$thread[authorid]" c="1">$thread[author]</a>
<!--{if $verify[$thread['authorid']]}-->$verify[$thread[authorid]]<!--{/if}-->
<!--{else}--><!--{if $_G['forum']['ismoderator']}--><a href="homephpmod=space&uid=$thread[authorid]" c="1">{lang anonymous}</a><!--{else}-->{lang anonymous}<!--{/if}--><!--{/if}--></cite>
<em>$thread[dateline]</em>
修改为:
<style>tl by { width: 140px; text-align: left; }</style>
<div style="float:left;width:28px;padding-top:4px;">
<img src="http://你的网站域名/uc_server/avatarphpuid=$thread[authorid]&size=small" width="25px" height="25px" style="border:1px solid #ccc; padding:2px; margin:0px; background-color:#fff;" /></div><div style="float:left;padding:2px 0px 0px 6px;">
<cite><!--{if $thread['authorid'] && $thread['author']}-->
<a href="homephpmod=space&uid=$thread[authorid]" c="1">$thread[author]</a>
<!--{if $verify[$thread['authorid']]}-->$verify[$thread[authorid]]<!--{/if}--><!--{else}-->
<!--{if $_G['forum']['ismoderator']}--><a href="homephpmod=space&uid=$thread[authorid]" c="1">{lang anonymous}</a>
<!--{else}-->{lang anonymous}<!--{/if}--><!--{/if}--></cite>
<em>$thread[dateline]</em>
一般模版都有一个template文件夹,一个image文件夹,一个样式导入文件(大概是txt格式的),个别还有一些其他的htm文件
通常都给你分好文件夹在,只需要覆盖就行
然后在后台界面风格里,导入txt,就可以看到你导入的模版风格在列表里了
如果是discuz7以上的,可能操作更简单一点,有可视化界面
第一步:设置需要填写的信息
第二部:设置这个固定格式的名称,设定好后点击详细
第三部:在详细中添加该格式所需要的变量
要在Discuz论坛上发帖并直接粘贴,您可以按照以下步骤进行操作:1 登录到您的Discuz论坛账户。2 找到您想要发帖的板块,并点击相关的帖子或“发帖”按钮。3 进入帖子编辑页面后,找到插入工具栏中的“”按钮。4 点击“”按钮后,会出现显示链接的对话框。5 打开您电脑上的文件夹,选择要粘贴的。6 将文件从文件夹中直接拖放到链接对话框中。7 链接对话框将自动显示您刚刚粘贴的的链接地址。8 (可选)您可以在“描述”字段中为添加简短的描述。9 确认链接和描述后,点击对话框底部的“确定”按钮。10 将会被插入到您的帖子中。11 您可以继续编写帖子的其他内容。12 完成编辑后,点击发帖页面的“发表”或“提交”按钮,将帖子发表到论坛上。请注意,在一些Discuz论坛版本中,粘贴的功能可能会有所不同或被禁用。如果无法直接粘贴,请尝试使用其他功能,如上传或提供的链接地址。
0条评论