热搜词
发表于 2021-2-13 21:57:46 | 显示全部楼层 |阅读模式
朋友圈分享插件,使用默认电脑版论坛内容页可显示分享图标,如下图:

02.png

如果使用第三方电脑版模板,论坛内容页不显示分享图标,怎么解决?
插件名称:朋友圈分享 2.0.0
文件名称:micxp_wxshare
插件作者:MicXP程序爱好者
真实姓名:林大祯
作者网站:demo.baihuawu.com

找到默认模板目录下的viewthread_node.htm文件(默认模板路径为:template/default/forum/viewthread_node.htm):

找到如下代码块:

                <!--{if !IS_ROBOT && $post['first'] && !$_G['forum_thread']['archiveid']}-->

                        <!--{if $post['invisible'] == 0}-->
                                <div id="p_btn" class="mtw mbm hm cl">
                                        <!--{if !empty($_G['setting']['pluginhooks']['viewthread_share_method'])}-->
                                                <div class="tshare cl">
                                                        <b>{lang viewthread_share_to}: </b>
                                                        <!--{hook/viewthread_share_method}-->
                                                </div>
                                        <!--{/if}-->

                                        <a href="home.php?mod=spacecp&ac=favorite&type=thread&id=$_G[tid]&formhash={FORMHASH}" id="k_favorite" title="{lang fav_thread}"><i><img src="{IMGDIR}/fav.gif" alt="{lang thread_favorite}" />{lang thread_favorite}<span id="favoritenumber"{if !$_G['forum_thread']['favtimes']} style="display:none"{/if}>{$_G['forum_thread']['favtimes']}</span></i></a>
                                        <!--{if $_G['group']['raterange'] && $post['authorid']}-->
                                                <a href="javascript:;" id="ak_rate" title="{lang rate_position}"><i><img src="{IMGDIR}/agree.gif" alt="{lang rate}" />{lang rate}</i></a>
                                        <!--{/if}-->
                                        <!--{if !$post['anonymous'] && $post['first'] && helper_access::check_module('follow')}-->
                                                <a class="followp" href="home.php?mod=spacecp&ac=follow&op=relay&tid=$_G[tid]&from=forum" title="{lang follow_spread}"><i><img src="{IMGDIR}/rt.png" alt="{lang thread_realy}" />{lang thread_realy}<!--{if $_G['forum_thread']['relay']}--><span id="relaynumber" style="display:none">{$_G['forum_thread']['relay']}</span><!--{/if}--></i></a>
                                        <!--{/if}-->
                                        <!--{if $post['first'] && helper_access::check_module('share')}-->
                                                <a class="sharep" href="home.php?mod=spacecp&ac=share&type=thread&id=$_G[tid]" title="{lang share_digest}"><i><img src="{IMGDIR}/oshr.png" alt="{lang thread_share}" />{lang thread_share}<!--{if $_G['forum_thread']['sharetimes']}--><span id="sharenumber">{$_G['forum_thread']['sharetimes']}</span><!--{/if}--></i></a>
                                        <!--{/if}-->

                                        <!--{if !$_G['forum']['disablecollect'] && helper_access::check_module('collection')}-->
                                                <a href="forum.php?mod=collection&action=edit&op=addthread&tid=$_G[tid]" id="k_collect" title="{lang thread_collect}"><i><img src="{IMGDIR}/collection.png" alt="{lang thread_share}" />{lang collection}<span id="collectionnumber"{if !$post['releatcollectionnum']} style="display:none"{/if}>{$post['releatcollectionnum']}</span></i></a>
                                        <!--{/if}-->
                                        <!--{if ($_G['group']['allowrecommend'] || !$_G['uid']) && $_G['setting']['recommendthread']['status']}-->
                                                <!--{if !empty($_G['setting']['recommendthread']['addtext'])}-->
                                                <a id="recommend_add" href="forum.php?mod=misc&action=recommend&do=add&tid=$_G[tid]&hash={FORMHASH}" {if $_G['uid']}onclick="ajaxmenu(this, 3000, 1, 0, '43', 'recommendupdate({$_G['group']['allowrecommend']})');return false;"{else}{/if} title="{lang maketoponce}"><i><img src="{IMGDIR}/rec_add.gif" alt="$_G['setting']['recommendthread'][addtext]" />$_G['setting']['recommendthread'][addtext]<span id="recommendv_add"{if !$_G['forum_thread']['recommend_add']} style="display:none"{/if}>$_G[forum_thread][recommend_add]</span></i></a>
                                                <!--{/if}-->
                                                <!--{if !empty($_G['setting']['recommendthread']['subtracttext'])}-->
                                                <a id="recommend_subtract" href="forum.php?mod=misc&action=recommend&do=subtract&tid=$_G[tid]&hash={FORMHASH}" {if $_G['uid']}onclick="ajaxmenu(this, 3000, 1, 0, '43', 'recommendupdate(-{$_G['group']['allowrecommend']})');return false;"{else}{/if} title="{lang makebottomonce}"><i><img src="{IMGDIR}/rec_subtract.gif" alt="$_G['setting']['recommendthread'][subtracttext]" />$_G['setting']['recommendthread'][subtracttext]<span id="recommendv_subtract"{if !$_G['forum_thread']['recommend_sub']} style="display:none"{/if}>$_G[forum_thread][recommend_sub]</span></i></a>
                                                <!--{/if}-->
                                        <!--{/if}-->
                                        <!--{hook/viewthread_useraction}-->
                                </div>
                        <!--{/if}-->

                <!--{/if}-->


再把此段代码添加到第三方模板的对应位置


全部评论1
灰儿 发表于 2021-2-13 22:21:17 | 显示全部楼层
                <!--{if !IS_ROBOT && $post['first'] && !$_G['forum_thread']['archiveid']}-->

                        <!--{if $post['invisible'] == 0}-->
                                <div id="p_btn" class="mtw mbm hm cl">
                                        <!--{if !empty($_G['setting']['pluginhooks']['viewthread_share_method'])}-->
                                                <div class="tshare cl">
                                                        <b>{lang viewthread_share_to}:&nbsp;</b>
                                                        <!--{hook/viewthread_share_method}-->
                                                </div>
                                        <!--{/if}-->
<style type="text/css">
        .elecicon_bottom{ margin-top:78px;}
        .elecicon_bottom span{ font-size:12px; color:#666;}
        .elecicon_bottom span.elecsc{ display:inline-block;}
        #favoritenumber{ display:inline-block;}
        .tshare { display:none;}
</style>
                                        <a href="home.php?mod=spacecp&ac=favorite&type=thread&id=$_G[tid]" id="k_favorite" onclick="showWindow(this.id, this.href, 'get', 0);" onmouseover="this.title = $('favoritenumber').innerHTML + ' {lang activity_member_unit}{lang thread_favorite}'" title="{lang fav_thread}"><img src="$_G['style'][styleimgdir]/favourite.png" alt="{lang thread_favorite}" /><div class="elecicon_bottom"><span class="elecsc">{lang thread_favorite}</span><span id="favoritenumber"{if !$_G['forum_thread']['favtimes']}{/if}>{$_G['forum_thread']['favtimes']}</span></div></a>
                                        <!--{if $_G['group']['raterange'] && $post['authorid']}-->
                                                <a href="javascript:;" id="ak_rate" onclick="showWindow('rate', 'forum.php?mod=misc&action=rate&tid=$_G[tid]&pid=$post[pid]', 'get', -1);return false;" title="{lang rate_position}">
                        <img src="$_G['style'][styleimgdir]/agree.png" alt="{lang rate}" />
                        <div class="elecicon_bottom"><span class="elecsc">{lang rate}</span></div>
                        </a>
                                        <!--{/if}-->
                                        <!--{if !$post['anonymous'] && $post['first'] && helper_access::check_module('follow')}-->
                                                <a class="followp" href="home.php?mod=spacecp&ac=follow&op=relay&tid=$_G[tid]&from=forum" onclick="showWindow('relaythread', this.href, 'get', 0);" title="{lang follow_spread}"><img src="$_G['style'][styleimgdir]/zhuanbo.png" alt="{lang thread_realy}" />
                        <div class="elecicon_bottom"><span class="elecsc">{lang thread_realy}</span><!--{if $_G['forum_thread']['relay']}--><span id="relaynumber" >{$_G['forum_thread']['relay']}</span><!--{/if}--></div>
                        
                        </a>
                                        <!--{/if}-->
                                        <!--{if $post['first'] && helper_access::check_module('share')}-->
                                                <a class="sharep" href="home.php?mod=spacecp&ac=share&type=thread&id=$_G[tid]" onclick="showWindow('sharethread', this.href, 'get', 0);" title="{lang share_digest}"><img src="$_G['style'][styleimgdir]/sharing.png" alt="{lang thread_share}" /><div class="elecicon_bottom"><span class="elecsc">{lang thread_share}<!--{if $_G['forum_thread']['sharetimes']}--></span><span id="sharenumber">{$_G['forum_thread']['sharetimes']}</span><!--{/if}--></div></a>
                                        <!--{/if}-->

                                        <!--{if !$_G['forum']['disablecollect'] && helper_access::check_module('collection')}-->
                                                <a href="forum.php?mod=collection&action=edit&op=addthread&tid=$_G[tid]" id="k_collect" onclick="showWindow(this.id, this.href);return false;" onmouseover="this.title = $('collectionnumber').innerHTML + ' {lang activity_member_unit}{lang collection}'" title="{lang thread_collect}"><img src="$_G['style'][styleimgdir]/taotie.png" alt="{lang thread_share}" />
                        
                        <div class="elecicon_bottom"><span class="elecsc">{lang collection}</span><span id="collectionnumber"{if !$post['releatcollectionnum']} {/if}>{$post['releatcollectionnum']}</span></div>
                        
                        </a>
                                        <!--{/if}-->
                                        <!--{if ($_G['group']['allowrecommend'] || !$_G['uid']) && $_G['setting']['recommendthread']['status']}-->
                                                <!--{if !empty($_G['setting']['recommendthread']['addtext'])}-->
                                                <a id="recommend_add" href="forum.php?mod=misc&action=recommend&do=add&tid=$_G[tid]&hash={FORMHASH}" {if $_G['uid']}onclick="ajaxmenu(this, 3000, 1, 0, '43', 'recommendupdate({$_G['group']['allowrecommend']})');return false;"{else} onclick="showWindow('login', this.href)"{/if} onmouseover="this.title = $('recommendv_add').innerHTML + ' {lang activity_member_unit}$_G[setting][recommendthread][addtext]'" title="{lang maketoponce}"><img src="$_G['style'][styleimgdir]/check.png" alt="$_G['setting']['recommendthread'][addtext]" /><div class="elecicon_bottom"><span class="elecsc">$_G['setting']['recommendthread'][addtext]</span><span id="recommendv_add"{if !$_G['forum_thread']['recommend_add']} {/if}>$_G[forum_thread][recommend_add]</span></div></a>
                                                <!--{/if}-->
                                                <!--{if !empty($_G['setting']['recommendthread']['subtracttext'])}-->
                                                <a id="recommend_subtract" href="forum.php?mod=misc&action=recommend&do=subtract&tid=$_G[tid]&hash={FORMHASH}" {if $_G['uid']}onclick="ajaxmenu(this, 3000, 1, 0, '43', 'recommendupdate(-{$_G['group']['allowrecommend']})');return false;"{else} onclick="showWindow('login', this.href)"{/if} onmouseover="this.title = $('recommendv_subtract').innerHTML + ' {lang activity_member_unit}$_G[setting][recommendthread][subtracttext]'" title="{lang makebottomonce}"><img src="$_G['style'][styleimgdir]/close.png" alt="$_G['setting']['recommendthread'][subtracttext]" /><div class="elecicon_bottom"><span class="elecsc">$_G['setting']['recommendthread'][subtracttext]</span><span id="recommendv_subtract"{if !$_G['forum_thread']['recommend_sub']} {/if}>$_G[forum_thread][recommend_sub]</span></div></a>
                                                <!--{/if}-->
                                        <!--{/if}-->
                                        <!--{hook/viewthread_useraction}-->
                                </div>
                        <!--{/if}-->

                <!--{/if}-->
回复

使用道具 举报

回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-11-22 20:07 , Processed in 0.188853 second(s), 25 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team