| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 7179|Reply: 4
Collapse the left

A few changes I have made

[Copy link]
Post time: 2014-07-09 08:31
| Show all posts |Read mode
Just simple words games

file:
\data\template\en_1_diy_forum_forumdisplay.tpl.php

line 1095:
<li><a href="forum.php?mod=forumdisplay&fid=<?php echo $_G['fid'];?><?php if($_GET['archiveid']) { ?>&archiveid=<?php echo $_GET['archiveid'];?><?php } ?>">AllThreads</a></li>

-->

<li><a href="forum.php?mod=forumdisplay&fid=<?php echo $_G['fid'];?><?php if($_GET['archiveid']) { ?>&archiveid=<?php echo $_GET['archiveid'];?><?php } ?>">All threads</a></li>

line 1109:
<a href="forum.php?mod=forumdisplay&fid=<?php echo $_G['fid'];?>&filter=reply&orderby=replies<?php echo $forumdisplayadd['reply'];?><?php if($_GET['archiveid']) { ?>&archiveid=<?php echo $_GET['archiveid'];?><?php } ?>" <?php if($_GET['orderby'] == 'replies') { ?>class="xw1"<?php } ?>>Replies<br/>Views</a><span class="pipe">|</span>

-->

<a href="forum.php?mod=forumdisplay&fid=<?php echo $_G['fid'];?>&filter=reply&orderby=replies<?php echo $forumdisplayadd['reply'];?><?php if($_GET['archiveid']) { ?>&archiveid=<?php echo $_GET['archiveid'];?><?php } ?>" <?php if($_GET['orderby'] == 'replies') { ?>class="xw1"<?php } ?>>Replies/Views</a><span class="pipe">|</span>

line 1112:
<li>Time:
-->
<li>Time in:

line 1113:

<a href="forum.php?mod=forumdisplay&fid=<?php echo $_G['fid'];?>&orderby=<?php echo $_GET['orderby'];?>&filter=dateline<?php echo $forumdisplayadd['dateline'];?><?php if($_GET['archiveid']) { ?>&archiveid=<?php echo $_GET['archiveid'];?><?php } ?>" <?php if(!$_GET['dateline']) { ?>class="xw1"<?php } ?>>AllTime</a><span class="pipe">|</span>

-->

<a href="forum.php?mod=forumdisplay&fid=<?php echo $_G['fid'];?>&orderby=<?php echo $_GET['orderby'];?>&filter=dateline<?php echo $forumdisplayadd['dateline'];?><?php if($_GET['archiveid']) { ?>&archiveid=<?php echo $_GET['archiveid'];?><?php } ?>" <?php if(!$_GET['dateline']) { ?>class="xw1"<?php } ?>>All time</a><span class="pipe">|</span>
Post time: 2014-07-09 10:04
| Show all posts
No patch?

Please, code your posts...

 Russia

Post time: 2014-07-09 11:42
| Show all posts
1) line 1095:
I agree with AllThreads -> All Threads
But I can not do "All threads")

2) line 1109:
I agree with Replies<br/>Views -> Replies/<br/>Views
But I disagree with "Replies/Views" because of this will enlarge the column width significantly.

3) line 1112:
I do not understand this change:
<li>Time: --> <li>Time in:
Where is it?

4) line 1113:
I agree with AllThreads -> All Threads
But I can not do "All threads")


 Russia

Post time: 2014-07-10 16:45
| Show all posts
2) line 1109:

I have decided to use another language keyword 'reply_num' instead of 'replies' here:
  1.         'replies'                => 'Replies<br/>Views',//'回复/查看',
  2.         'reply_num'                        => 'Replies',//'回复',
Copy the Code


3) line 1112:
I have decided to use another language keyword 'poston' instead of 'time' here.

 China

Post time: 2014-08-24 11:44
| Show all posts

Pass by!Good!Top!
You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-04-19 09:27 GMT+3 , Processed in 0.053000 sec., 8 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list