 |
? |
Author |
Message |
macbookpro
Joined: 28 Jan 2015
Posts: 5
Location: tech
|
Posted: Wed Jan 28, 2015 8:54 am |

|
Hello everyone!
I'm appealing to readers of this forum as Tech Support seems to ignore my question.
All I want to do is get RSS2HTML Pro work like it describes on the webpage: i.e. to link to a separate page for each news item. Its the first time I've paid for some code that came with no useful instructions or examples. I just can't understand why, it almost seems deliberately awkward.
So, if anyone has got this working (I'm assuming its not that difficult if you know a little php), I have the ItemUniqueLinkWithTemplate producing the code to pull in the news item, but how do I create a page from it? Also, I found the code only worked if I changed the link from an absolute link to a relative link.
If anyone has this working, could they please point me in the direction of an example. I'd be very grateful! Otherwise, I can see having to spend time I don't have trying to learn enough php to achieve this myself :(
Please help, I need to be able to get this working...
|
_________________
Chúc m?ng internet vi?t nam!
|
|
    
|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2692
|
Posted: Thu Jan 29, 2015 11:24 am |

|
Is this what you are trying to do?
Example: 8 - Create an index of feed items with links to separate pages?
Level: Easy
Description: This example uses two template files. The first (main.html)
template is used to create the index of the items in the feed.
The second (itemonly.html) is used for the single item dispaly.
Only main.html is directly passed to rss2html.php
<<<<<<<<<<<<<<<<<<<<<<<<<<< START OF FILE : main.html >>>>>>>>>>>>>>>>>>>>>>>>>
~~~FeedTitle~~~
~~~BeginItemsRecord~~~
~~~ItemTitle~~~
~~~EndItemsRecord~~~
<<<<<<<<<<<<<<<<<<<<<<<<<<<< END OF FILE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<< START OF FILE : itemonly.html >>>>>>>>>>>>>>>>>>>>>
~~~FeedTitle~~~
~~~BeginItemsRecord~~~
~~~ItemPubShortDate~~~ ~~~ItemPubShortTime~~~
|
~~~ItemTitle~~~
|
~~~ItemDescription~~~
|
~~~EndItemsRecord~~~
<<<<<<<<<<<<<<<<<<<<<<<<<<<< END OF FILE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
|
|
|