I have a problem with cache post system.I would like to disable cache on smilies because i hide smilies from unregistered members.
This is whati have now:
- Code: Alles auswählen
if ( $board_config['allow_smilies'] )
{
(!$parsed || !$board_config['enable_post_cache']) ? (($userdata['session_logged_in'] && $postrow[$i]['enable_smilies']) ? $message = smilies_pass($message) : '') : ''; // Cache Posts
}
How can i disable smilies from post cache?
Sorry for my bad english,but i don`t speak german.
Added after 22 hours 5 minutes:
Sorry *Bump*

Caused after further 23 hours 59 minutes:
Fu*king great support
