A free components from skorp.royy.net

A free components from skorp.royy.net

Download
Joomla
Welcome, Guest
Please Login or Register.    Lost Password?
Need a plugin for Remository (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Need a plugin for Remository
#121
nl1dmo (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Need a plugin for Remository 2 Years, 6 Months ago Karma: 0  
Hope someone can help me.

I installed the component and the module.
The only thing i need is a plugin to work with another great component called Remository v3.40.
www.remository.com

I tried making my own plugin:


<?php
/**
* @version 2.0.0 beta
* @package Raf Cloud
* @copyright Copyright (C) 2007 Skorp. All rights reserved.
* @license www.gnu.org/copyleft/gpl.html GNU/GPL
* Raf Cloud 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.
* @Author: Rafal Blachowski (Skorp) <joomla.royy.net>
*/

defined( '_VALID_MOS' ) or die( 'Restricted access' );
$descr= "Joomla Remository v3.40 Plugin v 2.0.0"; //short information about plugin


global $database;

if (($runMe)&&($loadWord))
{
//categories
$database->setQuery("SELECT name,description,headerdesc FROM #__downloads_files";
if ($cur = $database->query())
{
while ($row = mysql_fetch_object( $cur ))
{
$stag.= " ".$row->name;
$stag.= " ".$row->description;
$stag.= " ".$row->headerdesc;
}
}

//messages
$database->setQuery("SELECT subject FROM #__downloads_containers";
if ($cur = $database->query())
{
while ($row = mysql_fetch_object( $cur ))
{
$stag.= " ".$row->subject;
}
}

//text
$database->setQuery("SELECT message FROM #__downloads_reviews";
if ($cur = $database->query())
{
while ($row = mysql_fetch_object( $cur ))
{
$stag.= " ".$row->message;
}
}
}
?>




I published the plugin. No words are shown..

Who can help me ?

 
Logged Logged  
  The administrator has disabled public write access.
#122
skorp (Moderator)
Moderator
Posts: 206
graph
User Offline Click here to see the profile of this user
Re: Need a plugin for Remository 2 Years, 5 Months ago Karma: 6  
Hi!

Download plugin pack from
www.joomla.royy.net/index.php/Raf-Cloud-...0/View-category.html
unzip and install rc_joomla_remository_plugin.php

Skorp
 
Logged Logged  
 
Project site: www.joomla.royy.net
------------------------------------------------------------
"Anyone who has never made a mistake has never tried anything new."
Albert Einstein

  The administrator has disabled public write access.
#123
nl1dmo (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re: Need a plugin for Remository 2 Years, 5 Months ago Karma: 0  
Thnx admin it worked!!!

Is there also a sollution to let raf cloud act with my meta desciption / keywords?
So every page has a different raf cloud?

Thnx for the great job
 
Logged Logged  
  The administrator has disabled public write access.
Go to top


Joomla Templates by Joomlashack