Wrapper/fetcher for dynamic php/html info

General questions relating to Joomla! There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

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.
Locked
Reinoutw
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon May 28, 2007 4:49 pm

Wrapper/fetcher for dynamic php/html info

Post by Reinoutw » Mon May 28, 2007 4:56 pm

Hello,

I've installed Joomla 1.0.12 ans it looks great. I want to use it to integrate dynamic content (that updates each month or week) into my site. Joomla got the Wrapper for this kind of stuff, but I don't want an Iframe and I want to make the layout for the content myself and decide which content is fetched.

I've searched today (about 8 hours) to find such a tool. I've found RSS tools, fetch programs, etc. but not the tool I'm looking for. The best tool is the tool that is integrated in Joomla and where I can decide from which to which part of the source the tool must fetch/wrap. It would be great if the data can be stripped (id's etc, I don't want in my code).

Is there a tool like this?

Thanks for your response.

Reinout
The Netherlands

User avatar
brendonhatcher
Joomla! Hero
Joomla! Hero
Posts: 2744
Joined: Sun Feb 12, 2006 2:02 pm
Location: Durban, South Africa
Contact:

Re: Wrapper/fetcher for dynamic php/html info

Post by brendonhatcher » Mon May 28, 2007 5:38 pm

So you want to bring in a piece of an external web site, stripping certain code from it so that you can format it yourself?

I suspect that you will have to write a piece of php to do this.

1. Find a way to pull in the code using either rss, cUURL etc.
2. Parse the input text through a code cleaning routine to remove the stuff you don't want

Regards
Brendon
-----------------------------------
Web developer in Durban, South Africa - http://www.brilliantweb.co.za
Joomla Days in South Africa - http://www.joomladay.co.za

Reinoutw
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon May 28, 2007 4:49 pm

Re: Wrapper/fetcher for dynamic php/html info

Post by Reinoutw » Mon May 28, 2007 6:33 pm

brendonhatcher wrote: So you want to bring in a piece of an external web site, stripping certain code from it so that you can format it yourself?
Correct, that's what I want.
I suspect that you will have to write a piece of php to do this.
Ok, I thought I was not the only one who wants such a kind of functionality :)

Thanks for your reply!


Locked

Return to “General Questions - 1.0.x”