A free components from skorp.royy.net

A free components from skorp.royy.net

Download arrow Forum
Joomla
Welcome, Guest
Please Login or Register.    Lost Password?
Joomla Archive Content (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Joomla Archive Content
#601
bloggita (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Joomla Archive Content 2 Years, 4 Months ago Karma: 0  
Hello,

I have a little question...

RC work in joomla archive content?

Many thanks and best regards.

bloggita
 
Logged Logged  
  The administrator has disabled public write access.
#603
bloggita (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Joomla Archive Content 2 Years, 4 Months ago Karma: 0  
I realized that does not work and I added this code at the plugin "rc_joomla_content_plugin.php" after

Code:

if (($runMe)&&($loadWord))
{



Add:

Code:

//archive
$database->setQuery("SELECT * FROM #__content WHERE state=-1");
if ($cur = $database->query()) 
{
while ($row = mysql_fetch_object( $cur )) 
{
$stag.= " ".$row->title;
$stag.= " ".$row->title_alias;
$stag.= " ".$row->fulltext;
$stag.= " ".$row->introtext;
if ($this->cacheTag($stag,$metaKey)) 
{$stag=null; $metaKey=null;}
}
}

 
Logged Logged  
  The administrator has disabled public write access.
Go to top


Joomla Templates by Joomlashack