MyBB Community Forums

Full Version: can you tell me what i done wrong here
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i made this but the tab is not showing on my forum thanks
From a quick glance you misspelled a variable. Line 51:

find_replace_templatesets("header", '#'.preg_quote('<ul>').'#', '<ul>{$doantetab}');

Should be:

find_replace_templatesets("header", '#'.preg_quote('<ul>').'#', '<ul>{$donatetab}');

Your deactivate function is also misspelled. Line 61:

function Doantetab_deactivate()

Should be:

function donatetab_deactivate()
ah thanks Smile
here is the edited one still don't work Sad
help Sad please