[ADDON] CSS3 Progress Bars (with eyecandy)
Posted: 04 Dec 2011, 20:57
nope.
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
People, use automod if you are unable to do the edits properly. You have copies that into a totally wrong place. There is absolutely no cache->destroy anywhere inFlamingdevastation wrote:Code: Select all
// Empty sql cache for forums table because options changed $cache->destroy('sql', FORUMS_TABLE); } $template->assign_vars(array( 'FGCSS_ENABLE' => (!empty($config['forum_goals_css_enable'])) ? true : false, 'FGPBA_ENABLE' => (!empty($config['forum_goals_animation_enable'])) ? true : false, 'FGPBS_ENABLE' => (!empty($config['forum_goals_stripes_enable'])) ? true : false, )); } ?>
includes/functions_forum_goals.php
where the code belongs.Well, can you help me? I might have made a small mistake. That doesn't mean I need an automod or can't edit properly.doktornotor wrote:People, use automod if you are unable to do the edits properly. You have copies that into a totally wrong place.Flamingdevastation wrote:Code: Select all
// Empty sql cache for forums table because options changed $cache->destroy('sql', FORUMS_TABLE); } $template->assign_vars(array( 'FGCSS_ENABLE' => (!empty($config['forum_goals_css_enable'])) ? true : false, 'FGPBA_ENABLE' => (!empty($config['forum_goals_animation_enable'])) ? true : false, 'FGPBS_ENABLE' => (!empty($config['forum_goals_stripes_enable'])) ? true : false, )); } ?>
Murphy's law. It'll get fixed I am sure. It's only a web site and users can wait. Sorry I can't be of any help... Well, I am sure I can, but no time right now. It appears the author is trying to help you which is the best source available IMO.Flamingdevastation wrote:All I know is for that file, I did exactly what it says. The part that's messed up doesn't have anything to do with the instructions provided. I don't know how it got messed up.
Okay. thanks for all the help.doktornotor wrote:I cannot fix your messed up files, restore the correct one from the Forum Goal mod.