Hi council,
I followed instructions for a change!
The feeds are placed in blocks which are then set to the specific ID of the feed you have subscribed too.
In the readme file included with xmline you'll find this:
include_once(XOOPS_ROOT_PATH . '/modules/xmline/blocks xmline_blocks.php');
$options = "1|5|100";
b_xmline_custom($options);
The only "real thing" to pay attention to in this piece of code:
$options = "feedid|numberofmsgs|characterlength";
Place a new feed in xmline. Now look at the URL for that feed when you are accessing or editing the feed. You will see digest_id=whatevernumber , that number corresponds to "feedid" or position "1" above. The other two should be self explanatory. Number of messages is just that. You'll note I have 2 here, 3 there. Number of characters is up to you on my site
URL I have anywhere from 200 to 360 characters showing.
Some feeds you could show 500 characters but that might not leave much for your readers when they click "more...". What you do here has nothing to do with Expanded View on secondary page. If you pull a rss feed with 10,000 characters that will show up when expanded. Some people do allow you to pull their entire feed others are very iffy on subject.
Your old feeds are dumped as soon as the updates come in that's aggregation. To store locally requires a Wordpress or Drupal some other kind of blog, I'd lean to Drupal or civicspace.org. I have wordpress running on that same domain (1gb storage 50gb bandwidth w/rollover) with 300plus pages of content google, msn, yahoo they love it. I put the sit eup with feeds on Saturday evening... my first mac mini has good position considering the number of sites.
In xmline preferences you can also play with length of feed titles to make them fit your block better try 30 to begin with it all depends on width of your blocks.
Place this piece of code with corresponding digest_id into a new block, change number of messages (teasers), and character length of messages. This extra block will not display images only the expanded version of the feed displays the images. These are just the teasers.
Make sure you select PHP Script from the pull down. Now preview. If everything is working you will see block displayed with content... NOW SAVE. Position block using XOOPS methods. If you see nothing and you are sure you have done everything right check this out.
This fix is from a email i received from php_pp in regard to blank screen on preview and lot's of my head scratching. I could not get the extra blocks working spent a good 20 minutes on it :) . Then I asked a question and was rewarded!! Thanks D.J.
There is a typo in the module's extra block function:
xmline/blocks/xmline_blocks.php the last line
$tpl->display('db:b_xmline_block_spotlight.html');
change to
$tpl->display('db:xmline_block_spotlight.html');
------------------------------------------
As far as other images go. The ones from Amazon are from amazon, the rest belong to rss, xml and rdf
Positioning of the blocks on my
URL site. I played with the theme and moved the left column over beside the right column. The left side is now the Center column. I removed the other columns left-center and right-center since i won't be using them and they were difficult to get to maintain perfect width. So the layout goes center, left, right.
Sorry for the lengthy post I don't talk that often.
The rest is history, as they say!
regards
rocket98
p.s. would really love it if someone who can make modules would look at reblog.org and figure a module out for xoops, reblog gives a new level of control to feeds as you now see them. pick and choose and plug in that commerce info.
"A reBlog facilitates the process of filtering and republishing relevant content from many RSS feeds. reBloggers subscribe to their favorite feeds, preview the content, and select their favorite posts. These posts are automatically published through their favorite blogging software."
reBlog = CONTROL