Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
This does not work anymore on Joomla 1.5.7
If I insert a playlist code, this code is not written into the databse.
I've searched for hours now, but I can't find the clue, how to reenable this.
Anybody an idea?
Maybe it has something to do with this?
[code:1]function getDisplayTab($tab,$user,$ui) {
global $database, $my, $mosConfig_live_site;
$params = $this->params; // get parameters (plugin and related tab)
$strRegexp = $params->get('hwTabMessage', "regexp_param_empty"«»);
// DEBUG echo "expr=".$strRegexp."<br />";
$userConfig = $this->mpGetUserConfig($user->id);
$codePlayer = $userConfig->mp_PlayerHtmlString;
$return = null;[/code:1]
Please Log in or Create an account to join the conversation.