SCLUB免費論壇申請-使用者論壇's Archiver

梅子爱阿政 發表於 2016-10-30 02:03

【请版主删除此贴】请教两个问题。

[i=s] 本帖最後由 梅子爱阿政 於 2018-2-9 02:37 編輯 [/i]

问题一:能把错位的修改回来么?
[attach]76447[/attach]
问题二:能设置游客只能看板块内的列表,但是不能点进帖子里。可以这样设置么?

先谢谢~{:9_386:}

leisurema 發表於 2016-10-30 11:31

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275318&ptid=33025]1#[/url] [i]梅子爱阿政[/i] [/b]

[color=Magenta]PS發問前還是請站長至官網看操作手冊..[/color][size=7]論壇搜索爬文[/size]{:9_382:}

繽紛色彩 發表於 2016-10-30 12:17

問題一
可否圈出錯位位置

問題二
這個情況在某些論壇見過
但我試過在權限上設置
也未能如願

梅子爱阿政 發表於 2016-10-30 17:59

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275320&ptid=33025]3#[/url] [i]缤纷色彩[/i] [/b]


[attach]76448[/attach]

应该是红色的,但是变成了黑色地方输入。
如果你方便,可以进我的论坛看一看登陆界面,还直接明了。链接就在我的签名里。{:9_384:}

梅子爱阿政 發表於 2016-10-30 17:59

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275319&ptid=33025]2#[/url] [i]leisurema[/i] [/b]


    我试过爬文,可是一直找不到关键字。{:9_392:}

leisurema 發表於 2016-10-30 20:10

[i=s] 本帖最後由 leisurema 於 2016-10-30 20:29 編輯 [/i]

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275322&ptid=33025]5#[/url] [i]梅子愛阿政[/i] [/b]

[url]http://mziaz.imotor.com[/url]

問題一:錯位OK

[attach]76449[/attach]




問題二:游客只能看板塊內的列表,但是不能點進帖子里。
引魂歸兮 提示信息
您無權進行當前操作,原因如下:
您需要滿足以下條件才可訪問這個版塊
訪問條件:
    主題數 ≥ 5
您的信息:
   主題數: 0


[size=5][color=Magenta]論壇登陸界面[/color][/size]

繽紛色彩 發表於 2016-10-30 20:42

問題一
我到論壇看過
你所說的情況
並未有存在
一切正常
或者你換換瀏覽器看看

无界 發表於 2016-10-30 21:24

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275321&ptid=33025]4#[/url] [i]梅子爱阿政[/i] [/b]



css_common模板找[code].selectinput { float: none; margin: 0 0 10px; width: 234px; height: 20px; background-color: {INPUTBG}; border: 1px solid; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} [/code]将width: 234px;改为width: 240px;

梅子爱阿政 發表於 2016-10-31 00:21

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275327&ptid=33025]8#[/url] [i]无界[/i] [/b]


    成功了!{:9_401:}谢谢大大~~

梅子爱阿政 發表於 2016-10-31 00:25

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275323&ptid=33025]6#[/url] [i]leisurema[/i] [/b]


    第一个问题已经解决了~~:loveliness:

第二个问题,我主要是想有游客能进去板块,但是不能点击进里面的帖子看内容。我以前是每个帖子都设定阅读权限。但是每帖都要设置感觉很麻烦,而且作为一个强迫晚癌患者看着哪些多余的标题好变扭。

所以,就想问问有没有可以后台设置或者用代码设置的。

无界 發表於 2016-10-31 10:33

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275329&ptid=33025]10#[/url] [i]梅子爱阿政[/i] [/b]

可以通过修改代码,设置为发帖时某些版块默认加阅读权限。

如修改板块2为例:
编辑post.htm模板找到[code]<input type="text" name="readperm" value="$thread[readperm]" class="txt" tabindex="1" />[/code]修改为[code]<!--{if $fid == 2}--><input type="text" name="readperm" value="100" class="txt" tabindex="1" /><!--{else}--><input type="text" name="readperm" value="$thread[readperm]" class="txt" tabindex="1" /><!--{/if}-->[/code]这样,在板块2发帖时,会自动加帖子阅读权限为100.

梅子爱阿政 發表於 2016-10-31 16:50

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275330&ptid=33025]11#[/url] [i]无界[/i] [/b]


    请问大大

 如果如你的方法修改后,标题后面还有没有[阅读权限XX]这几个字?


 还有,怎么区分哪个代码是哪个板块?QAQ

梅子爱阿政 發表於 2016-10-31 17:32

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275330&ptid=33025]11#[/url] [i]无界[/i] [/b]


    大大,再请教个问题~

怎样将未登录就会自己弹出的注册界面给取消掉??

无界 發表於 2016-10-31 18:58

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275331&ptid=33025]12#[/url] [i]梅子爱阿政[/i] [/b]


    这段代码只是修改权限, 和那几个字没关系。

梅子爱阿政 發表於 2016-10-31 21:41

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275335&ptid=33025]14#[/url] [i]无界[/i] [/b]


    那怎么区分哪个代码是哪个板块?

无界 發表於 2016-10-31 23:19

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275336&ptid=33025]15#[/url] [i]梅子爱阿政[/i] [/b]


    [url]http://sclub.com.tw/discuz/forumdisplay.php?fid=14[/url]

比如这个板块 看链接地址结尾fid=14
那么你把代码里的2改为14就行了

梅子爱阿政 發表於 2016-11-1 16:39

[b]回復 [url=http://sclub.com.tw/discuz/redirect.php?goto=findpost&pid=275337&ptid=33025]16#[/url] [i]无界[/i] [/b]


    谢谢大大~~!

頁: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.