<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://documentation.jomsocial.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://documentation.jomsocial.com/index.php?action=history&amp;feed=atom&amp;title=OnLoadBookmarks</id>
		<title>OnLoadBookmarks - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://documentation.jomsocial.com/index.php?action=history&amp;feed=atom&amp;title=OnLoadBookmarks"/>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/index.php?title=OnLoadBookmarks&amp;action=history"/>
		<updated>2026-06-04T17:07:57Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.1</generator>

	<entry>
		<id>http://documentation.jomsocial.com/index.php?title=OnLoadBookmarks&amp;diff=339&amp;oldid=prev</id>
		<title>Sinisakrisan: Created page with &quot;===Description=== Before the list of bookmarks are returned. Plugin may manipulate the bookmarks for specific purposes.  @since 1.5  ===Params=== * array of bookmark objects (...&quot;</title>
		<link rel="alternate" type="text/html" href="http://documentation.jomsocial.com/index.php?title=OnLoadBookmarks&amp;diff=339&amp;oldid=prev"/>
				<updated>2013-01-18T18:20:37Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Description=== Before the list of bookmarks are returned. Plugin may manipulate the bookmarks for specific purposes.  @since 1.5  ===Params=== * array of bookmark objects (...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Description===&lt;br /&gt;
Before the list of bookmarks are returned. Plugin may manipulate the bookmarks for specific purposes.&lt;br /&gt;
&lt;br /&gt;
@since 1.5&lt;br /&gt;
&lt;br /&gt;
===Params===&lt;br /&gt;
* array of bookmark objects ( with name, className and link properties)&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
function onLoadBookmarks( &amp;amp;$arrBookmarkObj ) &lt;br /&gt;
{&lt;br /&gt;
   /*&lt;br /&gt;
    *  In this example, we add all the bookmarks name with a prefix.&lt;br /&gt;
    *  E.g.: &amp;quot;Delicious&amp;quot; will become &amp;quot;MyWeb Delicious&amp;quot;&lt;br /&gt;
    */&lt;br /&gt;
    $strPrefix = 'MyWeb ';&lt;br /&gt;
    $intArraySize = count($arrBookmarkObj);&lt;br /&gt;
&lt;br /&gt;
    for ($i = 0; $i &amp;lt; $intArraySize; $i++)&lt;br /&gt;
    {&lt;br /&gt;
          $arrBookmarkObj[$i]-&amp;gt;name = $strPrefix.$arrBookmarkObj[$i]-&amp;gt;name;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    return true;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinisakrisan</name></author>	</entry>

	</feed>