K2 faz isso?

  • Specker_
  • Avatar de Specker_ Autor do Tópico
  • Offline
  • JCB! Professional
  • JCB! Professional
Mais
15 anos 1 mês atrás #37584 por Specker_
Specker_ created the topic: K2 faz isso?
Alguem sabe se o K2 exibe somente as img parecido com esse site;
<!-- w -->[url=http://www.italiansubs.net" onclick="window.open(this.href);return false;]www.italiansubs.net[/url]<!-- w --> ?

Please Entrar ou Registrar to join the conversation.


Mais
15 anos 1 mês atrás #37592 por Acimar Rocha
Acimar Rocha replied the topic: Re: K2 faz isso?
Olá,
Com a ajuda de um outro módulo (pago) ele faz como nesse demo:
http://demo.joomlaxtc.com/extensions/in ... Itemid=196
Abs.

Acimar Rocha -[color=#0080FF:36wlu71r] [url:36wlu71r]http://www.webpositiva.com.br[/url:36wlu71r][/color:36wlu71r]
[i:36wlu71r][color=#400000:36wlu71r]Você não pode ter tudo... Onde você colocaria?[/color:36wlu71r][/i:36wlu71r]

Please Entrar ou Registrar to join the conversation.

  • Specker_
  • Avatar de Specker_ Autor do Tópico
  • Offline
  • JCB! Professional
  • JCB! Professional
Mais
15 anos 1 mês atrás #37597 por Specker_
Specker_ replied the topic: Re: K2 faz isso?
so tem um problema, quando tento cadastrar uma Categoria nova no K2 ele da esse erro:

Fatal error: Call to undefined function mb_internal_encoding() in /home/specker/public_html/portal/administrator/components/com_k2/tables/k2category.php on line 49
Linha 49 em negrito e verde
if(JPluginHelper::isEnabled('system', 'unicodeslug'))
$this->alias = JFilterOutput::stringURLSafe($this->alias);
else {

mb_internal_encoding("UTF-8");
mb_regex_encoding("UTF-8");
$this->alias = trim(mb_strtolower($this->alias));
$this->alias = str_replace('-', ' ', $this->alias);
$this->alias = mb_ereg_replace(':space:+', ' ', $this->alias);
$this->alias = trim(str_replace(' ', '-', $this->alias));

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 3 meses atrás #51171 por diegopipoca
diegopipoca replied the topic: Re: K2 faz isso?

Specker_ escreveu: so tem um problema, quando tento cadastrar uma Categoria nova no K2 ele da esse erro:

Fatal error: Call to undefined function mb_internal_encoding() in /home/specker/public_html/portal/administrator/components/com_k2/tables/k2category.php on line 49
Linha 49 em negrito e verde
if(JPluginHelper::isEnabled('system', 'unicodeslug'))
$this->alias = JFilterOutput::stringURLSafe($this->alias);
else {

mb_internal_encoding("UTF-8");
mb_regex_encoding("UTF-8");
$this->alias = trim(mb_strtolower($this->alias));
$this->alias = str_replace('-', ' ', $this->alias);
$this->alias = mb_ereg_replace(':space:+', ' ', $this->alias);
$this->alias = trim(str_replace(' ', '-', $this->alias));


tbm só to tendo problemas no K2.

[i:2stgv7g2]CEO - Web Developer[/i:2stgv7g2]
[url=http&#58;//infointerativa&#46;com:2stgv7g2]infointerativa.com[/url:2stgv7g2]

Please Entrar ou Registrar to join the conversation.