PDA

View Full Version : Showing XML Feeds from my site on my Esyndicat Directory?


admans
05-11-2006, 02:29 PM
Hello Simon,

I have a free version of esyndicat and I just wanted to know how I can add my sites xml feeds to my directory. I tried using rss parser but is showing some smarty error. Can you guide me through the problem.

Looking forward to hearing from you soon.

Regards,

Admans.

Simon Gooffin
05-11-2006, 03:53 PM
Hi
Please email me your details and file. I will try to integrate it in eSyndiCat

admans
05-11-2006, 05:55 PM
Hello Simon,

I have emailed you my site details and XML feed info.

In case, it didnt come thru, here is the info

Site : http://www.indexrated.com

XML Feeds : http://blogs.realwebtalk.com/feeds/

Thanks for your time. Just one more thing, if possible do make in such way, that I would be able to insert Google News feeds in place of my blogs feed.


Regards,

Admans.

Christoffer Bol
05-14-2006, 10:40 AM
I need this too, im going to pickup rss feeds from some news pages. When i've set all thing up, then its does not appears on my site. Any kind of protection built in eSyndicat?

The code below isn't working in the tpl file or even if i include it trough a php file.

<script language="JavaScript" src="http://ITpro.no/newsfeed_ren.php"></script>

Nick Collins
05-15-2006, 06:38 AM
2 Christoffer Bol
Try to to enclose your script code in {literal} tags. For example:
{literal}<script language="JavaScript" src="http://ITpro.no/newsfeed_ren.php"></script>{/literal}

You should do it in .tpl file

Christoffer Bol
05-15-2006, 11:33 AM
Thanks Collins! But it didnt work :(

My tpl looks like this now:

{include file="header.tpl"}

<div class="box">
<div class="box-caption">{$lang.nyheter}</div>
<div class="box-content">{literal}<script language="JavaScript" src="http://ITpro.no/newsfeed_ren.php"></script>{/literal}
</div>
</div>
</div>
{include file="footer.tpl"}

Any other ideas?

Nick Collins
05-16-2006, 09:52 AM
Maybe it's better to ask such question on the site which gives that code.

Christoffer Bol
05-17-2006, 08:59 AM
Its not anything wrong with the code... Its on everything external..

For example when i install a postcard script and trying to bring that in with an include...nothing happens.. Its something with the tpl or the eSyndicat :(

Simon og Greg, please help :P

admans
05-23-2006, 02:12 PM
Hey Simon,

I just wanted to know if their is any improvement on the xml feeds issue.

Regards,

Admans.

Shannon Hutcheson
05-28-2006, 04:10 PM
on making new pages via the new pages feature in the pro version, you can use iframes as a last resort.

Note that you may need to make your html edits in phpmyadmin to get it to work. The create pages feature is still not working properly. But you CAN add the code via phpmyadmin, browse the pages table and paste the html right in.