![]() |
|
|||||||
| Register | Projects | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| v3.1 Modules A forum for discussions, questions, implementation and development of modules. Questions here are beyond "typical" 68classifieds support and not supported by the 68classifieds team. |
|
|
Thread Tools | Display Modes |
|
#41
|
|||
|
|||
|
Hi John
The RSS feed is now in working in IE and Firefox. Thanks again for all your help and patience. Cheers Hugh |
|
#42
|
|||
|
|||
|
I want to display a list of 10 most recent ads on my site homepage (not my 68C homepage, but my site homepage -- same server, just different directories).
Should I use this module to accomplish this (and if so, how do I go about doing this -- I've already downloaded/install the module)? If not, can someone direct me elsewhere to accomplish this. I'm running 68C 3.1.5 Developer Many thanks in advance. |
|
#43
|
||||
|
||||
|
well this module is setup for use within the classifieds system, so it won't work outside that directory. You can use magpie as this module does to display feeds outside the classifieds directory.
Magpie has some example pages depending on how you are setup, ie how to make it work within smarty or just plain php pages. http://sourceforge.net/project/showf...group_id=55691 You might be able to do this: in your home page: PHP Code:
PHP Code:
echo $item['description']; Hope this helps.
__________________
Regards, John mods.auscity.com v3.1.7 Developer �By perseverance, study, and eternal desire, any man can become great.� George S. Patton Last edited by juven14 : 10-06-2006 at 01:45 PM. |
|
#44
|
|||
|
|||
|
Quote:
What is $url="somefeedurl.xml" in the above script suppose to be? Is that a custom file XML file I need to set up on my 68C? Thanks again for all your help. |
|
#45
|
||||
|
||||
|
That is the link for the feed you are wanting to display, since the module was setup to run within the 68 directory, I just showed you the most basic code to display feeds from outside the 68 directory in an non-smarty page.
__________________
Regards, John mods.auscity.com v3.1.7 Developer �By perseverance, study, and eternal desire, any man can become great.� George S. Patton |
|
#46
|
|||
|
|||
|
Quote:
Now I'm getting the following error message -- "Fatal error: Call to undefined function: fetch_rss() in /home/mysite/public_html/test.php on line 18" - - - - Wondering if I should use a stand-alone version of magpierss, I downloaded/uploaded the script and change the include path to the rss_fetch.inc files in the stand-alone version. Now I'm getting the following errors: Warning: MagpieRSS: Failed to parse RSS file. (not well-formed (invalid token) at line 58, column 27) in http://www.mysite.com/classifieds/ma.../rss_fetch.inc on line 238 Channel: Warning: Invalid argument supplied for foreach() in /home/mysite/public_html/test.php on line 21 |
|
#47
|
|||
|
|||
|
Hi John,
I purchased this RSS mod last night and got it installed myself, but when I try to configure the RSS string for my 68 Classifieds site in the admin area my entire site throws an error; "Warning: MagpieRSS: Failed to parse RSS file. (Invalid document end at line 2, column 1) in /home/gunmount/public_html/classifieds/modules/rss_mod/includes/rss_fetch.inc.php on line 239" I posted this issue in another area of the 68 Classifieds support forum here; http://www.68classifieds.com/forums/...ed=1#post16533 Larry indicated that the parsing error is probably due to the special characters appearing in my feed (apparently the "&" is throwin the errors?). Can you please help me with this ASAP? I need to get this RSS feed working for the front page of our site before we go to a huge, national tradeshow on 8/15. Thanks!
__________________
private signature 68Classifieds - Developer Edition, v.3.1.7 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Modification: Users Online Module | juven14 | v3.1 Modules | 21 | 10-08-2007 02:50 PM |
| Modification: Rating Module | suzkaw | v3.1 Modules | 11 | 12-05-2006 09:40 AM |
| Difference between RSS Feed Module & News Mod by Maffo | dawyatt | v3.1 Modifications | 14 | 09-23-2006 09:51 PM |