RSS feeds

Need to view a particular page of your JomSocial site in RSS?

Try adding ?&format=feed to the end of that particular page's URL.


For example,

Recent activites rss feed:

http://[yourjomsocialsite.com]/index.php?option=com_community&view=frontpage?&format=feed

User's rss feed:

http://[yourjomsocialsite.com]/index.php?option=com_community&view=profile&userid=<USERID>?&format=feed

Viewing all photos:

http://[yourjomsocialsite.com]/index.php?option=com_community&view=photos&task=display?&format=feed


Description

Before the list of bookmarks are returned. Plugin may manipulate the bookmarks for specific purposes.

@since 1.5


Params

1. array of bookmark objects ( with name, className and link properties)


Examples

e.g.


function onLoadBookmarks( &$arrBookmarkObj ) 
{
/*
* In this example, we add all the bookmarks name with a prefix.
* E.g.: "Delicious" will become "MyWeb Delicious"
*/
$strPrefix = 'MyWeb ';
$intArraySize = count($arrBookmarkObj);

for ($i = 0; $i < $intArraySize; $i++)
{
$arrBookmarkObj[$i]->name = $strPrefix.$arrBookmarkObj[$i]->name;
}

return true;
}

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW