Mypaper Publish time 2013-12-29 18:14

How to configure Replies and Views On the left side of Thread title

Edited by Mypaper at 2014-1-3 14:21

How to configure Replies and Views On the left side of Thread title which you can be seen in following figure
   
I do not think it is a pluginand it seems to be a property in Discuz!

The pictures are related to a dead site in X1.5






leon Publish time 2014-01-02 05:36

I don't get your idea clearly. But if you want to edit the CSS of list page. you can edit templates which start with 'forumdisplay_xxxx.htm' under folder '\template\\forum\'.

jaideejung007 Publish time 2014-01-02 13:21

CSS and HTM mod files only!!!!

Ananthavas Publish time 2014-01-02 16:00

Edited by Ananthavas at 2014-1-2 18:22

I think this can be achieved by editing this file: 'template/default/forum/forumdisplay_list.htm' (not sure though)
The code seems to be this one:<div class="hm">
                  <span class="xg1">{lang show}:</span> <span class="xi1">$_G</span><span class="pipe">|</span><span class="xg1">{lang reply}:</span> <span class="xi1">$_G</span>
                </div>I got this from viewthread.htm ,which is located on the above directory..
That code is used on viewthread.htm for displaying this thing:


So probably that code can also be used on forumdisplay_list.htm ..
Take time & try with those codes on a TEST site.. & implement it on ur Live site if it becomes successful..
Hope it helps...

kaaleth Publish time 2014-01-07 02:12

@Ananthavas wrong way. I see that you want to use:<!-- topic views --> $_G <!--/ topic views --><!-- topic replies --> $_G <!--/ topic replies -->These codes works for individual statistics only.
Try to use following<td class="num"><a href="forum.php?mod=viewthread&tid=$thread&extra=$extra" class="xi2">$thread</a><em><!--{if $thread['isgroup'] != 1}-->$thread<!--{else}-->{$groupnames[$thread]}<!--{/if}--></em></td>
Pages: [1]
View full version: How to configure Replies and Views On the left side of Thread title