<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged favorites</title>
<link>https://www.question2answer.org/qa/tag/favorites</link>
<description>Powered by Question2Answer</description>
<item>
<title>How can a user add tags to their favorites?</title>
<link>https://www.question2answer.org/qa/112924/how-can-a-user-add-tags-to-their-favorites</link>
<description>Is there a plugin that allows a user to add certain topics (tags) to their favorites?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/112924/how-can-a-user-add-tags-to-their-favorites</guid>
<pubDate>Fri, 22 Mar 2024 17:27:53 +0000</pubDate>
</item>
<item>
<title>How to auto add tag to his/her favorites if the user click on the tag ?</title>
<link>https://www.question2answer.org/qa/96765/how-to-auto-add-tag-to-his-her-favorites-the-user-click-the-tag</link>
<description>How to auto add tag to his/her favorites if the user click on the tag ?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/96765/how-to-auto-add-tag-to-his-her-favorites-the-user-click-the-tag</guid>
<pubDate>Sun, 10 Oct 2021 11:19:40 +0000</pubDate>
</item>
<item>
<title>Isn't it possible to favorite a custom page?</title>
<link>https://www.question2answer.org/qa/89441/isnt-it-possible-to-favorite-a-custom-page</link>
<description>

&lt;p&gt;Favorite button only appears on question pages, tag pages, category pages and user pages. It seems that there is no value nor key for the favorite elements in custom pages.
&lt;br&gt;
&lt;br&gt;$this-&amp;gt;content['favorite'] = null
&lt;br&gt;
&lt;br&gt;Is there a way to insert that &quot;favorite&quot; element into the content array, or how can you enable favorite feature in custom pages?&lt;/p&gt;

&lt;p&gt;Example of the favorite element in a tag page:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;if (isset($userid) &amp;amp;&amp;amp; isset($tagword)) {
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $favoritemap = qa_get_favorite_non_qs_map();
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $favorite = @$favoritemap['tag'][qa_strtolower($tagword['word'])];
&lt;br&gt;
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $qa_content['favorite'] = qa_favorite_form(QA_ENTITY_TAG, $tagword['wordid'], $favorite,
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qa_lang_sub($favorite ? 'main/remove_x_favorites' : 'main/add_tag_x_favorites', $tagword['word']));
&lt;br&gt;}&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I tried putting this into &lt;a href=&quot;https://github.com/q2a/question2answer/blob/1f39ae44adf42c83042be631e39373893a3ec969/qa-include/pages/default.php#L67&quot; rel=&quot;nofollow&quot;&gt;https://github.com/q2a/question2answer/blob/1f39ae44adf42c83042be631e39373893a3ec969/qa-include/pages/default.php#L67&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;$userid = qa_get_logged_in_userid();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;if (isset($userid)){
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $qa_content['favorite'] = qa_favorite_form(QA_ENTITY_NONE, $custompage['pageid'], $favorite, qa_lang($favorite ? 'Unfolow' : 'Follow'));
&lt;br&gt;}&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;but I got the error message&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Unexpected response from server - please try again or switch off Javascript.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;So, there must be some extra steps, I think.&lt;/p&gt;

&lt;table&gt;

&lt;tbody&gt;

&lt;tr&gt;

&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/89441/isnt-it-possible-to-favorite-a-custom-page</guid>
<pubDate>Tue, 01 Dec 2020 03:51:14 +0000</pubDate>
</item>
<item>
<title>Where is admin settings for favorite system?</title>
<link>https://www.question2answer.org/qa/88988/where-is-admin-settings-for-favorite-system</link>
<description>How can I change some settings for favorite system? Or how can I disable it?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/88988/where-is-admin-settings-for-favorite-system</guid>
<pubDate>Mon, 09 Nov 2020 12:40:07 +0000</pubDate>
</item>
<item>
<title>How add answer to favorites?</title>
<link>https://www.question2answer.org/qa/88071/how-add-answer-to-favorites</link>
<description>At first glance, this looks silly, but in my situation it would be extremely useful.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/88071/how-add-answer-to-favorites</guid>
<pubDate>Sun, 04 Oct 2020 15:12:36 +0000</pubDate>
</item>
<item>
<title>If I would like to display category favorite counts, where do I begin?</title>
<link>https://www.question2answer.org/qa/80740/if-would-like-display-category-favorite-counts-where-begin</link>
<description>I just want show how people are interested in a specific category, just like reddit. So, what can I do?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/80740/if-would-like-display-category-favorite-counts-where-begin</guid>
<pubDate>Wed, 22 Jan 2020 15:21:35 +0000</pubDate>
</item>
<item>
<title>How can I add favorite user button in question page near user avatar</title>
<link>https://www.question2answer.org/qa/60742/how-can-favorite-user-button-question-page-near-user-avatar</link>
<description>

&lt;p&gt;Hi, I want to add favorite user button in question page near the question autbor avatar, is it possible? Thanks&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=6301475107380853997&quot; style=&quot;height:250px; width:600px&quot;&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/60742/how-can-favorite-user-button-question-page-near-user-avatar</guid>
<pubDate>Thu, 09 Nov 2017 14:17:03 +0000</pubDate>
</item>
<item>
<title>donut theme favorite button</title>
<link>https://www.question2answer.org/qa/60238/donut-theme-favorite-button</link>
<description>I am using donut them. Its a perfect theme but i like to change the favorite button icon (heart shape) but I could not find the image file to change. How can I do it any idea?&lt;br /&gt;
&lt;br /&gt;
regards,</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/60238/donut-theme-favorite-button</guid>
<pubDate>Sat, 14 Oct 2017 17:35:54 +0000</pubDate>
</item>
<item>
<title>Need plugin to show button to favorite/subscribe category from questions list and page , can pay</title>
<link>https://www.question2answer.org/qa/59328/need-plugin-button-favorite-subscribe-category-questions</link>
<description>hello,&lt;br /&gt;
&lt;br /&gt;
as on topic, I need some plugin to offer my users ability to subscribe/favorite CATEGORY of each question and question from questions-list and from question page (where favoriting for question is available but for category - no).&lt;br /&gt;
&lt;br /&gt;
Also would be cool to add ability to subcribe user from users-list and question-page (author of each question) and something like this with tags too.&lt;br /&gt;
&lt;br /&gt;
Anybody has some idea how to do this or plugin or want to make this?&lt;br /&gt;
I can pay for this immediately. Hope it's not very hard to do I'm think but I don't know how to make this on my own :/&lt;br /&gt;
&lt;br /&gt;
Peter</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/59328/need-plugin-button-favorite-subscribe-category-questions</guid>
<pubDate>Wed, 30 Aug 2017 08:27:46 +0000</pubDate>
</item>
<item>
<title>How to make a user's favorite users visible to everyone in profile?</title>
<link>https://www.question2answer.org/qa/55313/how-to-make-users-favorite-users-visible-to-everyone-profile</link>
<description></description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/55313/how-to-make-users-favorite-users-visible-to-everyone-profile</guid>
<pubDate>Tue, 13 Dec 2016 10:46:28 +0000</pubDate>
</item>
<item>
<title>Help for counting favorite questions per user.</title>
<link>https://www.question2answer.org/qa/51992/help-for-counting-favorite-questions-per-user</link>
<description>I am trying the last 4 hours !!!! to display the number of favorite questions of each user in my advanced theme. i am using the code below:&lt;br /&gt;
&lt;br /&gt;
$userfaved = qa_db_select_with_pending(qa_db_user_points_selectspec($handle));&lt;br /&gt;
&lt;br /&gt;
$this-&amp;gt;output(''.$userfaved['favorites'].' '.qa_lang_html('main/my_favorites').'');&lt;br /&gt;
&lt;br /&gt;
but it doesnt work as it returns Undefined &amp;quot;favorites&amp;quot;... What i am doing wrong here ???? I am using similar code to get the number of questions a user asked and it works pretty fine !</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/51992/help-for-counting-favorite-questions-per-user</guid>
<pubDate>Fri, 03 Jun 2016 16:05:10 +0000</pubDate>
</item>
<item>
<title>Favorite questions count - How to ???</title>
<link>https://www.question2answer.org/qa/51908/favorite-questions-count-how-to</link>
<description>Hi. I am using q2a 1.6. and i want to display at the top bar the number of questions a user has favorited. For example when a user login at the site i want him to be able to see next his username how much questions has already favorited&lt;br /&gt;
Something like this:: &amp;nbsp;&amp;nbsp;Johndoe | 14 Favorited Questions&lt;br /&gt;
&lt;br /&gt;
And when clicks at the number to redirect him to his favorited questions page. Is it hard to add this function to qa-theme.php file? Is there any plugin to do this?&lt;br /&gt;
&lt;br /&gt;
I would appreciate any instructions. Thanks</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/51908/favorite-questions-count-how-to</guid>
<pubDate>Thu, 26 May 2016 07:18:35 +0000</pubDate>
</item>
<item>
<title>Favorite button in question lists ?</title>
<link>https://www.question2answer.org/qa/47960/favorite-button-in-question-lists</link>
<description>Is it possible to do favorite button in question lists ? Like now in question page ?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/47960/favorite-button-in-question-lists</guid>
<pubDate>Wed, 16 Sep 2015 13:25:22 +0000</pubDate>
</item>
<item>
<title>Where is the source file that adds the favorite star to the tags?</title>
<link>https://www.question2answer.org/qa/44016/where-is-the-source-file-that-adds-the-favorite-star-the-tags</link>
<description>

&lt;p&gt;I can't seem to spot the file or function that decides which tags to&amp;nbsp;add&amp;nbsp;the favorite &quot;&lt;span style=&quot;color:rgb(34, 34, 34); font-family:consolas,lucida console,monospace; font-size:12px&quot;&gt;qa-tag-link qa-tag-favorited&quot; classes. I want to add another icon in addition to the start to some of the tags.
&lt;br&gt;
&lt;br&gt;I know the star is added via css - I just need to know how and where the html&amp;nbsp;is formed.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:rgb(34, 34, 34); font-family:consolas,lucida console,monospace; font-size:12px&quot;&gt;Any help would be appreciated.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/44016/where-is-the-source-file-that-adds-the-favorite-star-the-tags</guid>
<pubDate>Sat, 28 Feb 2015 07:08:03 +0000</pubDate>
</item>
<item>
<title>How to move favorite star button below the vote button?</title>
<link>https://www.question2answer.org/qa/43839/how-to-move-favorite-star-button-below-the-vote-button</link>
<description>

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=17156939960228353406&quot;&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;I have to move favorite button below the vote button.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family:helvetica,arial,sans-serif; font-size:14px&quot;&gt;I would be happy if you can help me. Thanks.&lt;/span&gt;&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/43839/how-to-move-favorite-star-button-below-the-vote-button</guid>
<pubDate>Wed, 18 Feb 2015 04:52:51 +0000</pubDate>
</item>
<item>
<title>Faavorited question</title>
<link>https://www.question2answer.org/qa/38978/faavorited-question</link>
<description>Is there any way to show in the home page how many times each question favorited ??&lt;br /&gt;
&lt;br /&gt;
Just the number of favorited times next to each question. Is there a plugin to do this? If not i think that this is a good idea.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/38978/faavorited-question</guid>
<pubDate>Thu, 02 Oct 2014 04:34:01 +0000</pubDate>
</item>
<item>
<title>Users &quot;Personal&quot; Links</title>
<link>https://www.question2answer.org/qa/34082/users-personal-links</link>
<description>Is there a Plugin or otherwise that would allow users to create their own links? &amp;nbsp;It would be best that added a new heading as Links that each person can create and maintain on their individual account.&lt;br /&gt;
&lt;br /&gt;
All links should include the URL, Site Name and a description.&lt;br /&gt;
&lt;br /&gt;
For example, I wanted a link for Site A, Site B, Site C, but want them to appear in Heading &amp;quot;Links&amp;quot;, and no other users can see my links (unless I select 'share'), nor can I see theirs.&lt;br /&gt;
&lt;br /&gt;
It would be nice if links could be shared, however having them reside as personal is the ultimate goal.&lt;br /&gt;
&lt;br /&gt;
I am currently using Links (custom HTML) for all required links, but wanted to give users the ability to add their own individual and personal links.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/34082/users-personal-links</guid>
<pubDate>Tue, 29 Apr 2014 08:26:53 +0000</pubDate>
</item>
<item>
<title>strange add to my favorites button</title>
<link>https://www.question2answer.org/qa/33876/strange-add-to-my-favorites-button</link>
<description>

&lt;p&gt;
	I want to have instead of a star icon an &quot;Add question to my favorites&quot; and &quot;add tag to my favorites&quot; text buttons.
&lt;br&gt;
	theorically this is very simple. in the theme file i overrided the function :
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;div&gt;
	function favorite_button($tags, $class)&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (isset($tags))&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ($class==&quot;qa-favorite&quot;){&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;output('&amp;lt;input '.$tags.' type=&quot;submit&quot; value=&quot;&quot;&quot; class=&quot;'.$class.'-button&quot;/&amp;gt; ');&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }else{&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;output('&amp;lt;input '.$tags.' type=&quot;submit&quot; value=&quot;&quot; class=&quot;'.$class.'-button&quot;/&amp;gt; ');&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	with this one ( &lt;span style=&quot;color:#ff0000;&quot;&gt;changes in red &lt;/span&gt;)&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	

&lt;div&gt;
		function favorite_button($tags, $class)&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (isset($tags))&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ($class==&quot;qa-favorite&quot;){&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp;&lt;/div&gt;
	

&lt;div&gt;
		&lt;span style=&quot;color:#ff0000;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;if&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;( $this-&amp;gt;template=='question')&lt;/span&gt;&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;output('&amp;lt;input '.$tags.' type=&quot;submit&quot; value=&quot;&lt;span style=&quot;color:#ff0000;&quot;&gt;add question to my favourite&lt;/span&gt;&quot; class=&quot;'.$class.'-button&quot;/&amp;gt; ');&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp;&lt;/div&gt;
	

&lt;div&gt;
		

&lt;div&gt;
			&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;if&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;($this-&amp;gt;template=='tag')&lt;/span&gt;&lt;/div&gt;
		

&lt;div&gt;
			&lt;span style=&quot;color:#ff0000;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;output('&amp;lt;input '.$tags.' type=&quot;submit&quot; value=&quot;add tag my favourite&quot; class=&quot;'.$class.'-button&quot;/&amp;gt; ');&lt;/span&gt;&lt;/div&gt;
	&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }else{&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;output('&amp;lt;input '.$tags.' type=&quot;submit&quot; value=&quot;&lt;span style=&quot;color:#ff0000;&quot;&gt;added&lt;/span&gt;&quot; class=&quot;'.$class.'-button&quot;/&amp;gt; ');&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp;&lt;/div&gt;
	

&lt;div&gt;
		it seems very logic and it works !&amp;nbsp;
&lt;br&gt;
		But strangely when you press the favorite question button and press it again to unfavorite , the button disapears !. that's mean that the $this-&amp;gt;template variable is no longer set after the ajax request. how comes ? how can this be solved ?
&lt;br&gt;
		
&lt;br&gt;
		
&lt;br&gt;
		Thank you in advance !
&lt;br&gt;
		
&lt;br&gt;
		&amp;nbsp;&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp;&lt;/div&gt;
	

&lt;div&gt;
		&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/33876/strange-add-to-my-favorites-button</guid>
<pubDate>Tue, 22 Apr 2014 18:46:30 +0000</pubDate>
</item>
<item>
<title>I can change my favorites page?</title>
<link>https://www.question2answer.org/qa/30497/i-can-change-my-favorites-page</link>
<description>

&lt;div&gt;
	I have many favorite subject and it is a very long page. Whether it can be split by 40-50 questions per page watchlist. Or split selected questions by category to I could easily find a favorite subject.&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.youtube.com/watch?v=9klxkZ8ObSE&quot;&gt;http://www.youtube.com/watch?v=9klxkZ8ObSE&lt;/a&gt;&lt;/div&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/30497/i-can-change-my-favorites-page</guid>
<pubDate>Thu, 09 Jan 2014 15:10:03 +0000</pubDate>
</item>
<item>
<title>Idea: When user favorited a question he gets email notifications on new activity</title>
<link>https://www.question2answer.org/qa/29670/idea-when-favorited-question-email-notifications-activity</link>
<description>One of my user had this request. I think it is a reasonable idea.&lt;br /&gt;
&lt;br /&gt;
That way you can follow a question without participating. With the recent version you can only &amp;quot;follow&amp;quot; a question when you comment or answer, and even then you don't get all notifications (e.g. comment on question of user x).&lt;br /&gt;
&lt;br /&gt;
Guess we need a plugin? or better core?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/29670/idea-when-favorited-question-email-notifications-activity</guid>
<pubDate>Fri, 06 Dec 2013 02:14:39 +0000</pubDate>
</item>
</channel>
</rss>