zero061099
New Member
I got my RSS feedbot working so now im trying to figure out how to auto-code the links...I dont mean the "More" link but the actual download links.
Like this...
NOT...a live uncoded link.......
vBTEAM Underground - Free vBulletin Hacks, Skins and Support
Any help would be appreciated!
thanks
EDIT:
I figured it out....simply remove this line in your RSS feed settings in AdminCP:
And Add this line....
If you DONT want to see the "More" link remove this line:
**Parenthisis added so you can see the actual code w/o showing the link**
I know this may have been simple for some BUT I hope it helps anyone who needs it
Like this...
Code:
http://noname.com
NOT...a live uncoded link.......
vBTEAM Underground - Free vBulletin Hacks, Skins and Support
Any help would be appreciated!
thanks
EDIT:
I figured it out....simply remove this line in your RSS feed settings in AdminCP:
Code:
{feed:description}
And Add this line....
Code:
{feed:content:encoded}
If you DONT want to see the "More" link remove this line:
Code:
[(url={feed:link}]More...[/url)]
I know this may have been simple for some BUT I hope it helps anyone who needs it