Quote:
Originally Posted by CyberRanger
The $myfeeds variables let you place summary information from your RSS feeds on ANY page and ANY place you want if that page is vb powered (ie global.php is called). Here is a good example of what you can do: https://vborg.vbsupport.ru/showpost....&postcount=215
I really should have called that "columns" across. If you set it to two and you have two feeds assigned to $myfeeds, you'd get this:
feed1 feed2
If you had it set to 1, you'd get:
feed1
feed2
|
the $myfeeds vaariable does not seem to work in the 'notices' box for vbulletin.
I created a new notice that only applies to one specific forum category, and the 'notices' box shows up like it should. However instead of seeing the feeds I just see '$myfeeds'
What do I need to do in order to fix it so that I can use $myfeeds in vbulletin notices?
also:
If we can get this to work, I am going to need about 30 or so of the $myfeeds, $myfeeds2, etc.... how do I add them so I have more than 3 choices?