<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Форум &#187; Recent Posts</title>
		<link>http://bbpress.ru/forum/</link>
		<description>Форум &raquo; Recent Posts</description>
		<language>ru-RU-bb</language>
		<pubDate>Thu, 17 May 2012 04:26:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Поиск]]></title>
			<description><![CDATA[Поиск всех тем из этих форумов.]]></description>
			<name>q</name>
			<link>http://bbpress.ru/forum/search.php</link>
		</textInput>
		<atom:link href="http://bbpress.ru/forum/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>Zelenov   "WP_link_pages, как изменить?"</title>
			<link>http://bbpress.ru/forum/topic/466#post-1346</link>
			<pubDate>Ср, 16 May 2012 21:54:25 +0000</pubDate>
			<dc:creator>Zelenov</dc:creator>
			<guid isPermaLink="false">1346@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Здравствуйте, в инструкции быстрая установка во втором пункте написано - Скопируйте распакованные файлы на Ваш сервер&#60;br /&#62;
Что значит на Ваш сервер ???&#60;br /&#62;
Правильно я понял что мне необходимо загрузить все скачанные файлы на свой сайт ЕСЛИ ДА, тогда в какую папку. Интуитивно предполагаю что в папку  httpdocs НО ВСЕ ЖЕ хотелось бы узнать точно.&#60;br /&#62;
За ранее спасибо
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luxeon   "WP_link_pages, как изменить?"</title>
			<link>http://bbpress.ru/forum/topic/466#post-1345</link>
			<pubDate>Вс, 13 May 2012 13:57:13 +0000</pubDate>
			<dc:creator>Luxeon</dc:creator>
			<guid isPermaLink="false">1345@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Вот столкнулся с такой проблемой, как изменить стандартный вывод страниц, т.е. что б выводила не 1,2,3,4,5,6,7,8,9,10..24,25 ; а допустим 1,2,3,4,5..24,25 ? уже 3 день бьюсь с этой проблемой не могу найти решения, помогите пжлста :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>black87   "Помогите установить правильно."</title>
			<link>http://bbpress.ru/forum/topic/465#post-1344</link>
			<pubDate>Вс, 06 May 2012 14:08:59 +0000</pubDate>
			<dc:creator>black87</dc:creator>
			<guid isPermaLink="false">1344@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Ребята, ну помогите? Это ж форум поддержки. Где администрация? ))
&#60;/p&#62;</description>
		</item>
		<item>
			<title>camarill   "Помогите установить правильно."</title>
			<link>http://bbpress.ru/forum/topic/465#post-1343</link>
			<pubDate>Вт, 01 May 2012 14:11:47 +0000</pubDate>
			<dc:creator>camarill</dc:creator>
			<guid isPermaLink="false">1343@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;И чего никто не ответил? У меня тоже такая проблема. А сам я пока не очень разбираюсь. :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>black87   "Помогите установить правильно."</title>
			<link>http://bbpress.ru/forum/topic/465#post-1342</link>
			<pubDate> Пн, 23 Apr 2012 22:21:16 +0000</pubDate>
			<dc:creator>black87</dc:creator>
			<guid isPermaLink="false">1342@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Здравствуйте.&#60;br /&#62;
Нудно установить форум и чтобы логин подходили и к сайту и к форуму.&#60;br /&#62;
Вроде делал все по инструкции, но все равно после установки вылазиет ошибка:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;ОШИБКА SQL!&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; База данных: u29896_wp (localhost)&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; CREATE TABLE IF NOT EXISTS &#60;code&#62;bb_posts&#60;/code&#62; (&#60;br /&#62;
	&#60;code&#62;post_id&#60;/code&#62; bigint(20) NOT NULL auto_increment,&#60;br /&#62;
	&#60;code&#62;forum_id&#60;/code&#62; int(10) NOT NULL default 1,&#60;br /&#62;
	&#60;code&#62;topic_id&#60;/code&#62; bigint(20) NOT NULL default 1,&#60;br /&#62;
	&#60;code&#62;poster_id&#60;/code&#62; int(10) NOT NULL default 0,&#60;br /&#62;
	&#60;code&#62;post_text&#60;/code&#62; text NOT NULL,&#60;br /&#62;
	&#60;code&#62;post_time&#60;/code&#62; datetime NOT NULL default '0000-00-00 00:00:00',&#60;br /&#62;
	&#60;code&#62;poster_ip&#60;/code&#62; varchar(15) NOT NULL default '',&#60;br /&#62;
	&#60;code&#62;post_status&#60;/code&#62; tinyint(1) NOT NULL default 0,&#60;br /&#62;
	&#60;code&#62;post_position&#60;/code&#62; bigint(20) NOT NULL default 0,&#60;br /&#62;
	PRIMARY KEY (&#60;code&#62;post_id&#60;/code&#62;),&#60;br /&#62;
	KEY &#60;code&#62;topic_time&#60;/code&#62; (&#60;code&#62;topic_id&#60;/code&#62;, &#60;code&#62;post_time&#60;/code&#62;),&#60;br /&#62;
	KEY &#60;code&#62;poster_time&#60;/code&#62; (&#60;code&#62;poster_id&#60;/code&#62;, &#60;code&#62;post_time&#60;/code&#62;),&#60;br /&#62;
	KEY &#60;code&#62;post_time&#60;/code&#62; (&#60;code&#62;post_time&#60;/code&#62;),&#60;br /&#62;
	FULLTEXT KEY &#60;code&#62;post_text&#60;/code&#62; (&#60;code&#62;post_text&#60;/code&#62;)&#60;br /&#62;
) TYPE = MYISAM DEFAULT CHARACTER SET 'utf8';&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM DEFAULT CHARACTER SET 'utf8'' at line 16&#60;br /&#62;
ОШИБКА SQL!&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; База данных: u29896_wp (localhost)&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; ALTER TABLE &#60;code&#62;wp_users&#60;/code&#62; DROP PRIMARY KEY;&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Incorrect table definition; there can be only one auto column and it must be defined as a key&#60;br /&#62;
ОШИБКА SQL!&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; База данных: u29896_wp (localhost)&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; ALTER TABLE &#60;code&#62;wp_users&#60;/code&#62; ADD PRIMARY KEY (&#60;code&#62;ID&#60;/code&#62;);&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Multiple primary key defined&#60;br /&#62;
ОШИБКА SQL!&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; База данных: u29896_wp (localhost)&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; ALTER TABLE &#60;code&#62;wp_usermeta&#60;/code&#62; DROP PRIMARY KEY;&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Incorrect table definition; there can be only one auto column and it must be defined as a key&#60;br /&#62;
ОШИБКА SQL!&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; База данных: u29896_wp (localhost)&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; ALTER TABLE &#60;code&#62;wp_usermeta&#60;/code&#62; ADD PRIMARY KEY (&#60;code&#62;umeta_id&#60;/code&#62;);&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Multiple primary key defined&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Сам я нуб и плохо шарю во всем этом. Базу данных указывал ту, что для вордпресса используется.&#60;/p&#62;
&#60;p&#62;Заранее спасибо!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>olesyare   "Помогите: Parse error: syntax error, unexpected T_ECHO"</title>
			<link>http://bbpress.ru/forum/topic/299#post-1341</link>
			<pubDate>Ср, 18 Apr 2012 22:57:57 +0000</pubDate>
			<dc:creator>olesyare</dc:creator>
			<guid isPermaLink="false">1341@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Здраствуйте!&#60;br /&#62;
Установила новую тему, а внизу появилось, как можно зайти на сайт???:&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected $end in /home/u952350555/public_html/wp-content/themes/mr-and-mrs-right/functions.php on line 365&#60;br /&#62;
Как можно устранить эту ошибку??? помогите, пожалуйста!&#60;/p&#62;
&#60;p&#62;Код из папки index.php&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_header(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;maintop&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;maintopimg&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;!--end maintop--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;wrapper&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;content&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;main-blog&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php if (have_posts()) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;&#60;br /&#62;
					&#38;lt;div class=&#34;clear&#34;&#38;gt;&#38;nbsp;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;post&#34; id=&#34;post-&#38;lt;?php the_ID(); ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;post-comments&#34;&#38;gt;&#60;br /&#62;
						&#38;lt;?php comments_popup_link(__('0'), __('1'), __('%'), '',__('-')); ?&#38;gt;&#60;br /&#62;
						&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;h1&#38;gt;&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#38;lt;?php the_title_attribute(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/h1&#38;gt;&#60;br /&#62;
				&#38;lt;div class=&#34;postdata&#34;&#38;gt;&#60;br /&#62;
Posted by &#38;lt;?php the_author() ?&#38;gt; on &#38;lt;?php the_time('M j, Y') ?&#38;gt; in &#38;lt;?php the_category(', ') ?&#38;gt; &#38;lt;?php edit_post_link('Edit', '&#38;#124; ', ''); ?&#38;gt;&#60;br /&#62;
					&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#38;lt;?php the_content('Read more... '); ?&#38;gt;&#60;br /&#62;
				&#38;lt;p class=&#34;single-meta&#34; style=&#34;float:right; margin-top:5px; margin-right:10px; font-size:11px; &#34;&#38;gt; &#38;lt;?php the_tags(); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
		&#38;lt;div id=&#34;nav-global&#34; class=&#34;navigation&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;div class=&#34;nav-previous&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php&#60;br /&#62;
			next_posts_link('&#38;laquo; Previous entries');&#60;br /&#62;
			echo '&#38;nbsp;';&#60;br /&#62;
			previous_posts_link('Next entries &#38;raquo;');&#60;br /&#62;
		?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php else : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;h2 class=&#34;center&#34;&#38;gt;Not Found&#38;lt;/h2&#38;gt;&#60;br /&#62;
		&#38;lt;p class=&#34;center&#34;&#38;gt;Sorry, but you are looking for something that isn't here.&#38;lt;/p&#38;gt;&#60;br /&#62;
		&#38;lt;?php include (TEMPLATEPATH . &#34;/searchform.php&#34;); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#38;lt;!--end main blog--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_sidebar(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;clear&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;!--end content--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;!--end wrapper--&#38;gt;&#60;br /&#62;
&#38;lt;?php get_footer();?&#38;gt;&#60;/p&#62;
&#60;p&#62;Код из папки  footer.php&#60;br /&#62;
&#38;lt;div id=&#34;bottom&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p style=&#34;padding-top:110px; clear:both;&#34;&#38;gt;Copyright &#38;copy; &#38;lt;?php echo date(&#34;Y&#34;); ?&#38;gt;  &#60;strong&#62;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#60;/strong&#62; All rights reserved. Theme by &#60;a href=&#34;http://www.geekwithlaptop.com&#34; title=&#34;Geek with Laptop&#34;&#62;Laptop Geek&#60;/a&#62;.&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;&#60;/p&#62;
&#60;p&#62;Что нужно  исправить, чтобы войти?&#60;br /&#62;
Буду очень признательна за помощь
&#60;/p&#62;</description>
		</item>
		<item>
			<title>olesyare   "Помогите: Parse error: syntax error, unexpected T_ECHO"</title>
			<link>http://bbpress.ru/forum/topic/299#post-1340</link>
			<pubDate>Ср, 18 Apr 2012 22:54:53 +0000</pubDate>
			<dc:creator>olesyare</dc:creator>
			<guid isPermaLink="false">1340@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Здраствуйте!&#60;br /&#62;
Установила новую тему, а внизу появилось, как можно зайти на сайт???:&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected $end in /home/u952350555/public_html/wp-content/themes/mr-and-mrs-right/functions.php on line 365&#60;br /&#62;
Как можно устранить эту ошибку??? помогите, пожалуйста!&#60;/p&#62;
&#60;p&#62;Код из папки index.php&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_header(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;maintop&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;maintopimg&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;!--end maintop--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;wrapper&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;content&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;main-blog&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php if (have_posts()) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;&#60;br /&#62;
					&#38;lt;div class=&#34;clear&#34;&#38;gt;&#38;nbsp;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;post&#34; id=&#34;post-&#38;lt;?php the_ID(); ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;post-comments&#34;&#38;gt;&#60;br /&#62;
						&#38;lt;?php comments_popup_link(__('0'), __('1'), __('%'), '',__('-')); ?&#38;gt;&#60;br /&#62;
						&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;h1&#38;gt;&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#38;lt;?php the_title_attribute(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/h1&#38;gt;&#60;br /&#62;
				&#38;lt;div class=&#34;postdata&#34;&#38;gt;&#60;br /&#62;
Posted by &#38;lt;?php the_author() ?&#38;gt; on &#38;lt;?php the_time('M j, Y') ?&#38;gt; in &#38;lt;?php the_category(', ') ?&#38;gt; &#38;lt;?php edit_post_link('Edit', '&#38;#124; ', ''); ?&#38;gt;&#60;br /&#62;
					&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#38;lt;?php the_content('Read more... '); ?&#38;gt;&#60;br /&#62;
				&#38;lt;p class=&#34;single-meta&#34; style=&#34;float:right; margin-top:5px; margin-right:10px; font-size:11px; &#34;&#38;gt; &#38;lt;?php the_tags(); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
		&#38;lt;div id=&#34;nav-global&#34; class=&#34;navigation&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;div class=&#34;nav-previous&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php&#60;br /&#62;
			next_posts_link('&#38;laquo; Previous entries');&#60;br /&#62;
			echo '&#38;nbsp;';&#60;br /&#62;
			previous_posts_link('Next entries &#38;raquo;');&#60;br /&#62;
		?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php else : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;h2 class=&#34;center&#34;&#38;gt;Not Found&#38;lt;/h2&#38;gt;&#60;br /&#62;
		&#38;lt;p class=&#34;center&#34;&#38;gt;Sorry, but you are looking for something that isn't here.&#38;lt;/p&#38;gt;&#60;br /&#62;
		&#38;lt;?php include (TEMPLATEPATH . &#34;/searchform.php&#34;); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#38;lt;!--end main blog--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_sidebar(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;clear&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;!--end content--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;!--end wrapper--&#38;gt;&#60;br /&#62;
&#38;lt;?php get_footer();?&#38;gt;&#60;/p&#62;
&#60;p&#62;Код из папки  footer.php&#60;br /&#62;
&#38;lt;div id=&#34;bottom&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p style=&#34;padding-top:110px; clear:both;&#34;&#38;gt;Copyright &#38;copy; &#38;lt;?php echo date(&#34;Y&#34;); ?&#38;gt;  &#60;strong&#62;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#60;/strong&#62; All rights reserved. Theme by &#60;a href=&#34;http://www.geekwithlaptop.com&#34; title=&#34;Geek with Laptop&#34;&#62;Laptop Geek&#60;/a&#62;.&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;&#60;/p&#62;
&#60;p&#62;Что нужно  исправить, чтобы войти?&#60;br /&#62;
Буду очень признательна за помощь
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lezz   "как  сделать каждый новый топик отдельной темой"</title>
			<link>http://bbpress.ru/forum/topic/464#post-1339</link>
			<pubDate>Вс, 08 Apr 2012 03:06:01 +0000</pubDate>
			<dc:creator>lezz</dc:creator>
			<guid isPermaLink="false">1339@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Вот вобщем-то вопрос - как  сделать каждый новый топик отдельной темой. Т.е. нужно чтобы при создании темы. Она была первой. То есть. Типо кнопки &#34;новая тема&#34;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Sirotkin   "Потерял пароль и почту админа"</title>
			<link>http://bbpress.ru/forum/topic/463#post-1338</link>
			<pubDate>Вт, 27 Mar 2012 18:26:42 +0000</pubDate>
			<dc:creator>Alex Sirotkin</dc:creator>
			<guid isPermaLink="false">1338@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Форум находится на Вашем хостинге?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gorgolyuk   "Потерял пароль и почту админа"</title>
			<link>http://bbpress.ru/forum/topic/463#post-1337</link>
			<pubDate>Вс, 25 Mar 2012 19:01:55 +0000</pubDate>
			<dc:creator>gorgolyuk</dc:creator>
			<guid isPermaLink="false">1337@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Всем привет потерял пароль и почту админа что делать. Срочно нужна помощь!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>justabear   "Стильная тема под портал, Руссификация."</title>
			<link>http://bbpress.ru/forum/topic/449#post-1323</link>
			<pubDate>Сб, 28 Jan 2012 17:31:48 +0000</pubDate>
			<dc:creator>justabear</dc:creator>
			<guid isPermaLink="false">1323@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Поделюсь своей темой, кому интересно. Разрабатывается совместно с сайтом. Сейчас работаю над интеграцией посл сообщ с форума на сайт. Если кто-то знает как этот вопрос решить, подскажите :) &#60;/p&#62;
&#60;p&#62;Сайт: &#60;a href=&#34;http://www.exodus-iccp.org&#34; rel=&#34;nofollow&#34;&#62;http://www.exodus-iccp.org&#60;/a&#62;&#60;br /&#62;
bbpress: &#60;a href=&#34;http://www.exodus-iccp.org/community/&#34; rel=&#34;nofollow&#34;&#62;http://www.exodus-iccp.org/community/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Все это делалось буквально за несколько дней, поэтому возможно где-то недочеты и тд, если найдете пишите :) &#60;/p&#62;
&#60;p&#62;Помощь:&#60;/p&#62;
&#60;p&#62;Могу помочь вам с вашими темами. Созданием новой уник, и тд.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maratich   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46/page/2#post-1322</link>
			<pubDate>Пт, 20 Jan 2012 10:45:19 +0000</pubDate>
			<dc:creator>maratich</dc:creator>
			<guid isPermaLink="false">1322@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Здрасти, не знаю прочитают и ответят ли люди&#60;br /&#62;
и все же устанавливаю форум ббпресс на вордпресс&#60;br /&#62;
создал папку forum который на &#60;a href=&#34;http://www.moisait.kg&#34; rel=&#34;nofollow&#34;&#62;http://www.moisait.kg&#60;/a&#62;&#60;br /&#62;
таким образом я скопировав все на эту папку&#60;br /&#62;
должен был увидеть первую страницу установки&#60;br /&#62;
когда набираю &#60;a href=&#34;http://www.moisait.kg/forum&#34; rel=&#34;nofollow&#34;&#62;http://www.moisait.kg/forum&#60;/a&#62; - нет ничего&#60;br /&#62;
везде всему установил аттрибут 777 - нет ничего&#60;br /&#62;
как эту папку сделать доступным в браузере&#60;br /&#62;
иерархия сохранена. конфига нет. думаю проблема именно&#60;br /&#62;
в папке forum его не видит браузер.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turismo12   "Регистрация пользователей"</title>
			<link>http://bbpress.ru/forum/topic/448#post-1321</link>
			<pubDate>Ср, 11 Jan 2012 09:57:26 +0000</pubDate>
			<dc:creator>turismo12</dc:creator>
			<guid isPermaLink="false">1321@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Добрый день. Форум установил, интеграцию провел, и нигде не могу найти информацию о том как настроить почту для форума для отсылки паролей, и саму форму генерации этих паролей.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kojhon   "Как изменить длинну заголовка темы на форуме"</title>
			<link>http://bbpress.ru/forum/topic/445#post-1318</link>
			<pubDate>Чт, 17 Nov 2011 13:59:07 +0000</pubDate>
			<dc:creator>kojhon</dc:creator>
			<guid isPermaLink="false">1318@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Ну вообщем то я думаю из темы все понятно. Форум после 80-го символа в названии топика все откусывает. Как сие поправить?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Neqs   "Небольшие поправки в дизайне форума"</title>
			<link>http://bbpress.ru/forum/topic/444#post-1317</link>
			<pubDate>Вс, 13 Nov 2011 10:37:28 +0000</pubDate>
			<dc:creator>Neqs</dc:creator>
			<guid isPermaLink="false">1317@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Всем привет. Объясните пожалуйста как исправить некоторые недочёты в дизайне форума.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Первое&#60;/strong&#62; что нужно сделать это как-нибудь либо убрать белую полосу либо закрасить её в другой цвет(под цвет сайта). На эту полосу я обвёл красным цветом:&#60;br /&#62;
&#60;a href=&#34;http://s012.radikal.ru/i320/1111/72/3abbffeeed0f.jpg&#34; rel=&#34;nofollow&#34;&#62;http://s012.radikal.ru/i320/1111/72/3abbffeeed0f.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Второе&#60;/strong&#62; на этом же скрине у меня выделено синим цветом что справа форум не имеет границы(а именно чёрной обводки). Нужно её поставить)&#60;br /&#62;
При заходе в один из форумов(там где отображается список тем), появляются 2 надписи в рамочках: &#34;&#60;em&#62;This forum contains 1 topic and 0 replies, and was last updated by  Neqs 12 часов ago&#60;/em&#62;&#34; и &#34;&#60;em&#62;Your account has the ability to post unrestricted HTML content&#60;/em&#62;.&#34;&#60;br /&#62;
Это я выделил на 2 скрине.&#60;br /&#62;
&#60;a href=&#34;http://s55.radikal.ru/i149/1111/dd/c33a4f8166cf.jpg&#34; rel=&#34;nofollow&#34;&#62;http://s55.radikal.ru/i149/1111/dd/c33a4f8166cf.jpg&#60;/a&#62;&#60;br /&#62;
Их я хотел бы убрать.&#60;/p&#62;
&#60;p&#62;Объясните ПОЖАЛУЙСТА как это сделать, или хотя бы в каком файле это нужно исправлять?&#60;br /&#62;
&#60;strong&#62;&#60;em&#62;Для наглядности ссылка на мой форум: &#60;a href=&#34;http://proterraria.ru/forums/&#34; rel=&#34;nofollow&#34;&#62;http://proterraria.ru/forums/&#60;/a&#62;&#60;/em&#62;&#60;/strong&#62;&#60;br /&#62;
P.S.: bbpress установлен как плагин к wordpress!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsg   "WP MU или WP"</title>
			<link>http://bbpress.ru/forum/topic/442#post-1315</link>
			<pubDate>Ср, 02 Nov 2011 21:03:53 +0000</pubDate>
			<dc:creator>gsg</dc:creator>
			<guid isPermaLink="false">1315@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Собственно так получилось, у меня был установлен WordPress, нашёлся один хороший человек и подсказал что на самом деле у меня стоит не WordPress, а WordPress MU.&#60;br /&#62;
Исходя из этой информации я в плагине bbpress-integration установленном и активированном в WP переставил тычку с WP на WP MU.&#60;br /&#62;
Результат: выкинуло из админки WP и обратно не пускает.&#60;/p&#62;
&#60;p&#62;Нужна Ваша помощь.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>netmask   "Вывести последние сообщения с форума на сайт Wordpress"</title>
			<link>http://bbpress.ru/forum/topic/441#post-1314</link>
			<pubDate>Ср, 19 Oct 2011 16:31:15 +0000</pubDate>
			<dc:creator>netmask</dc:creator>
			<guid isPermaLink="false">1314@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Есть сайт на Wordpress. Необходимо с форума на bbpress вывести последние сообщения на странице сайта следующего вида:&#60;/p&#62;
&#60;p&#62;&#34;Имя&#34; написал в &#34;Тема&#34; → &#34;Сообщение&#34;&#60;/p&#62;
&#60;p&#62;Подскажите пожалуйста как такое можно реализовать.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tapioka   "Ищу плагин"</title>
			<link>http://bbpress.ru/forum/topic/440#post-1313</link>
			<pubDate> Пн, 10 Oct 2011 18:42:20 +0000</pubDate>
			<dc:creator>tapioka</dc:creator>
			<guid isPermaLink="false">1313@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Добрый день уважаемые форумчане. Подскажите пожалуйста, есть ли под bbpress плагин делающий следующее: зарегистрированный пользователь может опубликовать ссылку в теме, после того как он напишет 10 сообщений. Или же просто платная регистрация на форуме, чтоб спамеры не захламляли форум своими ссылками.&#60;br /&#62;
Заранее спасибо!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Sirotkin   "Сначала bbPress потом + WordPress"</title>
			<link>http://bbpress.ru/forum/topic/423#post-1312</link>
			<pubDate>Чт, 06 Oct 2011 19:30:23 +0000</pubDate>
			<dc:creator>Alex Sirotkin</dc:creator>
			<guid isPermaLink="false">1312@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Реализовано - &#60;a href=&#34;http://alternativeelectric.org.ru/blog/&#34; rel=&#34;nofollow&#34;&#62;http://alternativeelectric.org.ru/blog/&#60;/a&#62;&#60;br /&#62;
Только это называется “в папке”.&#60;br /&#62;
Делал не сам - помогли.&#60;br /&#62;
Регистрация новых пользователей проводится через интерфейс форума (в блоге регистрация запрещена).&#60;br /&#62;
Все пользователи форума становятся пользователями блога с теми же паролями и настройками учетных записей. То есть после регистрации на форуме возможен вход и выход, как через интерфейс форума, так и через интерфейс блога (можно войти на форуме, а выйти в блоге и наоборот).&#60;br /&#62;
В блоге могут оставлять комментарии незарегистрированные пользователи.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Виктор Совин   "Bbpress теперь плагин!"</title>
			<link>http://bbpress.ru/forum/topic/438#post-1310</link>
			<pubDate>Сб, 10 Sep 2011 17:38:09 +0000</pubDate>
			<dc:creator>Виктор Совин</dc:creator>
			<guid isPermaLink="false">1310@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Создатели bbpress изменили подход. Они выпустили ПЛАГИН bbpress 2.0 для wordpress.&#60;br /&#62;
Теперь не нужно заморачиваться. Достаточно загрузить плагин активировать и все...&#60;br /&#62;
Проблема - плагин пока не переведен... Информация на сайте &#60;a href=&#34;http://bbpress.org&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Виктор Совин   "Ищу специалиста по WP для консультации\помощи на платной основе"</title>
			<link>http://bbpress.ru/forum/topic/180#post-1309</link>
			<pubDate>Сб, 10 Sep 2011 17:34:00 +0000</pubDate>
			<dc:creator>Виктор Совин</dc:creator>
			<guid isPermaLink="false">1309@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Сколько угодно. Устанавливаете wp в папку, затем на основе этой папки создаете субдомен: &#60;a href=&#34;http://site.ru/wp1&#34; rel=&#34;nofollow&#34;&#62;http://site.ru/wp1&#60;/a&#62; ---&#38;gt; затем &#60;a href=&#34;http://wp1.site.ru&#34; rel=&#34;nofollow&#34;&#62;http://wp1.site.ru&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Все.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sereg@   "PHP 5.3.3 ругается на символ &#38;"</title>
			<link>http://bbpress.ru/forum/topic/437#post-1308</link>
			<pubDate>Пт, 26 Aug 2011 14:29:04 +0000</pubDate>
			<dc:creator>sereg@</dc:creator>
			<guid isPermaLink="false">1308@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;При установке bbpress 1.0.2 PHP 5.3.3 ругается на символ &#38;amp;. Открываю notepad++ , удаляю символ &#38;amp; в строках где php пишет ошибку, все устанавливается и вроде бы работает.&#60;br /&#62;
Скажите пожалуйста какие негативные последствия могут быть или как корректно исправить ошибку? Спасибо!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Crazy_BUH   "форум сумасшедшего бухгалтера"</title>
			<link>http://bbpress.ru/forum/topic/434#post-1305</link>
			<pubDate>Ср, 17 Aug 2011 23:36:11 +0000</pubDate>
			<dc:creator>Crazy_BUH</dc:creator>
			<guid isPermaLink="false">1305@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Добавлю и свой экземпляр форума на bbpress&#60;br /&#62;
&#60;a href=&#34;http://blogbuh.ru/forum/&#34;&#62;форум&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blogbuh.ru/&#34;&#62;блог&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;тема на форуме штатная - kakumei максимально переделанная под тему блога.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Crazy_BUH   "Разрешенные коды"</title>
			<link>http://bbpress.ru/forum/topic/109#post-1304</link>
			<pubDate>Ср, 17 Aug 2011 23:17:43 +0000</pubDate>
			<dc:creator>Crazy_BUH</dc:creator>
			<guid isPermaLink="false">1304@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;а что там надо бы переделать в этом плагине Comment Quicktags for bbPress?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Crazy_BUH   "загрузка картинок"</title>
			<link>http://bbpress.ru/forum/topic/325#post-1303</link>
			<pubDate>Ср, 17 Aug 2011 12:48:11 +0000</pubDate>
			<dc:creator>Crazy_BUH</dc:creator>
			<guid isPermaLink="false">1303@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Ошибка. помогите. где папку bb-attachments нужно разместить&#60;/p&#62;
&#60;p&#62;Uploads&#60;/p&#62;
&#60;p&#62;    apref.jpg (21.1 KB) error: failed&#60;/p&#62;
&#60;p&#62;Attachments&#60;/p&#62;
&#60;p&#62;    [jpg] [failed] apref.jpg (21.1 KB)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vanys_Dae   "Avatar Upload"</title>
			<link>http://bbpress.ru/forum/topic/113#post-1299</link>
			<pubDate>Вт, 02 Aug 2011 10:50:33 +0000</pubDate>
			<dc:creator>Vanys_Dae</dc:creator>
			<guid isPermaLink="false">1299@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Исправил. закомментировал строку &#34;bb_auth(); // logged in?&#34; в avatar-upload.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>asking   "Как убрать breadcrumbs?"</title>
			<link>http://bbpress.ru/forum/topic/430#post-1297</link>
			<pubDate>Чт, 28 Jul 2011 20:48:45 +0000</pubDate>
			<dc:creator>asking</dc:creator>
			<guid isPermaLink="false">1297@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Подскажите как отменить отображение breadcrumbs?&#60;br /&#62;
Буду признателен за совет.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alik   "bbPress + qTranslate"</title>
			<link>http://bbpress.ru/forum/topic/429#post-1296</link>
			<pubDate>Ср, 27 Jul 2011 22:18:14 +0000</pubDate>
			<dc:creator>Alik</dc:creator>
			<guid isPermaLink="false">1296@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Здравствуйте,&#60;br /&#62;
можно ли использовать bbPress вместе с qTranslate? Нужно, чтобы названия разделов форума были мультиязычными.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vanys_Dae   "Avatar Upload"</title>
			<link>http://bbpress.ru/forum/topic/113#post-1295</link>
			<pubDate>Пт, 22 Jul 2011 14:59:14 +0000</pubDate>
			<dc:creator>Vanys_Dae</dc:creator>
			<guid isPermaLink="false">1295@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;может быть это из-за того, что у меня папка форума называется не по стандартному, а 'forum' ?&#60;br /&#62;
если так - то где поменять в плагине этот адрес?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vanys_Dae   "Avatar Upload"</title>
			<link>http://bbpress.ru/forum/topic/113#post-1294</link>
			<pubDate>Пт, 22 Jul 2011 12:45:45 +0000</pubDate>
			<dc:creator>Vanys_Dae</dc:creator>
			<guid isPermaLink="false">1294@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Доброго времени суток.&#60;br /&#62;
Поставил я себе на форум плагин Avatar Upload.&#60;br /&#62;
В сообщениях и профиле аватар отображается, закладка в настройках профиля появилась, но вот при нажатии на эту закладку ничего не происходит(кидает на главную страницу).&#60;br /&#62;
Тема стоит стандартная, kakumei.&#60;br /&#62;
Пытался залить файл avatar.php и в &#34;bb-templates/kakumei/&#34; и в &#34;my-templates/&#34;, а толку нету. всё равно не открывается меню настройки аватара.&#60;br /&#62;
Подскажите, пожалуйста, что не так?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Deonisy   "Подскажите плагин"</title>
			<link>http://bbpress.ru/forum/topic/428#post-1293</link>
			<pubDate>Ср, 20 Jul 2011 17:53:22 +0000</pubDate>
			<dc:creator>Deonisy</dc:creator>
			<guid isPermaLink="false">1293@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Есть ли такой плагин, с помощью которого можно сделать подтверждение администратором(модератором) новых тем,сообщений,комментариев на форуме?&#60;br /&#62;
если есть подскажите пожалуйста где найти,как достать. Очень нужно! Заранее спасибо!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pervjak   "польззователи не могут зайти"</title>
			<link>http://bbpress.ru/forum/topic/426#post-1292</link>
			<pubDate>Вс, 17 Jul 2011 12:26:32 +0000</pubDate>
			<dc:creator>Pervjak</dc:creator>
			<guid isPermaLink="false">1292@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;мёртвый форум что- ли ? помогите
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pervjak   "restulat не работает"</title>
			<link>http://bbpress.ru/forum/topic/427#post-1291</link>
			<pubDate>Ср, 06 Jul 2011 07:45:41 +0000</pubDate>
			<dc:creator>Pervjak</dc:creator>
			<guid isPermaLink="false">1291@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Когда активирею плагин, то не могу зайти в темы выкидывает из форума и нужно вводить имя и пароль.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pervjak   "польззователи не могут зайти"</title>
			<link>http://bbpress.ru/forum/topic/426#post-1290</link>
			<pubDate>Ср, 06 Jul 2011 06:44:46 +0000</pubDate>
			<dc:creator>Pervjak</dc:creator>
			<guid isPermaLink="false">1290@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;польззователи зарегистрированные кирилицей не могут зайти на форум, так же просмотр их профиля не возможен выходит на страницу поиска гугл.&#60;br /&#62;
Помогите кто может
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pravoved24   "Я недавно установил ббпресс..."</title>
			<link>http://bbpress.ru/forum/topic/425#post-1289</link>
			<pubDate>Вт, 05 Jul 2011 06:48:17 +0000</pubDate>
			<dc:creator>pravoved24</dc:creator>
			<guid isPermaLink="false">1289@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Вордпрессом пользуюсь давно, вчера установил ббпресс. И не могу понять как добавлять новые плагины, новые темы. На вордпресс есть отдельная функция в разделах плагины &#34;добавить новый&#34; Здесь этого нет и я не знаю, что делать. Потому что в том виде, в котором он есть, он мне не нравится, он сырой. Помогите, плиз.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

