Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 1:34 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 355 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 12  Next
Author Message
Posted: Thu Aug 31, 2006 10:21 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11695
Location: **Translation Matters**
When using joomfish, just change the feed link in the content item translated.

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Sat Sep 16, 2006 2:13 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed May 03, 2006 2:46 am
Posts: 4
i am using kl_rssfeed to post RSS feeds from GigCalendar for individual artists on my record label's web site.
after changing the default from '$bot_params->def( 'items', '11' ); to $bot_params->def( 'items', '100' );
i get this weird bullet between the entries within the feed.
see:
http://hightwo.com/htwo/index.php?optio ... view&id=21
http://hightwo.com/htwo/index.php?optio ... view&id=17


anyway I can eliminate that? is that coming from kl_rssfeed or from my own .css?

any ideas?

'
Quote:
kl_rssfeed' AND folder = 'content'";
$database->setQuery( $query );
$kl_id = $database->loadResult();
$mambot = new mosMambot( $database );
$mambot->load( $kl_id );
$bot_params =& new mosParameters( $mambot->params );
$kl_params = array();
$kl_params['chtitle'] = $bot_params->def( 'chtitle', '0' );
$kl_params['chdesc'] = $bot_params->def( 'chdesc', '0' );
$kl_params['chsrc'] = $bot_params->def( 'chsrc', '0' );
$kl_params['itemsrc'] = $bot_params->def( 'itemsrc', '0' );
$kl_params['image'] = $bot_params->def( 'image', '1' );
$kl_params['title'] = $bot_params->def( 'title', '1' );
$kl_params['desc'] = $bot_params->def( 'desc', '1' );
$kl_params['item_one'] = $bot_params->def( 'item_one', '1' );
$kl_params['items'] = $bot_params->def( 'items', '100' );
$kl_params['word_count'] = $bot_params->def( 'word_count', '100' );
$kl_params['span'] = $bot_params->def( 'span', '0' );
$kl_params['cache'] = $bot_params->def( 'cache', '3600' );
$kl_params['class'] = $bot_params->def( 'class', '' );
$kl_params['debug'] = $bot_params->def( 'debug', '0' );


Top
   
 
Posted: Sat Sep 23, 2006 4:01 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sun Sep 11, 2005 7:46 pm
Posts: 130
Location: san francisco, ca usa
doctorlife wrote:
Can your plugin work with multilanguage site ?
Have you think about ?


Hey Dr. Life, why not just install this mambot and start using it?
I can tell you that anything that imports RSS feeds into your joomla content database has a couple of issues:
1) It's not very cool to show other people's content (Yahoo, AP news, etc.) as 'your own' in your site
2) Importing content automatically into your site is a dodgy idea, it could cause some problems

KL_rss is very simple and pretty cool.
Any page you want to enrich with some titles from an RSS feed, you just drop it in there and the list of items shows up.

This works with social bookmarking site RSS feeds as well.
So, say you write an article about windsurfing in the Mediterranean (ES | IT | EN)
At the bottom you say, "See these useful links" and you make for each language a KL_RSS link to delicious
Tags: (using the popular feature)
windsurfing italy  or surf italia
windsurf espana
windurfing uk

Now you have always changing, dynamic links to enrich your article, and you don't have to worry about monitoring it.

If you IMPORT stuff as some of those other components do, you have to worry about content date, security, where it shows up on your site, if it pushes other important stuff out of the way, etc. it's just a lot more work and thinking .
Put a


Top
  E-mail  
 
Posted: Sat Sep 23, 2006 4:16 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sun Sep 11, 2005 7:46 pm
Posts: 130
Location: san francisco, ca usa
infograf768 wrote:
The link is wrong:
Quote:
http://news.google.com/news?ie=UTF-8&q=%22marin+county%22+italian+-restaurant+-sports+-%22death+row%22+-catholic+-coroner&output=rss

But my hack chokes on all google feeds.
We have to wait for the help I asked for, sorry.


Not sure what you mean by "The link is wrong" ?
I just tried it, I get xml of the news, and if I put it in Sage or any other RSS newsreader, including netvibes, works fine. I get all the titles of the news from Google.

Did you hear back from your friend if these google rss feeds can be made to work.
I guess a simpler one to test the concept is just as well.


Top
  E-mail  
 
Posted: Sun Sep 24, 2006 11:57 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Apr 23, 2006 5:08 am
Posts: 9
champion6 wrote:
infograf768 wrote:
the kl_rssfed mambot is designed to be used in a "content item", not as a standalone php file.

10-4  Thanks so much. I have it working now.  :)


Excellent Work, Very Good! I use. 
 
If there is way to deceive the mambot to use {kl_rssfeed} out of content Item, please, help me. I have a very important project, that will be good to use in file PHP.


Top
  E-mail  
 
Posted: Mon Sep 25, 2006 9:16 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Sat Aug 20, 2005 8:53 am
Posts: 803
Location: Italy
albedis wrote:
If there is way to deceive the mambot to use {kl_rssfeed} out of content Item, please, help me. I have a very important project, that will be good to use in file PHP.


Please, Could you explain us better what you mean ?


Top
  E-mail  
 
Posted: Mon Sep 25, 2006 3:46 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Sep 22, 2006 5:19 pm
Posts: 65
Hello infograf,

I'm having a problem with one feed which returns the error message "Limit parameter is not a recognized value".
It's the Smartfeed MOD of phpbb.

Is your component modifying the parameter list of feeds or something like that?

The error message is really 'interesting'  ???

thanks,r.


Top
   
 
Posted: Wed Sep 27, 2006 3:07 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11695
Location: **Translation Matters**
rookey wrote:
Hello infograf,

I'm having a problem with one feed which returns the error message "Limit parameter is not a recognized value".
It's the Smartfeed MOD of phpbb.

Is your component modifying the parameter list of feeds or something like that?

The error message is really 'interesting'  ???

thanks,r.


Please post here the exact url of the feed.
Rule of thumb: if it does not work with the Joomla Newsfeed component, it will not either with kl_rssfeed (updated).

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Thu Sep 28, 2006 2:34 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Apr 23, 2006 5:08 am
Posts: 9
doctorlife wrote:
Please, Could you explain us better what you mean ?


I am modifying a MODULE so that he lists RSS registered in cadastre for users. Thus it has Link of the registered in cadastre site and below the reading of the RSS. Then I try to place and it does not function.

$URL_RSS_SITE = row->url_rss;



(it pardons my English made with Babel Fish)


Top
  E-mail  
 
Posted: Fri Sep 29, 2006 2:05 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Sep 27, 2006 4:05 am
Posts: 21
how do I install this [Edit Mod: Watch your language]? what tags do I use to include content?


Last edited by infograf768 on Fri Sep 29, 2006 5:35 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Fri Sep 29, 2006 5:36 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11695
Location: **Translation Matters**
@migumbo

1. watch your language. Not nice in a first post...
2. Read the whole thread and you'll get the answer to your question.
kl_rssfeed is a mambot.

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Sun Oct 01, 2006 8:48 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Sun Aug 21, 2005 8:46 am
Posts: 570
Location: Perth, Western Australia
great work on a nifty mambot btw.  I understand how to use the mambot itself and have gotten the test url to work on my page within an article already.  I am however having a lot of trouble getting it to work with a few sites I will include below.

http://feeds.feedburner.com/harrowdrive
http://www.cricinfo.com/rss/Australia.rdf

In particular I'd like the first link to work.  The page author has given me two more direct links to his content included below:
http://www.harrowdrive.com/?feed=atom
http://www.harrowdrive.com/?feed=rss
http://www.harrowdrive.com/?feed=rss2

Obviously atom doesn't work, but the rss2 and rss links work within newsfeeds on my site elsewhere.  However when i use your mambot I get an empty content item.

any help would be greatly appreciated! :)

Jason

_________________
Joomla! - enjoying every minute of the journey!


Top
  E-mail  
 
Posted: Tue Oct 03, 2006 3:38 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Sep 27, 2006 4:05 am
Posts: 21
sorry for the language  :-[

Once I realised it was a mambo it was incredibly easy to install and use.

works well as well

http://www.golfing-advice.com/Golf-News.html

:D


Top
  E-mail  
 
Posted: Sun Oct 08, 2006 6:05 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Sep 25, 2006 1:14 pm
Posts: 42
we are getting code of the feed instead of presentation of feed.

http://www.rungmung.net/Nauksum/index.p ... Itemid=188

pls let us know what shd we do


Top
  E-mail  
 
Posted: Sun Oct 08, 2006 6:11 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11695
Location: **Translation Matters**
Please post here the feed's url.

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Sun Oct 08, 2006 3:09 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Sep 25, 2006 1:14 pm
Posts: 42
this is what we were trying :

{kl_rssfeed items="5"span="div"}http://corp.naukri.com/mynaukri/mysearchrss.php?searchtype=advance_page&othersrcp=2727&searchloc=rss&type=all&farea[]=8&companyid=&redirectpage=1&cntquery2=0&cntquery1=515&temp_jobs=&hotjobs=&id=&detailed_res=1&username=&roleidsform=&nor{/kl_rssfeed}

{kl_rssfeed items="10"}http://corp.naukri.com/mynaukri/mysearchrss.php?searchtype=advance_page&othersrcp=2727&searchloc=rss&type=all&strcat=(INDTYPE%20='37')&companyid=&redirectpage=1&cntquery2=0&cntquery1=515&temp_jobs=&hotjobs=&id=&detailed_res=1&username=&roleidsform=&nor{/kl_rssfeed}


also i wanted to use this plugin inside the tabs plugin like this :

{tab=BPO}
{kl_rssfeed items="5"span="div"}http://corp.naukri.com/mynaukri/mysearchrss.php?searchtype=advance_page&othersrcp=2727&searchloc=rss&type=all&farea[]=8&companyid=&redirectpage=1&cntquery2=0&cntquery1=515&temp_jobs=&hotjobs=&id=&detailed_res=1&username=&roleidsform=&nor{/kl_rssfeed}

{tab=Others}
{kl_rssfeed items="10"}http://corp.naukri.com/mynaukri/mysearchrss.php?searchtype=advance_page&othersrcp=2727&searchloc=rss&type=all&strcat=(INDTYPE%20='37')&companyid=&redirectpage=1&cntquery2=0&cntquery1=515&temp_jobs=&hotjobs=&id=&detailed_res=1&username=&roleidsform=&nor{/kl_rssfeed}
{/tabs}

will that work ?
thanks for looking into this


Top
  E-mail  
 
Posted: Sun Oct 08, 2006 4:56 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11695
Location: **Translation Matters**
The 2 feeds work perfectly here on PHP 5.
They may not work on PHP 4.

I'll try another time with the Tag bot which I do not have on my test site.

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Sun Oct 08, 2006 5:04 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Sep 25, 2006 1:14 pm
Posts: 42
yes u r right... works perfectly on php5 which i have on my laptop.. but the site is dependent on hosting firm and they i think still have php4..
would be nice if it could work with php4 as well :)


Top
  E-mail  
 
Posted: Sun Oct 08, 2006 5:09 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Sep 25, 2006 1:14 pm
Posts: 42
the other thing about tab plugin. that doesnt work still. i mean that the feeds dont go into the tabs but spill out .. ( this is php5) in php4 still the feed is gibberish


Top
  E-mail  
 
Posted: Sun Oct 08, 2006 5:13 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11695
Location: **Translation Matters**
Where may I download this Tab bot?

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Sun Oct 08, 2006 8:08 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon May 01, 2006 1:43 pm
Posts: 14
Ok I finally got some RSS feeds to sort of work. Though figuring out how Joomla really works is my biggest problem right now. I would like to try yours though because AJAX is not working.

The Ajax reader shows up, but blank as you can see. http://www.nightingales.net

I am hoping that kl_rssfeed might be a little easier to use but have NO idea hot to actually integrate a mambot into the content. I did successfully install it however. Now what? For examply if I wanted to use it, to add an external RSS feed to my "Welcome" message on the front page. I dont even know if I did that welcome message in the right spot. By process of ellimination I simply replaced what was in one of the existing Newsflash items, and renamed it. So technically, its a Newsflash item. Within the Item there is a Intro text and a Main text window with lots of buttons. Do I add some code in there to access the klfeed bot?

I need step by step instructions I guess. I have messed scripts and the sort and am a systems administrator but this is my first time working with Joomla.  Maybe I am making it too complex in my head. Things just dont seem to show up where I want them too.

Any help appreciated...

David


Top
  E-mail  
 
Posted: Mon Oct 09, 2006 9:13 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Sep 25, 2006 1:14 pm
Posts: 42
infograf768 wrote:
Where may I download this Tab bot?


http://www.joomlaworks.gr/

it has the tab module


Top
  E-mail  
 
Posted: Mon Oct 09, 2006 11:06 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11695
Location: **Translation Matters**
That tab bot is excellent! Thanks a lot for the link.  :)

It works OK here with kl_rssfeed (and PHP5). See picture.
Usage is:
Code:
{tab=first tab}
{kl_rssfeed items="10"}http://corp.naukri.com/mynaukri/mysearchrss.php?searchtype=advance_page&othersrcp=2727&searchloc=rss&type=all&strcat=(INDTYPE%20='37')&companyid=&redirectpage=1&cntquery2=0&cntquery1=515&temp_jobs=&hotjobs=&id=&detailed_res=1&username=&roleidsform=&nor{/kl_rssfeed}
{tab=second tab}
{kl_rssfeed items="5"span="div"}http://corp.naukri.com/mynaukri/mysearchrss.php?searchtype=advance_page&othersrcp=2727&searchloc=rss&type=all&farea[]=8&companyid=&redirectpage=1&cntquery2=0&cntquery1=515&temp_jobs=&hotjobs=&id=&detailed_res=1&username=&roleidsform=&nor{/kl_rssfeed}
{/tab}


You do not have the required permissions to view the files attached to this post.

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Mon Oct 09, 2006 5:04 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Sep 25, 2006 1:14 pm
Posts: 42
yes tab bot is quite nice and their video in content bot also quite good.

it is strange that code which i  pasted didnt work well on my installation and when i pasted ur code on another content page .. it worked :)

thanks!! do let me know if PHP4 will work sometime in future ?


Top
  E-mail  
 
Posted: Mon Oct 09, 2006 5:34 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11695
Location: **Translation Matters**
krautela wrote:
thanks!! do let me know if PHP4 will work sometime in future ?



All will know.  :)

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Mon Oct 09, 2006 11:21 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Oct 09, 2006 11:19 am
Posts: 1
Hey, I was wondering if you could help me with a problem. I installed kl_rssfeed no problem, but I get a 'restricted access!' message when I try and edit it in Mambot Manager.  ???

Never mind, as soon as I hit 'Post' the answer came up. Thanks.


Last edited by BMM on Mon Oct 09, 2006 11:37 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Sat Oct 14, 2006 7:52 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Mar 13, 2006 2:05 pm
Posts: 29
I've installed it, but there's something not quite right. The feed link is correct, but the title and content is just called "utf8_decode".

http://imagonem.net/index.php?option=co ... &Itemid=16

Any ideas?

Quote:
PHP Version:  5.1.2
Web Server: Apache/2.0.55 (FreeBSD) PHP/5.1.2
WebServer to PHP interface: apache2handler
Joomla! Version: Joomla! 1.0.8 Stable [ Sunshade ] 26-Feb-2006 05:00 UTC
Relevant PHP Settings:
Safe Mode: ON
Display Errors: ON
Short Open Tags: ON
File Uploads: ON
Magic Quotes: ON
Register Globals: OFF
Output Buffering: OFF
Session save path: none
Session auto start: 0
XML enabled: Yes
Zlib enabled: Yes
Disabled Functions: none
WYSIWYG Editor: No WYSIWYG Editor


Last edited by Vitrivius on Sat Oct 14, 2006 7:56 pm, edited 1 time in total.

Top
   
 
Posted: Sun Oct 15, 2006 3:52 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11695
Location: **Translation Matters**
You are using Jomla 1.0.8....

Title explains pretty well this from 1.0.9 up.

AND please update ASAP. Many security matters have been taken care of since the older 1.0.8

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Tue Oct 17, 2006 11:30 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Tue Oct 17, 2006 10:26 pm
Posts: 2
I will state for the record I am a total newbie with Joomla and everything else that goes with it, but I am learning. 

I installed the kl_rssfeed mambot fine...however when I go to the mambot manager to edit the rssfeed...I get "restricted access"?  Any help would be appreciated...thanks in advance!


Top
  E-mail  
 
Posted: Tue Oct 17, 2006 11:52 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Tue Oct 17, 2006 10:26 pm
Posts: 2
seti wrote:
I will state for the record I am a total newbie with Joomla and everything else that goes with it, but I am learning. 

I installed the kl_rssfeed mambot fine...however when I go to the mambot manager to edit the rssfeed...I get "restricted access"?  Any help would be appreciated...thanks in advance!


Found the fix...thanks guys!

http://forum.joomla.org/index.php/topic ... #msg455550


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 355 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 12  Next

Quick reply

 



Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group