Author
Message

Hi ppl, we continue work under Seditio improvement, and glad introduce you beta 175  

Major improvements:

  • 3 brand new skins: Illusion, Minimo, Simple
  • Adding SEO functional (beautiful url's, control meta tags)
  • Server side AJAX-ready (new plugin type)
  • Added modal window instead of pop-up's
  • Lot of usability tweaks

More info at release page: Seditio 175

Welcome to mother Russia: Putin, medvedi, matrioshka, balalayka, okhuenno!


This post was edited by Amro (22-12-14 20:20 GMT, 3374 days ago)

what is?

page.inc and page.print.inc

if ($n!='modup' && $n!='moddown' && $n!='delete')
  {
  $pag['page_count']++;
  $sql = sed_sql_query("UPDATE $db_pages SET page_count='".$pag['page_count']."' WHERE page_id='".$pag['page_id']."'");
  }

 

Apparently this still remained with 161 version from Olivier.
I do not know what this modup and moddown.
Will need to be corrected.

Correctly should be so must:

if(!$usr['isadmin'] || $cfg['disablehitstats'])
{
    $pag['page_count']++;
    $sql = sed_sql_query("UPDATE $db_pages SET page_count='".$pag['page_count']."' WHERE page_id='".$pag['page_id']."'");
} 

Forever unshaven, red-eyed, detached from reality, with his cockroaches in my head. And let it always will be!


This post was edited by Amro (16-11-14 16:46 GMT, 3410 days ago)