<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BuddyPress.org &#187; All Posts</title>
		<atom:link href="http://buddypress.org/support/forum/plugin-forums/cubepoints-buddypress-integration/feed/" rel="self" type="application/rss+xml" />
		<link>http://buddypress.org/support/forum/plugin-forums/cubepoints-buddypress-integration/feed/</link>
		<description></description>
		<pubDate>Fri, 24 May 2013 16:46:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.4-alpha-r4900</generator>
		<language>en-US</language>

		
		
					
				<item>
					<guid>http://buddypress.org/support/topic/point-legend/#post-164560</guid>
					<title><![CDATA[Reply To: Point Legend?]]></title>
					<link>http://buddypress.org/support/topic/point-legend/#post-164560</link>
					<pubDate>Wed, 22 May 2013 23:10:21 +0000</pubDate>
					<dc:creator>alienalias</dc:creator>

					<description>
						<![CDATA[
						<p>I have been trying to install the [earnpoints] shortcode to no avail. I am somewhat of a technical idiot, so though I can go find the proper folders or files, I always have trouble in knowing where to place said code. I went into the functions.php file of my theme, and basically at the end and just before the ?&gt; line, I inserted the following:</p>
<p>    	// **Begin** Enable CubePoints BuddyPress Shortcode [earnpoints]<br />
	function cbbp_earnpoints () {</p>
<p>					output .= &#8216;&lt;p&gt;<strong>&#8216;;<br />
					output .= get_option(&#8216;bp_earnpointstitle_cp_bp&#8217;);<br />
					output .= &#8216;</strong>&lt;/p&gt;&#8217;;</p>
<p>					output .= &#8216;<strong>&#8216;;<br />
					_e(&#8216;Community&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;</strong>&lt;br /&gt;&lt;br /&gt;&#8217;;</p>
<p>					if (get_option(&#8216;bp_update_post_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_update_post_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Update&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_update_comment_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_update_comment_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Leaving a reply&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}					</p>
<p>					if (get_option(&#8216;bp_create_group_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_create_group_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Creating a group&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_group_avatar_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_group_avatar_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Uploading a group avatar&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}					</p>
<p>					if (get_option(&#8216;bp_join_group_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_join_group_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Joining a group&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_leave_group_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_leave_group_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Leaving a group&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_update_group_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_update_group_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Group Update or Reply&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_friend_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_friend_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Completed Friend Request&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_forum_new_topic_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_forum_new_topic_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; New Group Forum Topic&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_forum_new_post_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_forum_new_post_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; New Group Forum Post&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_avatar_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_avatar_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Avatar Uploaded&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_pm_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_pm_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Message Sent&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_bplink_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_bplink_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Link Created&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_bplink_vote_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_bplink_vote_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Link Voted&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_bplink_comment_add_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_bplink_comment_add_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Link Comment&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_gift_given_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_gift_given_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Gift Given&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;bp_gallery_upload_cp_bp&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;bp_gallery_upload_cp_bp&#8217;);<br />
					_e(&#8216; Points &#8211; Gallery Upload&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}				</p>
<p>					output .= &#8216;&lt;br /&gt;<strong>&#8216;;<br />
					_e(&#8216;Blog Activity&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;</strong>&lt;br /&gt;&lt;br /&gt;&#8217;;</p>
<p>					if (get_option(&#8216;cp_comment_points&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;cp_comment_points&#8217;);<br />
					_e(&#8216; Points &#8211; Blog Comment&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;cp_post_points&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;cp_post_points&#8217;);<br />
					_e(&#8216; Points &#8211; Blog Post&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					output .= &#8216;&lt;br /&gt;<strong>&#8216;;<br />
					_e(&#8216;Misc&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;</strong>&lt;br /&gt;&lt;br /&gt;&#8217;;</p>
<p>					if (get_option(&#8216;cp_reg_points&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;cp_reg_points&#8217;);<br />
					_e(&#8216; Points &#8211; Becoming a Member&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}</p>
<p>					if (get_option(&#8216;cp_daily_points&#8217;) &gt; 0) {<br />
					output .= get_option(&#8216;cp_daily_points&#8217;);<br />
					_e(&#8216; Points &#8211; Daily Login&#8217;,'cp_buddypress&#8217;);<br />
					output .= &#8216;&lt;br /&gt;&#8217;;<br />
					}<br />
					output .= get_option(&#8216;bp_earnpoints_extra_cp_bp&#8217;);<br />
	return $output;<br />
	}<br />
	add_shortcode(&#8216;earnpoints&#8217;, &#8216;cbbp_earnpoints&#8217;);<br />
	// **END** Enable CubePoints BuddyPress Shortcode [earnpoints]<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
So, that doesn&#8217;t work, but I am VERY interested in getting this code functional. Please HELP! <img src='http://buddypress.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>THANK YOU so much, in advance.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163833</guid>
					<title><![CDATA[Reply To: Question for plugin author – Please reply]]></title>
					<link>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163833</link>
					<pubDate>Sun, 12 May 2013 17:35:37 +0000</pubDate>
					<dc:creator>vintager</dc:creator>

					<description>
						<![CDATA[
						<p>Well that&#8217;s a problem.. he apparently isn&#8217;t answering questions there either, and the reason I came here. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163830</guid>
					<title><![CDATA[Reply To: Question for plugin author – Please reply]]></title>
					<link>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163830</link>
					<pubDate>Sun, 12 May 2013 17:05:31 +0000</pubDate>
					<dc:creator>Hugo</dc:creator>

					<description>
						<![CDATA[
						<p>No idea, the WP plugin forum is the best place for questions &amp; answers.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163819</guid>
					<title><![CDATA[Reply To: Question for plugin author – Please reply]]></title>
					<link>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163819</link>
					<pubDate>Sun, 12 May 2013 14:49:34 +0000</pubDate>
					<dc:creator>vintager</dc:creator>

					<description>
						<![CDATA[
						<p>Wow.. does anyone know?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163498</guid>
					<title><![CDATA[Reply To: Question for plugin author – Please reply]]></title>
					<link>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163498</link>
					<pubDate>Mon, 06 May 2013 18:28:41 +0000</pubDate>
					<dc:creator>vintager</dc:creator>

					<description>
						<![CDATA[
						<p>Abandoned BY the author, I meant..</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163496</guid>
					<title><![CDATA[Reply To: Question for plugin author – Please reply]]></title>
					<link>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163496</link>
					<pubDate>Mon, 06 May 2013 18:09:21 +0000</pubDate>
					<dc:creator>vintager</dc:creator>

					<description>
						<![CDATA[
						<p>Is this plugin abandoned the author?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163453</guid>
					<title><![CDATA[Question for plugin author &#8211; Please reply]]></title>
					<link>http://buddypress.org/support/topic/question-for-plugin-author-please-reply/#post-163453</link>
					<pubDate>Sun, 05 May 2013 14:38:57 +0000</pubDate>
					<dc:creator>vintager</dc:creator>

					<description>
						<![CDATA[
						<p>Hello</p>
<p>When will you be upgrading the CubePoints Buddypress Integration? I assume that you are also involved in the paid plugin CubePoints Giveaway &amp; Betting System which I have previously purchased.</p>
<p>I&#8217;m waiting on your upgrade so both will work properly with CubePoints and Buddypress without a need to for me to go in and change the code as is suggested here:</p>
<p><a href="http://wordpress.org/support/topic/cubepoints-buddypress-integration-stopped-working-after-buddypress-upgrade?replies=13" rel="nofollow">http://wordpress.org/support/topic/cubepoints-buddypress-integration-stopped-working-after-buddypress-upgrade?replies=13</a></p>
<p>.. a solution that appears to work, but not entirely.</p>
<p>When can we expect this to happen?</p>
<p>Thanks.  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/cubepoints-upgrade/#post-163125</guid>
					<title><![CDATA[Reply To: Cubepoints upgrade]]></title>
					<link>http://buddypress.org/support/topic/cubepoints-upgrade/#post-163125</link>
					<pubDate>Tue, 30 Apr 2013 20:11:24 +0000</pubDate>
					<dc:creator>dmurton</dc:creator>

					<description>
						<![CDATA[
						<p>I found out that if I Network Deactivate the CubePoints Buddypress Integration in Network Admin then Activate it in the main site Admin, it works. It&#8217;s still not listed in the CubePoints modules but I&#8217;m able to view the CubePoints Buddypress Integration settings and I&#8217;m able to view each user&#8217;s points. I didn&#8217;t happen to notice in the update information that this was necessary but I guess it is.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/cubepoints-upgrade/#post-163099</guid>
					<title><![CDATA[Cubepoints upgrade]]></title>
					<link>http://buddypress.org/support/topic/cubepoints-upgrade/#post-163099</link>
					<pubDate>Tue, 30 Apr 2013 14:42:07 +0000</pubDate>
					<dc:creator>dmurton</dc:creator>

					<description>
						<![CDATA[
						<p>We have 2 WordPress sites, one development and one live. I install the updates on the development site and if everything works OK then I install them on the live site. We are running with WordPress 3.5 and BuddyPress 1.6.5 on both sites. When I attempted to upgrade Cubepoints from 3.1 to 3.2.1 and Cubepoints Buddypress Integration from 1.9.8.4 to 1.9.8.9, the option to view the points disappeared on the user&#8217;s profile menu. I also noticed on the live site which is still working that in the Cubepoints modules, it shows Buddypress Integration. However, on the development site which I attempted to update, id doesn&#8217;t show this in the modules list. I restored all the files that were updated from backups and deactivated/reactivated Cubepoints and Cubepoints Buddypress Integration but it&#8217;s still not working. I&#8217;m not sure what else changed. The  development site is myrecoverydev.vbhcs.org.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/cubepoints-buddypress-integration-stopped-working-after-buddypress-upgrade-1-7/#post-161397</guid>
					<title><![CDATA[Reply To: CubePoints Buddypress Integration stopped working after buddypress upgrade 1.7]]></title>
					<link>http://buddypress.org/support/topic/cubepoints-buddypress-integration-stopped-working-after-buddypress-upgrade-1-7/#post-161397</link>
					<pubDate>Fri, 12 Apr 2013 07:21:30 +0000</pubDate>
					<dc:creator>funmi omoba</dc:creator>

					<description>
						<![CDATA[
						<p>For anyone having same problem, it has been fixed in the below topic:</p>
<p><a href="http://wordpress.org/support/topic/cubepoints-buddypress-integration-stopped-working-after-buddypress-upgrade?replies=7#post-4081739" rel="nofollow">http://wordpress.org/support/topic/cubepoints-buddypress-integration-stopped-working-after-buddypress-upgrade?replies=7#post-4081739</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

