MyBB Community Forums

Full Version: What is worng with this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
THis code seems not to work, I dont know why. I am trying to move some stuff around in the tmeplate but it just wont make the changes.
	require MYBB_ROOT.'/inc/adminfunctions_templates.php';
	find_replace_templatesets("member_profile", '#'.preg_quote('<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span>').'#', '<span class="smalltext"><a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)<br>{$threadcount}<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a></span>');
}

help appreciated Smile