


######################################################## 

## Mod Title: posts_sort_newest_first 

## Mod Version: 1.0 

## Author: Tomas Rejdal <t-o-m@seznam.cz> 

## http://www.metroweb.cz 

## 

## 

## Installation Level: easy 

## Installation Time: 2 Minutes 

## Files To Edit: viewtopic.php 

## Include File: 

############################################################## 

## This MOD is released under the GPL License. 

## Intellectual Property is retained by the MOD Author(s) listed above 

############################################################## 

## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ for the 

## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 

## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 

## in our MOD-Database, located at: http://www.phpbb.com/mods/downloads/ 

############################################################## 

## Authors Notes: compatible for vs. 2.0.4 - 2.0.13 

## 

############################################################## 

## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 

############################################################## 







# 

#--- [ OPEN ] -------- 

# 




viewtopic.php 




# 

#-- [ FIND ]---- 

# 

# (line 195) 




if ( !empty($post_id) ) 

{ 

$start = floor(($forum_topic_data['prev_posts'] - 1) / $board_config['posts_per_page']) * $board_config['posts_per_page']; 

} 




# 

#---- [ REPLACE WITH ]----- 

# 




// 

// Decide how to order the post display 

// 

if ( !empty($HTTP_POST_VARS['postorder']) || !empty($HTTP_GET_VARS['postorder']) ) 

{ 

$post_order = (!empty($HTTP_POST_VARS['postorder'])) ? $HTTP_POST_VARS['postorder'] : $HTTP_GET_VARS['postorder']; 

$post_time_order = ($post_order == "desc") ? "DESC" : "ASC"; 

} 

else 

{ 

$post_order = ( $userdata['user_post_sort'] == TRUE ) ? 'asc' : 'desc'; 

$post_time_order = ( $userdata['user_post_sort'] == TRUE ) ? 'ASC' : 'DESC'; 

} 




if(!empty($post_id) ) 

{ 

$posts_before = ( $post_order == 'desc' )? (($forum_topic_data['topic_replies'] + 1) - $forum_topic_data['prev_posts']) : ($forum_topic_data['prev_posts'] - 1); 

$start = floor( $posts_before / $board_config['posts_per_page']) * $board_config['posts_per_page']; 

} 










# 

#-- [ FIND ]---- 

# 

# (line 373) 




if ( $post_time_order == 'ASC' ) 




# 

#---- [ REPLACE WITH ]----- 

# 







if ( $post_time_order == 'DESC' ) 










# 

#--- [ DELETE ] -------- 

# 

# (line 358) 




// 

// Decide how to order the post display 

// 

if ( !empty($HTTP_POST_VARS['postorder']) || !empty($HTTP_GET_VARS['postorder']) ) 

{ 

$post_order = (!empty($HTTP_POST_VARS['postorder'])) ? $HTTP_POST_VARS['postorder'] : $HTTP_GET_VARS['postorder']; 

$post_time_order = ($post_order == "asc") ? "ASC" : "DESC"; 

} 

else 

{ 

$post_order = 'asc'; 

$post_time_order = 'ASC'; 

} 













# 

#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 

# 

# EoM


Obsah fóra BLASSENweb » Tipy a Triky
![]() |
|