PDA

View Full Version : vbulletin {rss:description} length


tritoch
04-12-2007, 10:16 AM
OK :)
I've set up a news feed on my forum.

Whenever the information is extracted from the feed, on the forum, only some of the feed is displayed.

I want the whole information displayed. So my question is, where do I uncap the feed length limit?

Here is an example of what I get:
Meltdown Slips to June

Ignition Entertainment today announced a delay of its forthcoming Wii puzzle game, Mercury Meltdown Revolution. The title, formerly set for a May release, will now debut for Nintendo's system on June 12. Mercury Meltdown Revolution enables players to guide a blob of mercury through 3D puzzle...

More...

and this is what I want:

Meltdown Slips to June

Ignition Entertainment today announced a delay of its forthcoming Wii puzzle game, Mercury Meltdown Revolution. The title, formerly set for a May release, will now debut for Nintendo's system on June 12.

Mercury Meltdown Revolution enables players to guide a blob of mercury through 3D puzzle stages. The game features 150 levels, hidden bonuses, and more.

The franchise has been around on consoles and handhelds, but Revolution represents the true potential of the series, according to the developer. This because the tilt-sensitive puzzler was always intended to use motion-based controls and only realized that goal by capitalizing on the accelerometer functionality built into the Wii remote. Players simply hold the controller classic style and tilt it to and from to effect the on-screen blob. Alternatively, the classic controller attachment is supported.

via ign
More...

Just to clear this up, what I want is all information within the RSS feed. So it should be possible providing I can find and edit the right variables.

Cheers,
Tr!toch

tdwebman
06-01-2007, 04:51 PM
Where can I get the package to examine?
without having it, it is not possible to say anything about it since I did not use something like this yet.
However, if you know php, you may examine the code it must be easy to find
probably substr function is used, search for it and change the second integer.