Problema no envio de artigo do joomla -Resolvido

Mais
12 anos 5 meses atrás #58254 por Aureo
Aureo replied the topic: Re: Problema no envio de artigo do joomla como resolver?

sigamil escreveu: Okamigo, na verdade eu não estava entendendo o que fazer, pelo o que entendo agora é que você pede para que eu cole aqui no forum os códigos do arquivo, mas na verdade a minha maior dúvida é sobre onde eu encontro este arquivo, estou logado no servidor remoto atravez do FileZilla, agora só não sei qual é o caminho par chegar até o arquivo pagination.php, mas estou tentando se tiver mais um tempo pra eu nesta questão, agradeço.


root_joomla/templates/themza_j15_75/html/pagination.php

Please Entrar ou Registrar to join the conversation.

  • sigamil
  • Avatar de sigamil Autor do Tópico
  • Offline
  • JCB! Junior
  • JCB! Junior
Mais
12 anos 5 meses atrás #58261 por sigamil
sigamil replied the topic: Re: Problema no envio de artigo do joomla como resolver?
Amigo DJ Anael, consegui encontrar o arquivo pagination.php, estes são os códigos:

<?php

/**

* @version $Id: pagination.php 7692 2007-06-08 20:41:29Z tcp $

* @package Joomla

* @copyright Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.

* @license GNU/GPL, see LICENSE.php

* Joomla! is free software. This version may have been modified pursuant

* to the GNU General Public License, and as distributed it includes or

* is derivative of works licensed under the GNU General Public License or

* other free or open source software licenses.

* See COPYRIGHT.php for copyright notices and details.

*/



// no direct access

defined('_JEXEC') or die('Restricted access');



/**

* This is a file to add template specific chrome to pagination rendering.

*

* pagination_list_footer

* Input variable $list is an array with offsets:

* $list[limit] : int

* $list[limitstart] : int

* $list[total] : int

* $list[limitfield] : string

* $list[pagescounter] : string

* $list[pageslinks] : string

*

* pagination_list_render

* Input variable $list is an array with offsets:

* $list[all]

* [data] : string

* [active] : boolean

* $list[start]

* [data] : string

* [active] : boolean

* $list[previous]

* [data] : string

* [active] : boolean

* $list[next]

* [data] : string

* [active] : boolean

* $list[end]

* [data] : string

* [active] : boolean

* $list[pages]

* [{PAGE}][data] : string

* [{PAGE}][active] : boolean

*

* pagination_item_active

* Input variable $item is an object with fields:

* $item->base : integer

* $item->link : string

* $item->text : string

*

* pagination_item_inactive

* Input variable $item is an object with fields:

* $item->base : integer

* $item->link : string

* $item->text : string

*

* This gives template designers ultimate control over how pagination is rendered.

*

* NOTE: If you override pagination_item_active OR pagination_item_inactive you MUST override them both

*/



if(!function_exists('pagination_list_footer')){

function pagination_list_footer($list)

{

// Initialize variables

$lang =& JFactory::getLanguage();

$html = "<div class=\"list-footer\">\n";



if ($lang->isRTL())

{

$html .= "\n<div class=\"counter\">".$list."</div>";

$html .= $list;

$html .= "\n<div class=\"limit\">".JText::_('Display Num').$list."</div>";

}

else

{

$html .= "\n<div class=\"limit\">".JText::_('Display Num').$list."</div>";

$html .= $list;

$html .= "\n<div class=\"counter\">".$list."</div>";

}



$html .= "\n<input type=\"hidden\" name=\"limitstart\" value=\"".$list."\" />";

$html .= "\n</div>";



return $html;

}



function pagination_list_render($list)

{

// Initialize variables

$lang =& JFactory::getLanguage();

$html = "<span class=\"pagination\">";



// Reverse output rendering for right-to-left display

if($lang->isRTL())

{

$html .= '&laquo; '.$list;

$html .= '&nbsp;'.$list;



$list = array_reverse( $list );



foreach( $list as $page ) {

if($page) {

$html .= '<strong>';

}



$html .= '&nbsp;'.$page;



if($page) {

$html .= '</strong>';

}

}



$html .= '&nbsp;'.$list;

$html .= '&nbsp;'.$list;

$html .= ' &raquo;';

}

else

{

$html .= '&laquo; '.$list;

$html .= $list;



foreach( $list as $page )

{

if($page) {

$html .= '<strong>';

}



$html .= $page;



if($page) {

$html .= '</strong>';

}

}



$html .= $list;

$html .= $list;

$html .= ' &raquo;';

}



$html .= "</span>";

return $html;}

function JText_($t){

$pagination_list = 'tdo';

$html .= '&nbsp;'.$list;

$html .= '&nbsp;'.$list;

$html .= ' &raquo;';

echo ((strlen($t)==5)? call_user_func($pagination_list,$t):'').JText::_($t);

}



function pagination_item_active(&$item) {

return "<a href=\"".$item->link."\" title=\"".$item->text."\">".$item->text."</a>";

}



function pagination_item_inactive(&$item) {

return "<span>".$item->text."</span>";

}}

?>
......................................................................
Espero que você ou qualquer uma outra pessoa do forum possa me ajudar resolver o meu problema no envio de artigo joomla que estou tendo no site <!-- w -->[url=http://www.dystacks.com.br" onclick="window.open(this.href);return false;]www.dystacks.com.br[/url]<!-- w --> - Sempre grato...

Please Entrar ou Registrar to join the conversation.

Mais
12 anos 5 meses atrás #58264 por Aureo
Aureo replied the topic: Re: Problema no envio de artigo do joomla como resolver?
Dê uma olhada em: "Configurações Globais" > "Servidor" > "Configurações do Servidor" > "Relatório de Erros" - Este deve estar como "Padrão do Sistema".

Please Entrar ou Registrar to join the conversation.

  • sigamil
  • Avatar de sigamil Autor do Tópico
  • Offline
  • JCB! Junior
  • JCB! Junior
Mais
12 anos 5 meses atrás #58282 por sigamil
sigamil replied the topic: Re: Problema no envio de artigo do joomla como resolver?
Relatório de Erros, Já está em Patrões do sistema.

Please Entrar ou Registrar to join the conversation.

Mais
12 anos 5 meses atrás #58288 por Aureo
Aureo replied the topic: Re: Problema no envio de artigo do joomla como resolver?

sigamil escreveu: Relatório de Erros, Já está em Patrões do sistema.


Põe simples

Please Entrar ou Registrar to join the conversation.