Differences

This shows you the differences between the selected revision and the current version of the page.

punbb20:start 2008/11/18 09:39 punbb20:start 2020/02/06 11:04 current
Line 24: Line 24:
  * Use substitutes instead of markup hooks. Remove unused before output. E.g. ''<!-- pun:forums:column:2 -->'' after second column of forum list table.   * Use substitutes instead of markup hooks. Remove unused before output. E.g. ''<!-- pun:forums:column:2 -->'' after second column of forum list table.
  * More solid and accurate URL rewriting.   * More solid and accurate URL rewriting.
 +    * Use mod_rewrite.
    * If URL is not found in the current scheme:     * If URL is not found in the current scheme:
      * If it is found in default (general) rewriting scheme, send ''301 Moved Permanently'' HTTP header and redirect to the correct page link (regenerated for the current URL scheme).       * If it is found in default (general) rewriting scheme, send ''301 Moved Permanently'' HTTP header and redirect to the correct page link (regenerated for the current URL scheme).
      * Else: ''404 Not Found''.       * Else: ''404 Not Found''.
-  * More clear pages: 
-    * Move forum information from index to the forum page ([[http://punbb.informer.com/forums/post/119552/#p119552|Forums post]]) 
  * There will be clearly separated steps of building the page in the source code.   * There will be clearly separated steps of building the page in the source code.
    - Check input values. Fill the ''$params'' global array (no any other global variables produced).     - Check input values. Fill the ''$params'' global array (no any other global variables produced).
Line 37: Line 36:
    * Theme may include completely different templates for block and/or pages. Absolutely customizable markup.     * Theme may include completely different templates for block and/or pages. Absolutely customizable markup.
    * Page/block template may use only contents of the ''$result'' array given. Nothing more.     * Page/block template may use only contents of the ''$result'' array given. Nothing more.
-    * +  * More clear pages: 
 +    * Move forum information from index to the forum page ([[https://punbb.informer.com/forums/post/119552/#p119552|Forums post]]) 
 +  * Navigation improvements: 
 +    * Access to forum management section for Moderators ([[https://punbb.informer.com/forums/post/119647/#p119647|Forums post]]). 
 +  * Search improvements: 
 +    * Get back "Search in" option ([[https://punbb.informer.com/forums/topic/20282/13-what-happened-to-search-in-option/|Forums topic]]).
===== Features ===== ===== Features =====

Personal Tools